Started by user Philippe DUL Replayed #6 Running as Philippe DUL Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 27e350c5969e19619a796b78a7c6409692b5a9b2 Loading library capella-pipeline-library@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.20.1' > git ls-remote -h -- https://github.com/eclipse/capella-pipeline-library # timeout=10 Found match: refs/heads/master revision 65a2c49029c87b562138804f57c34fe9603799fb Selected Git installation does not exist. Using Default The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /var/jenkins/workspace/capella-sss-transition_masterc@libs/a1cf802a030a3464458665fe100be90220a40ba8b14f10c4080945192d628f70/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/eclipse/capella-pipeline-library # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/eclipse/capella-pipeline-library > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-pipeline-library +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65a2c49029c87b562138804f57c34fe9603799fb (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65a2c49029c87b562138804f57c34fe9603799fb # timeout=10 Commit message: "[releng] Allow latest official releases (#39)" > git rev-list --no-walk 65a2c49029c87b562138804f57c34fe9603799fb # timeout=10 Replacing contents of vars/github.groovy Replacing contents of vars/log.groovy Replacing contents of vars/capella.groovy Replacing contents of vars/tester.groovy Replacing contents of vars/deployer.groovy Replacing contents of vars/sonar.groovy Replacing contents of vars/downloader.groovy Replacing contents of vars/eclipse.groovy [Pipeline] Start of Pipeline [Pipeline] node Agent centos-7-5cr79 is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-5cr79" 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-5cr79" - 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-5cr79" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.capella.svc.cluster.local/capella/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.13.3" 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-5cr79 in /home/jenkins/agent/workspace/capella-sss-transition_masterc [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/capella-sss-transition_masterc # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella-sss-transition.git > git --version # timeout=10 > git --version # 'git version 2.36.4' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-sss-transition.git +refs/heads/masterc:refs/remotes/origin/masterc # timeout=10 Avoid second fetch Checking out Revision 27e350c5969e19619a796b78a7c6409692b5a9b2 (masterc) > git config remote.origin.url https://github.com/eclipse/capella-sss-transition.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/masterc:refs/remotes/origin/masterc # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 27e350c5969e19619a796b78a7c6409692b5a9b2 # timeout=10 Commit message: "#100 Fix not working with fragmented targeted model" > git rev-list --no-walk 27e350c5969e19619a796b78a7c6409692b5a9b2 # 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=e6a4e930-269d-4509-a36d-a86d8c83a317 BUILD_URL=https://ci.eclipse.org/capella/job/capella-sss-transition/job/masterc/7/ JENKINS_UI_SERVICE_PORT=80 HOSTNAME=centos-7-5cr79 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-masterc-7 KUBERNETES_SERVICE_PORT=443 BRANCH_NAME=masterc GIT_PREVIOUS_COMMIT=27e350c5969e19619a796b78a7c6409692b5a9b2 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/masterc/ WORKSPACE=/home/jenkins/agent/workspace/capella-sss-transition_masterc RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-sss-transition/job/masterc/7/display/redirect?page=changes JENKINS_UI_PORT_80_TCP_PROTO=tcp JENKINS_NAME=centos-7-5cr79 USER_NAME=jenkins RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-sss-transition/job/masterc/7/display/redirect?page=artifacts JENKINS_HOME=/var/jenkins GIT_COMMIT=27e350c5969e19619a796b78a7c6409692b5a9b2 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/masterc/7/display/redirect JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp _=/usr/bin/env JENKINS_UI_PORT_80_TCP_PORT=80 PWD=/home/jenkins/agent/workspace/capella-sss-transition_masterc 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/masterc GITLAB_OBJECT_KIND=none BUILD_DISPLAY_NAME=#7 JENKINS_URL=https://ci.eclipse.org/capella/ BUILD_ID=7 JENKINS_DISCOVERY_PORT=tcp://10.30.22.145:50000 JENKINS_TUNNEL=jenkins-discovery.capella.svc.cluster.local:50000 JOB_BASE_NAME=masterc RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-sss-transition/job/masterc/7/display/redirect?page=tests BUILD_KEY=masterc 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=masterc KUBERNETES_PORT_443_TCP_PROTO=tcp KUBERNETES_SERVICE_PORT_HTTPS=443 CI=true WORKSPACE_TMP=/home/jenkins/agent/workspace/capella-sss-transition_masterc@tmp EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-4806923ff10fe6cb2262a1f9dcb6fae21608c9e83bee5f61c0a0a938fb31150b NODE_LABELS=centos-7 centos-7-5cr79 jipp-migration migration GIT_URL=https://github.com/eclipse/capella-sss-transition.git NSS_SDB_USE_CACHE=no CAPELLA_PRODUCT_PATH=/home/jenkins/agent/workspace/capella-sss-transition_masterc/capella/capella library.capella-pipeline-library.version=master HUDSON_HOME=/var/jenkins JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000 NODE_NAME=centos-7-5cr79 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/masterc/display/redirect BUILD_NUMBER=7 HUDSON_COOKIE=1ea53cc4-ec44-40d5-ba5c-72ff7527192b 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-5cr79 JENKINS_UI_SERVICE_PORT_HTTP=80 [Pipeline] sh + mvn clean verify -f releng/org.polarsys.capella.transition.system2subsystem.target/pom.xml Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 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.17.13-200.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.1-SNAPSHOT [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ capella.target-definition --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.5:eclipse-run (generate.target) @ capella.target-definition --- 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] 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/ (460B) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/tpd/nightly/N202301061316/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/tpd/nightly/N202301061316/ (6.43kB) [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 bcprov_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (8.78MB of 10.75MB at 8.75MB/s) [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.ibm.icu_72.1.0.v20221115-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (11.53MB of 14.23MB at 11.28MB/s) [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.202301061314.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202301061316/plugins/ (281.07kB) [INFO] Fetching org.eclipse.cbi.targetplatform.model_3.0.0.202212220709.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202301061316/plugins/ (105.04kB) [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/N202301061316/plugins/ (82.63kB) [INFO] Fetching org.eclipse.cbi.targetplatform.ui_3.0.0.202212220709.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202301061316/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.jdt.ui_3.27.100.v20221122-0749.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.38MB of 11.03MB at 10.37MB/s) [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/capella-sss-transition_masterc/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/capella-sss-transition_masterc/releng/org.polarsys.capella.transition.system2subsystem.target/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/capella-sss-transition_masterc/releng/org.polarsys.capella.transition.system2subsystem.target/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/capella-sss-transition_masterc/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 content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/ (143.71kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/ (143.71kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/ (25.83kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/ (25.83kB) >> 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/stable/7.1.0-S20230210-122000/2021-06/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/ (45.98kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/ (45.98kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/ (30.82kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/ (30.82kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230207/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230207/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230207/ (60.43kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230207/ (60.43kB) >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/ (8.52kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/ (8.52kB) >> 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) The target platform definition file has been successfully generated. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:09 min [INFO] Finished at: 2023-02-14T07:20:26Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build and Package) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + mvn -Djacoco.skip=true -DjavaDocPhase=none -Psign clean package -f pom.xml Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 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.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... /home/jenkins/agent/workspace/capella-sss-transition_masterc/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving target definition file:/home/jenkins/agent/workspace/capella-sss-transition_masterc/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@7f39ad3f... 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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (1.41MB) [INFO] Fetching org.eclipse.sirius.table.ui_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (590.26kB) [INFO] Fetching org.eclipse.sirius.tree.ui_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (248.36kB) [INFO] Fetching org.eclipse.sirius.common_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (258.68kB) [INFO] Fetching org.eclipse.sirius.common.ui_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (285.86kB) [INFO] Fetching org.eclipse.sirius.ext.base_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (31.15kB) [INFO] Fetching org.eclipse.sirius.diagram_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (711.34kB) [INFO] Fetching org.eclipse.sirius.diagram.ui_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/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.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (149.17kB) [INFO] Fetching org.eclipse.emf.diffmerge.generic_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (178.29kB) [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.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (151.53kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/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.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (32.33kB) [INFO] Fetching org.eclipse.sirius_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (870.97kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (438.57kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/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.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (21.68kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/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.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.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (94.12kB) [INFO] Fetching org.eclipse.sirius.model_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (642.28kB) [INFO] Fetching org.eclipse.sirius.ext.emf_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (19.36kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (11.42kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (43.28kB) [INFO] Fetching org.eclipse.sirius.diagram.model_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (759.55kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (16.04kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (59.3kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (11.72kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.model_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (282.92kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (188.52kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (119.03kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (30.75kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (13.6kB) [INFO] Fetching org.eclipse.sirius.ext.gef_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (18.01kB) [INFO] Fetching org.eclipse.sirius.ext.jface_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (10.77kB) [INFO] Fetching org.eclipse.sirius.ext.swt_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/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.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (38.18kB) [INFO] Fetching org.eclipse.sirius.table_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (125.1kB) [INFO] Fetching org.eclipse.sirius.table.model_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (248.02kB) [INFO] Fetching org.eclipse.sirius.tree_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (111.75kB) [INFO] Fetching org.eclipse.sirius.tree.model_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/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.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.61kB) [INFO] Fetching org.polarsys.capella.common_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (83.47kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (46.73kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (149.02kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (43.55kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (103.99kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (36.63kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (43.08kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (75.24kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.71kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (53.39kB) [INFO] Fetching org.polarsys.kitalpha.emde_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (63.7kB) [INFO] Fetching org.polarsys.capella.common.model_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (33.29kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (51.49kB) [INFO] Fetching org.polarsys.capella.common.ef_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (36.23kB) [INFO] Fetching org.polarsys.capella.common.model.helpers_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (18.93kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (29.36kB) [INFO] Fetching org.polarsys.capella.common.data.helpers_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (36.42kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (55.83kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (151.93kB) [INFO] Fetching org.polarsys.capella.common.ui_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (223.71kB) [INFO] Fetching org.polarsys.capella.common.helpers_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (46.61kB) [INFO] Fetching org.polarsys.capella.core.model.helpers_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (498.29kB) [INFO] Fetching org.polarsys.capella.core.model.handler_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (128.9kB) [INFO] Fetching org.polarsys.capella.common.libraries_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.78kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (46.35kB) [INFO] Fetching org.polarsys.capella.common.queries_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (45.9kB) [INFO] Fetching org.polarsys.capella.common.tools.report_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (50.42kB) [INFO] Fetching org.polarsys.capella.shared.id.handler_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.25kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (49.16kB) [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.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.18kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.customization_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.52kB) [INFO] Fetching org.polarsys.capella.common.re.gen_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (68.82kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (17.28kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (164.54kB) [INFO] Fetching org.polarsys.capella.common.ui.services_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.46kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (31.19kB) [INFO] Fetching org.polarsys.capella.core.preferences_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (224.24kB) [INFO] Fetching org.polarsys.capella.common.transition_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (276.91kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (32.05kB) [INFO] Fetching org.polarsys.capella.core.compare_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (64.15kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.13kB) [INFO] Fetching org.polarsys.capella.common.ui.resources_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.07kB) [INFO] Fetching org.polarsys.capella.core.data.gen_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (2.31MB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (74.19kB) [INFO] Fetching org.polarsys.capella.core.model.preferences_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (33.39kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (72.74kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (23.46kB) [INFO] Fetching org.polarsys.capella.core.af.integration_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (30.31kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (31.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (73.15kB) [INFO] Fetching org.polarsys.capella.core.application_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.49kB) [INFO] Fetching org.polarsys.capella.core.commandline.core_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (51.39kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (29.1kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (117.86kB) [INFO] Fetching org.polarsys.capella.core.sirius.ui_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (285.4kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (31.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (44.74kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (313.58kB) [INFO] Fetching org.polarsys.capella.core.data.business.queries_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (1.41MB) [INFO] Fetching org.polarsys.capella.core.libraries_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (75.83kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (79.38kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (79.59kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.91kB) [INFO] Fetching org.polarsys.capella.core.ui.properties_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (273.48kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (202.43kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (59.03kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (1.29MB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (88.24kB) [INFO] Fetching org.polarsys.capella.core.data.helpers_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (425.73kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (167.37kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (112.34kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (235.49kB) [INFO] Fetching org.polarsys.capella.core.validation_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (44.64kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (36.56kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.28kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (26.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (14.49kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.18kB) [INFO] Fetching org.polarsys.capella.core.services_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.6kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (111.01kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.2kB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (1.81MB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (114.43kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (77.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (87.23kB) [INFO] Fetching org.polarsys.kitalpha.sirius.rotativeimage_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (31.87kB) [INFO] Fetching org.polarsys.capella.core.transition.system_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (263.75kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (264.45kB) [INFO] Fetching org.polarsys.capella.core.ui.resources_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (480.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (23.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (90.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (18.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (84.61kB) [INFO] Fetching org.polarsys.kitalpha.report_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (21.58kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (44.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (301.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (23.53kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (23.91kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (27.33kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (40.91kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (48.35kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (43.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (28.67kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (30.74kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (27.76kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (21.97kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (33.74kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (24.69kB) [INFO] Fetching org.polarsys.kitalpha.report.model_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (31.69kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (88.58kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (295.91kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (24.27kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (27.71kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (20.74kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties [INFO] Fetching org.polarsys.capella.core.transition.common.ui_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (58.83kB) [INFO] Fetching org.polarsys.capella.core.transition.system.ui_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (27.13kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties [INFO] Fetching org.polarsys.capella.core.data.core.validation_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (110.36kB) [INFO] Fetching org.polarsys.capella.core.libraries.ui_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (142.06kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties [INFO] Resolving target definition file:/home/jenkins/agent/workspace/capella-sss-transition_masterc/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@7f39ad3f... [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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/stable/7.1.0-S20230210-122000/2021-06/plugins/ (13.81kB) [INFO] Fetching org.eclipse.acceleo.query_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (494.93kB) [INFO] Fetching org.eclipse.acceleo.query.doc_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (2.29MB) [INFO] Fetching org.eclipse.acceleo.query.ide_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (11.11kB) [INFO] Fetching org.eclipse.acceleo.query_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/features/ (20.73kB) [INFO] Fetching org.eclipse.acceleo.annotations.source_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (15.13kB) [INFO] Fetching org.eclipse.acceleo.query.source_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/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/stable/7.1.0-S20230210-122000/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/stable/7.1.0-S20230210-122000/2021-06/plugins/ (2.31MB) [INFO] Fetching org.eclipse.acceleo.query.source_7.0.0.202211151354.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/features/ (18.53kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (174.11kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/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/stable/7.1.0-S20230210-122000/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/stable/7.1.0-S20230210-122000/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.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (34.58kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.git_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (32kB) [INFO] Fetching org.eclipse.emf.diffmerge.doc_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (2.17MB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/features/ (26.7kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.git.source_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (26.28kB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/features/ (22.06kB) [INFO] Fetching org.eclipse.emf.diffmerge.pojo_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (86.12kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/features/ (26.92kB) [INFO] Fetching org.eclipse.emf.diffmerge.source_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (116.12kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.source_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (294.91kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core.source_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (27.65kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures.source_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (106.63kB) [INFO] Fetching org.eclipse.emf.diffmerge.generic.source_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (152.34kB) [INFO] Fetching org.eclipse.emf.diffmerge.pojo.source_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (68.03kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature.source_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/features/ (22.2kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/features/ (26.7kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.source_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (20.25kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf.source_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (18.04kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/features/ (22.04kB) [INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/features/ (26.8kB) [INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/features/ (22.18kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/features/ (26.71kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.source_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (23.48kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius.source_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (26.65kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/features/ (22.07kB) [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_1.3.0.201912241810.jar from http://download.eclipse.org/nebula/releases/2.3.0/plugins/ (1.58MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.source_1.3.0.201912241810.jar from http://download.eclipse.org/nebula/releases/2.3.0/plugins/ (1.52MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.feature_1.3.0.201912241810.jar from http://download.eclipse.org/nebula/releases/2.3.0/features/ (18.53kB) [INFO] Fetching org.eclipse.pde.ds.lib_1.1.500.v20210209-1250.jar.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/ (10.75MB of 21.39MB at 10.74MB/s) [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.25MB of 21.39MB at 10.62MB/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.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (36.15kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (20.76kB) [INFO] Fetching org.eclipse.sirius.aql_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/features/ (20.86kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (21.73kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (13.84kB) [INFO] Fetching org.eclipse.sirius.aql.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/features/ (20.48kB) [INFO] Fetching org.eclipse.sirius.common.interpreter_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (20.54kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (13.36kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (11.51kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (390.83kB) [INFO] Fetching org.eclipse.sirius.doc_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (11.6MB) [INFO] Fetching org.eclipse.sirius.doc_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (10.07MB of 11.6MB at 10.05MB/s) [INFO] Fetching org.eclipse.sirius.doc.feature_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/features/ (20.89kB) [INFO] Fetching org.eclipse.sirius.doc.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (11.6MB) [INFO] Fetching org.eclipse.sirius.doc.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (10.1MB of 11.6MB at 10.09MB/s) [INFO] Fetching org.eclipse.sirius.doc.feature.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/features/ (20.51kB) [INFO] Fetching org.eclipse.sirius.ext.e3_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (9.46kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (9.44kB) [INFO] Fetching org.eclipse.sirius.ext.ide_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (20.97kB) [INFO] Fetching org.eclipse.sirius.interpreter_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (31.92kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/features/ (20.77kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (16.91kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (10.81kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/features/ (20.4kB) [INFO] Fetching org.eclipse.sirius.runtime.aql_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/features/ (20.84kB) [INFO] Fetching org.eclipse.sirius.runtime.aql.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/features/ (20.47kB) [INFO] Fetching org.eclipse.sirius.runtime_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/features/ (21.11kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/features/ (20.96kB) [INFO] Fetching org.eclipse.sirius.interpreter.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (22.91kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/features/ (20.58kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (11.58kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (11.56kB) [INFO] Fetching org.eclipse.sirius.ui.editor_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (102.67kB) [INFO] Fetching org.eclipse.sirius.ui.ext_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (18.65kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/features/ (21.23kB) [INFO] Fetching org.eclipse.sirius.common.ui.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (155.49kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (9.84kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (241.62kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.model.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (277.87kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (137.02kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (256.68kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (2.39MB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (9.88kB) [INFO] Fetching org.eclipse.sirius.table.ui.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (406.26kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (10.03kB) [INFO] Fetching org.eclipse.sirius.tree.ui.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (171.59kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (10.05kB) [INFO] Fetching org.eclipse.sirius.ui.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (885.76kB) [INFO] Fetching org.eclipse.sirius.ui.editor.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (54.3kB) [INFO] Fetching org.eclipse.sirius.ui.ext.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (9.88kB) [INFO] Fetching org.eclipse.sirius.ext.swt.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (10.75kB) [INFO] Fetching org.eclipse.sirius.ext.jface.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (10.18kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (23.86kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (30.06kB) [INFO] Fetching org.eclipse.sirius.ext.gef.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (13.8kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (97.38kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (13.72kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/features/ (20.65kB) [INFO] Fetching org.eclipse.sirius.common.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (201.74kB) [INFO] Fetching org.eclipse.sirius.ecore.extender.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (82.95kB) [INFO] Fetching org.eclipse.sirius.synchronizer.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (31.15kB) [INFO] Fetching org.eclipse.sirius.model.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (657.59kB) [INFO] Fetching org.eclipse.sirius.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (690.58kB) [INFO] Fetching org.eclipse.sirius.diagram.model.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (725.32kB) [INFO] Fetching org.eclipse.sirius.diagram.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (496.87kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (54.5kB) [INFO] Fetching org.eclipse.sirius.table.model.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (233.92kB) [INFO] Fetching org.eclipse.sirius.table.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (93.11kB) [INFO] Fetching org.eclipse.sirius.tree.model.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (146.12kB) [INFO] Fetching org.eclipse.sirius.tree.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (84.88kB) [INFO] Fetching org.eclipse.sirius.ext.base.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (27.51kB) [INFO] Fetching org.eclipse.sirius.ext.e3.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (8.52kB) [INFO] Fetching org.eclipse.sirius.ext.emf.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (15.68kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (13.36kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (10.45kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (8.54kB) [INFO] Fetching org.eclipse.sirius.ext.ide.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (18.19kB) [INFO] Fetching org.eclipse.sirius.runtime.source_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/features/ (20.59kB) [INFO] Fetching org.polarsys.capella.common.re.gen.edit_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (66.22kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.edit_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (42.28kB) [INFO] Fetching org.polarsys.capella.common.id.handler_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.28kB) [INFO] Fetching org.polarsys.capella.common.re_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (253.96kB) [INFO] Fetching org.polarsys.capella.common.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.16kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (18.81kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.88kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.82kB) [INFO] Fetching org.polarsys.capella.common.tools.report.ui_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.93kB) [INFO] Fetching org.polarsys.capella.common.re.ui_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (135.2kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.29kB) [INFO] Fetching org.polarsys.capella.common.ui.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.09kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (40.8kB) [INFO] Fetching org.polarsys.kitalpha.massactions_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (38.91kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.core_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (65.47kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (27.21kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (66.05kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (78.04kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.doc_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (194.44kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (22.17kB) [INFO] Fetching org.polarsys.capella.core.advance.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.89kB) [INFO] Fetching org.polarsys.capella.core.af.integration.ui_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.56kB) [INFO] Fetching org.polarsys.capella.core.model.semantic_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (38.86kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (549.26kB) [INFO] Fetching org.polarsys.capella.core.common.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.03kB) [INFO] Fetching org.polarsys.capella.core.data.res.edit_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (733.65kB) [INFO] Fetching org.polarsys.capella.core.data.res.editor_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (68.12kB) [INFO] Fetching org.polarsys.capella.core.data.gen.editor_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (1.47MB) [INFO] Fetching org.polarsys.capella.core.common.ui.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.97kB) [INFO] Fetching org.polarsys.capella.core.compare.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.79kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (468.3kB) [INFO] Fetching org.polarsys.capella.core.dashboard.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.82kB) [INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (30.09kB) [INFO] Fetching org.polarsys.capella.core.validation.ui_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.29kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.ide_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (61.84kB) [INFO] Fetching org.polarsys.capella.core.data.common.validation_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (53.46kB) [INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (54.77kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (77.39kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (36.33kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (106.83kB) [INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (63.16kB) [INFO] Fetching org.polarsys.capella.core.data.cs.validation_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (120.63kB) [INFO] Fetching org.polarsys.capella.core.tiger_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (76.51kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (41.55kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.ui.quickfix_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.17kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.validation_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (47.05kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (31.55kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.ui.quickfix_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.67kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.validation_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (23.14kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (127.43kB) [INFO] Fetching org.polarsys.capella.core.data.fa.validation_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (144.45kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (76.01kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (55.14kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (16.4kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (16.42kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.validation_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (23.43kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (55.6kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.88kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (91.8kB) [INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (59.49kB) [INFO] Fetching org.polarsys.capella.core.data.information.validation_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (137.09kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (40.43kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (67.46kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.validation_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (92.72kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.31kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.quickfix_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.34kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (53.23kB) [INFO] Fetching org.polarsys.capella.core.data.la.validation_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (38.82kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (218.33kB) [INFO] Fetching org.polarsys.capella.core.data.migration_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (155.33kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.36kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (57.09kB) [INFO] Fetching org.polarsys.capella.core.data.oa.validation_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.24kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.42kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.49kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.52kB) [INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (43.48kB) [INFO] Fetching org.polarsys.capella.core.data.pa.validation_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.16kB) [INFO] Fetching org.polarsys.capella.core.data.requirement.properties_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (34.52kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (29.03kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.73kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (63.07kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.49kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (62.47kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (23.58kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.richtext_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (65.37kB) [INFO] Fetching org.polarsys.capella.core.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.73kB) [INFO] Fetching org.polarsys.capella.core.flexibility.wizards_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.09kB) [INFO] Fetching org.polarsys.capella.core.git.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.77kB) [INFO] Fetching org.polarsys.capella.core.libraries.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.84kB) [INFO] Fetching org.polarsys.capella.core.migration.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.76kB) [INFO] Fetching org.polarsys.capella.core.model.links.helpers_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (52.53kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (37.61kB) [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.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.77kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (121.86kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (56.82kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.46kB) [INFO] Fetching org.polarsys.capella.core.projection.common_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (86.87kB) [INFO] Fetching org.polarsys.capella.core.projection.common.ui_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.6kB) [INFO] Fetching org.polarsys.capella.core.projection.exchanges_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (54.76kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (76.25kB) [INFO] Fetching org.polarsys.capella.core.projection.scenario_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (167.16kB) [INFO] Fetching org.polarsys.capella.core.properties.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.07kB) [INFO] Fetching org.polarsys.capella.core.properties.richtext.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.87kB) [INFO] Fetching org.polarsys.capella.core.re_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (121.7kB) [INFO] Fetching org.polarsys.capella.core.re.ui_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (37.83kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (62.23kB) [INFO] Fetching org.polarsys.capella.core.re.project_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.6kB) [INFO] Fetching org.polarsys.capella.core.re.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.87kB) [INFO] Fetching org.polarsys.capella.core.re.ui.quickfix_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (30.11kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (264.48kB) [INFO] Fetching org.polarsys.capella.core.re.validation_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (43.35kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (77.43kB) [INFO] Fetching org.polarsys.capella.core.transfo.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.91kB) [INFO] Fetching org.polarsys.capella.core.transition.common.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.9kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.ui_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.57kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.86kB) [INFO] Fetching org.polarsys.capella.core.ui.fastlinker_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (72.15kB) [INFO] Fetching org.polarsys.capella.core.ui.metric_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (81.05kB) [INFO] Fetching org.polarsys.capella.ui.views_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.04kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (29.34kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (29.84kB) [INFO] Fetching org.polarsys.capella.core.ui.intro_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (38.06kB) [INFO] Fetching org.polarsys.capella.core.ui.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.25kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (30.54kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (45.49kB) [INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.93kB) [INFO] Fetching org.polarsys.capella.core.ui.search_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (131.13kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.83kB) [INFO] Fetching org.polarsys.capella.core.ui.transfo.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.83kB) [INFO] Fetching org.polarsys.capella.core.ui.wizards.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.9kB) [INFO] Fetching org.polarsys.capella.core.validation.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.06kB) [INFO] Fetching org.polarsys.capella.detachment.propertyvalue_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (59.25kB) [INFO] Fetching org.polarsys.capella.detachment.version.precondition_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.12kB) [INFO] Fetching org.polarsys.capella.detachment.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.77kB) [INFO] Fetching org.polarsys.capella.developer.doc_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (375.88kB) [INFO] Fetching org.polarsys.capella.diagrams.doc_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (3.21MB) [INFO] Fetching org.polarsys.capella.diffmerge.doc_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.63kB) [INFO] Fetching org.polarsys.capella.doc_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (589.11kB) [INFO] Fetching org.polarsys.capella.viewpoint.doc_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (53.29kB) [INFO] Fetching org.polarsys.capella.preferences.doc_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (991.21kB) [INFO] Fetching org.polarsys.capella.properties.doc_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (89.71kB) [INFO] Fetching org.polarsys.capella.re.doc_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (2.58MB) [INFO] Fetching org.polarsys.capella.transitions.doc_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (1.73MB) [INFO] Fetching org.polarsys.capella.ui.doc_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.2MB) [INFO] Fetching org.polarsys.capella.ui.doc_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (11.01MB of 16.2MB at 11MB/s) [INFO] Fetching org.polarsys.capella.glossary.doc_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (425.34kB) [INFO] Fetching org.polarsys.capella.validation.doc_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (92.99kB) [INFO] Fetching org.polarsys.capella.th.doc_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (11.56MB) [INFO] Fetching org.polarsys.capella.th.doc_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.63MB of 11.56MB at 10.62MB/s) [INFO] Fetching org.polarsys.capella.tipsandtricks.doc_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (9.24MB) [INFO] Fetching org.polarsys.capella.git.doc_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (3.03MB) [INFO] Fetching org.polarsys.capella.doc.feature_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.08kB) [INFO] Fetching org.polarsys.capella.rcp_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.88kB) [INFO] Fetching org.polarsys.capella.rcp_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.44kB) [INFO] Fetching org.polarsys.capella.test.framework_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/plugins/ (158.47kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (117.92kB) [INFO] Fetching org.polarsys.capella.test.validation.rules.ju_6.1.0.202302131315.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/plugins/ (2.69MB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (12.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (80.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230207/plugins/ (858.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230207/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (13kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (21.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (9.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (14.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.common.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (12.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.services.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (23.95kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (49.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (10.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (85.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (50.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (33.06kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (17.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (14.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (17.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (12.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (46.46kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (21.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (15.3kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (79.02kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (22.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (29.6kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (17.86kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (28.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (20.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (85.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (40.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (20.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (29.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (31.78kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (25.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (124.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (65.1kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (22.07kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (38.83kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.common.ui_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (19.66kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (18.54kB) [INFO] Fetching org.polarsys.kitalpha.common.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (20.84kB) [INFO] Fetching org.polarsys.kitalpha.common.ui.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (16.59kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (13.24kB) [INFO] Fetching org.polarsys.kitalpha.common.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.doc_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230207/plugins/ (1.07MB) [INFO] Fetching org.polarsys.kitalpha.doc.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230207/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230207/plugins/ (454.56kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230207/features/ (20.81kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.emde.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (43.95kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (29.58kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (24.45kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (30.17kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (17.98kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.17kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (469kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (21.18kB) [INFO] Fetching org.polarsys.kitalpha.massactions.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (28.71kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (109.18kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (468.23kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (23.5kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (52.29kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (17.38kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (18.18kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (25.01kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (16.76kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (16.06kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (26kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (28.95kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (28.82kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (18.04kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (21.25kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (23.25kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (14.62kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (13.92kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (13.66kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (15.39kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (18.66kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (13.45kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (16.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (14.78kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (21.21kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (21.9kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (25.43kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (12.18kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.28kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (34.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (31.23kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (19.09kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (20.92kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (14.43kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (20.23kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (14.4kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (17.9kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (13.77kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.27kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (21.19kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (18.77kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (21.24kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (31.99kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (15.34kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (15.36kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.3kB) [INFO] Fetching org.polarsys.kitalpha.report.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.report.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (15.09kB) [INFO] Fetching org.polarsys.kitalpha.report.model.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (28.33kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (18.5kB) [INFO] Fetching org.polarsys.kitalpha.report.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.report.ui_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (69.93kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (34.19kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.17kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (35.69kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (20.97kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (21.95kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (13.92kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.3kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (12.3kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (19.81kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (20.82kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (33.48kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (20.88kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (25.84kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (26.54kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (1.41MB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (20.82kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (24.47kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (20.92kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (33.4kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (20.66kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (21.69kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (30.35kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (13.88kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (27.86kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (77.68kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (23.7kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (17.98kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (55.67kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (216.1kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (12.1kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (21.64kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (78.91kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (45.41kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (21.16kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (48.64kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (20.21kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (29.37kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (18.59kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (18.68kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (163.71kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (37.28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (68.38kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (23.79kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (17.09kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (23.63kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (28.69kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (16.33kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (29.26kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/plugins/ (29.33kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature.source_6.1.0.202302070857.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230207/features/ (11.26kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/releng/org.polarsys.capella.transition.system2subsystem.site/pom.xml [WARNING] The project org.polarsys:org.polarsys.capella.addon.transition.system2subsystem:pom:1.6.1-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.1-SNAPSHOT [1/16] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.addon.transition.system2subsystem --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.addon.transition.system2subsystem --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.polarsys.capella.addon.transition.system2subsystem --- [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-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.addon.transition.system2subsystem --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.addon.transition.system2subsystem --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.features >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.features 1.6.1-SNAPSHOT [2/16] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.features --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.features --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.features --- [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-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.features --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.features --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.bundles >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.bundles 1.6.1-SNAPSHOT [3/16] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.bundles --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.bundles --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.bundles --- [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-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.bundles --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.bundles --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.transition.system2subsystem >---- [INFO] Building org.polarsys.capella.transition.system2subsystem 1.6.1-SNAPSHOT [4/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem --- [INFO] The project's OSGi version is 1.6.1.202302140720 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- tycho-packaging-plugin: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-plugin: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] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem --- [INFO] Compiling 93 source files to /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem/target/org.polarsys.capella.transition.system2subsystem-1.6.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem/target/org.polarsys.capella.transition.system2subsystem-1.6.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem --- [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-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem/target/org.polarsys.capella.transition.system2subsystem-1.6.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem/target/org.polarsys.capella.transition.system2subsystem-1.6.1-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.crossphases 1.6.1-SNAPSHOT [5/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] The project's OSGi version is 1.6.1.202302140720 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- tycho-packaging-plugin: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-plugin: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] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/target/org.polarsys.capella.transition.system2subsystem.crossphases-1.6.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/target/org.polarsys.capella.transition.system2subsystem.crossphases-1.6.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [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-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/target/org.polarsys.capella.transition.system2subsystem.crossphases-1.6.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/target/org.polarsys.capella.transition.system2subsystem.crossphases-1.6.1-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.ui >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.ui 1.6.1-SNAPSHOT [6/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] The project's OSGi version is 1.6.1.202302140720 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- tycho-packaging-plugin: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-plugin: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] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.ui/target/org.polarsys.capella.transition.system2subsystem.ui-1.6.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.ui/target/org.polarsys.capella.transition.system2subsystem.ui-1.6.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.ui --- [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-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.ui/target/org.polarsys.capella.transition.system2subsystem.ui-1.6.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.ui/target/org.polarsys.capella.transition.system2subsystem.ui-1.6.1-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.1-SNAPSHOT [7/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] The project's OSGi version is 1.6.1.202302140720 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- tycho-packaging-plugin: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-plugin: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] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/target/org.polarsys.capella.transition.system2subsystem.crossphases.ui-1.6.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/target/org.polarsys.capella.transition.system2subsystem.crossphases.ui-1.6.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [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-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/target/org.polarsys.capella.transition.system2subsystem.crossphases.ui-1.6.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/target/org.polarsys.capella.transition.system2subsystem.crossphases.ui-1.6.1-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.doc >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.doc 1.6.1-SNAPSHOT [8/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] The project's OSGi version is 1.6.1.202302140720 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- tycho-packaging-plugin: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-plugin: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] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.doc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.doc/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.doc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.doc/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.doc/target/org.polarsys.capella.transition.system2subsystem.doc-1.6.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.doc/target/org.polarsys.capella.transition.system2subsystem.doc-1.6.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.doc --- [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-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.doc/target/org.polarsys.capella.transition.system2subsystem.doc-1.6.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.doc/target/org.polarsys.capella.transition.system2subsystem.doc-1.6.1-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.interphases 1.6.1-SNAPSHOT [9/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] The project's OSGi version is 1.6.1.202302140720 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- tycho-packaging-plugin: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-plugin: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] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.interphases --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.interphases/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.interphases/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.interphases --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.interphases/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.interphases/target/org.polarsys.capella.transition.system2subsystem.interphases-1.6.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.interphases/target/org.polarsys.capella.transition.system2subsystem.interphases-1.6.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.interphases --- [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-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.interphases/target/org.polarsys.capella.transition.system2subsystem.interphases-1.6.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.interphases/target/org.polarsys.capella.transition.system2subsystem.interphases-1.6.1-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.1-SNAPSHOT [10/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] The project's OSGi version is 1.6.1.202302140720 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- tycho-packaging-plugin: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-plugin: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] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/target/org.polarsys.capella.transition.system2subsystem.interphases.ui-1.6.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/target/org.polarsys.capella.transition.system2subsystem.interphases.ui-1.6.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [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-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/target/org.polarsys.capella.transition.system2subsystem.interphases.ui-1.6.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/target/org.polarsys.capella.transition.system2subsystem.interphases.ui-1.6.1-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.multiphases 1.6.1-SNAPSHOT [11/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] The project's OSGi version is 1.6.1.202302140720 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- tycho-packaging-plugin: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-plugin: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] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/target/org.polarsys.capella.transition.system2subsystem.multiphases-1.6.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/target/org.polarsys.capella.transition.system2subsystem.multiphases-1.6.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [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-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/target/org.polarsys.capella.transition.system2subsystem.multiphases-1.6.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/target/org.polarsys.capella.transition.system2subsystem.multiphases-1.6.1-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.1-SNAPSHOT [12/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] The project's OSGi version is 1.6.1.202302140720 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- tycho-packaging-plugin: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-plugin: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] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/target/org.polarsys.capella.transition.system2subsystem.multiphases.ui-1.6.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/target/org.polarsys.capella.transition.system2subsystem.multiphases.ui-1.6.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [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-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/target/org.polarsys.capella.transition.system2subsystem.multiphases.ui-1.6.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/target/org.polarsys.capella.transition.system2subsystem.multiphases.ui-1.6.1-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.feature >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.feature 1.6.1-SNAPSHOT [13/16] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-sss-transition_masterc/features/org.polarsys.capella.transition.system2subsystem.feature/target [INFO] [INFO] --- tycho-packaging-plugin: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.1.202302140720 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- tycho-packaging-plugin: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-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/features/org.polarsys.capella.transition.system2subsystem.feature/target/org.polarsys.capella.transition.system2subsystem.feature-1.6.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.feature --- [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/capella-sss-transition_masterc/features/org.polarsys.capella.transition.system2subsystem.feature/target/org.polarsys.capella.transition.system2subsystem.feature-1.6.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/features/org.polarsys.capella.transition.system2subsystem.feature/target/org.polarsys.capella.transition.system2subsystem.feature-1.6.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/features/org.polarsys.capella.transition.system2subsystem.feature/target/org.polarsys.capella.transition.system2subsystem.feature-1.6.1-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.1-SNAPSHOT [14/16] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] The project's OSGi version is 1.6.1.202302140720 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- tycho-packaging-plugin: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-plugin: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] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] Compiling 77 source files to /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/target/org.polarsys.capella.transition.system2subsystem.tests.ju-1.6.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/target/org.polarsys.capella.transition.system2subsystem.tests.ju-1.6.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [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-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/target/org.polarsys.capella.transition.system2subsystem.tests.ju-1.6.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/target/org.polarsys.capella.transition.system2subsystem.tests.ju-1.6.1-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.1-SNAPSHOT [15/16] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-sss-transition_masterc/features/org.polarsys.capella.transition.system2subsystem.tests.feature/target [INFO] [INFO] --- tycho-packaging-plugin: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.1.202302140720 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin: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-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/features/org.polarsys.capella.transition.system2subsystem.tests.feature/target/org.polarsys.capella.transition.system2subsystem.tests.feature-1.6.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [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/capella-sss-transition_masterc/features/org.polarsys.capella.transition.system2subsystem.tests.feature/target/org.polarsys.capella.transition.system2subsystem.tests.feature-1.6.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/features/org.polarsys.capella.transition.system2subsystem.tests.feature/target/org.polarsys.capella.transition.system2subsystem.tests.feature-1.6.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-sss-transition_masterc/features/org.polarsys.capella.transition.system2subsystem.tests.feature/target/org.polarsys.capella.transition.system2subsystem.tests.feature-1.6.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.site >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.site 1.6.1-SNAPSHOT [16/16] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- tycho-packaging-plugin: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.1.202302140720 [INFO] [INFO] --- maven-clean-plugin:2.5: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] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.site --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-sss-transition_masterc/releng/org.polarsys.capella.transition.system2subsystem.site/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.transition.system2subsystem.site --- [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-plugin:2.7.5:publish-products (default-publish-products) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-sss-transition_masterc/releng/org.polarsys.capella.transition.system2subsystem.site/target/org.polarsys.capella.transition.system2subsystem.site-1.6.1-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.site --- [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-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.5:eclipse-run (create-dropins) @ org.polarsys.capella.transition.system2subsystem.site --- [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/capella-sss-transition_masterc/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/capella-sss-transition_masterc/releng/org.polarsys.capella.transition.system2subsystem.site/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/capella-sss-transition_masterc/releng/org.polarsys.capella.transition.system2subsystem.site/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/capella-sss-transition_masterc/releng/org.polarsys.capella.transition.system2subsystem.site/target/eclipserun-work/data, -application, org.eclipse.equinox.p2.repository.repo2runnable, -source, file:/home/jenkins/agent/workspace/capella-sss-transition_masterc/releng/org.polarsys.capella.transition.system2subsystem.site/target/repository, -destination, /home/jenkins/agent/workspace/capella-sss-transition_masterc/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition/eclipse] [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (package-dropins) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] Executing tasks [INFO] [delete] Deleting: /home/jenkins/agent/workspace/capella-sss-transition_masterc/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition/eclipse/artifacts.jar [INFO] [delete] Deleting: /home/jenkins/agent/workspace/capella-sss-transition_masterc/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition/eclipse/content.jar [INFO] [zip] Building zip: /home/jenkins/agent/workspace/capella-sss-transition_masterc/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition-dropins-1.6.1.202302140720.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (archive-repository) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-sss-transition_masterc/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition-updateSite-1.6.1.202302140720.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Subsystem Transition 1.6.1-SNAPSHOT: [INFO] [INFO] Capella Subsystem Transition ....................... SUCCESS [ 4.135 s] [INFO] org.polarsys.capella.transition.system2subsystem.features SUCCESS [ 0.009 s] [INFO] org.polarsys.capella.transition.system2subsystem.bundles SUCCESS [ 0.006 s] [INFO] org.polarsys.capella.transition.system2subsystem ... SUCCESS [ 25.897 s] [INFO] org.polarsys.capella.transition.system2subsystem.crossphases SUCCESS [ 7.569 s] [INFO] org.polarsys.capella.transition.system2subsystem.ui SUCCESS [ 7.036 s] [INFO] org.polarsys.capella.transition.system2subsystem.crossphases.ui SUCCESS [ 7.554 s] [INFO] org.polarsys.capella.transition.system2subsystem.doc SUCCESS [ 3.661 s] [INFO] org.polarsys.capella.transition.system2subsystem.interphases SUCCESS [ 6.865 s] [INFO] org.polarsys.capella.transition.system2subsystem.interphases.ui SUCCESS [ 6.849 s] [INFO] org.polarsys.capella.transition.system2subsystem.multiphases SUCCESS [ 8.254 s] [INFO] org.polarsys.capella.transition.system2subsystem.multiphases.ui SUCCESS [ 7.127 s] [INFO] org.polarsys.capella.transition.system2subsystem.feature SUCCESS [ 3.359 s] [INFO] org.polarsys.capella.transition.system2subsystem.tests.ju SUCCESS [ 25.330 s] [INFO] org.polarsys.capella.transition.system2subsystem.tests.feature SUCCESS [ 2.668 s] [INFO] org.polarsys.capella.transition.system2subsystem.site SUCCESS [ 13.813 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:17 min [INFO] Finished at: 2023-02-14T07:27:00Z [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-2paMke7aBZBk/agent.1321 SSH_AGENT_PID=1323 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-sss-transition_masterc@tmp/private_key_2821734256534094168.key (/home/jenkins/agent/workspace/capella-sss-transition_masterc@tmp/private_key_2821734256534094168.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/masterc-7/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-sss-transition_masterc/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition-dropins-1.6.1.202302140720.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/subsystemtransition/dropins/nightly/masterc-7/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1323 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-qmR2cRuBnEPa/agent.1350 SSH_AGENT_PID=1352 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-sss-transition_masterc@tmp/private_key_5440165099059553404.key (/home/jenkins/agent/workspace/capella-sss-transition_masterc@tmp/private_key_5440165099059553404.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/masterc-7/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-sss-transition_masterc/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition-updateSite-1.6.1.202302140720.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/subsystemtransition/updates/nightly/masterc-7/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1352 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Download Capella) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + curl -ks https://download.eclipse.org/capella/core/products/nightly/master/ [Pipeline] sh + curl -k -o capella.tar.gz https://download.eclipse.org/capella/core/products/nightly/master/capella-6.1.0.202302131315-linux-gtk-x86_64.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 12 665M 12 84.1M 0 0 87.7M 0 0:00:07 --:--:-- 0:00:07 87.7M 27 665M 27 181M 0 0 92.7M 0 0:00:07 0:00:01 0:00:06 92.7M 39 665M 39 265M 0 0 89.8M 0 0:00:07 0:00:02 0:00:05 89.8M 55 665M 55 368M 0 0 93.0M 0 0:00:07 0:00:03 0:00:04 93.0M 70 665M 70 469M 0 0 94.7M 0 0:00:07 0:00:04 0:00:03 94.7M 85 665M 85 565M 0 0 94.9M 0 0:00:07 0:00:05 0:00:02 96.3M 99 665M 99 661M 0 0 95.0M 0 0:00:07 0:00:06 0:00:01 95.9M 100 665M 100 665M 0 0 95.0M 0 0:00:07 0:00:07 --:--:-- 98.8M [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.202211301334/ capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202211301334/META-INF/ capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202211301334/META-INF/maven/ capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202211301334/META-INF/maven/org.eclipse.emf.diffmerge/ capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202211301334/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.egit.feature/ capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202211301334/ capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202211301334/META-INF/ capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202211301334/ capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202211301334/META-INF/ capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202211301334/META-INF/maven/ capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202211301334/META-INF/maven/org.eclipse.emf.diffmerge/ capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202211301334/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.feature/ capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202211301334/ capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202211301334/META-INF/ capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202211301334/ capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202211301334/META-INF/ capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202211301334/META-INF/maven/ capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202211301334/META-INF/maven/org.eclipse.emf.diffmerge/ capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202211301334/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.gmf.feature/ capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202211301334/ capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202211301334/META-INF/ capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202211301334/ capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202211301334/META-INF/ capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202211301334/META-INF/maven/ capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202211301334/META-INF/maven/org.eclipse.emf.diffmerge/ capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202211301334/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.sdk.feature/ capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202211301334/ capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202211301334/META-INF/ capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202211301334/ capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202211301334/META-INF/ capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202211301334/META-INF/maven/ capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202211301334/META-INF/maven/org.eclipse.emf.diffmerge/ capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202211301334/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.sirius.feature/ capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202211301334/ capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202211301334/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.202302101721/ capella/features/org.eclipse.sirius.aql.source_7.1.0.202302101721/META-INF/ capella/features/org.eclipse.sirius.aql_7.1.0.202302101721/ capella/features/org.eclipse.sirius.aql_7.1.0.202302101721/META-INF/ capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202302101721/ capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202302101721/META-INF/ capella/features/org.eclipse.sirius.doc.feature_7.1.0.202302101721/ capella/features/org.eclipse.sirius.doc.feature_7.1.0.202302101721/META-INF/ capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202302101721/ capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202302101721/META-INF/ capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202302101721/ capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202302101721/META-INF/ capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202302101721/ capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202302101721/META-INF/ capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202302101721/ capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202302101721/META-INF/ capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202302101721/ capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202302101721/META-INF/ capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202302101721/ capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202302101721/META-INF/ capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202302101721/ capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202302101721/META-INF/ capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202302101721/ capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202302101721/META-INF/ capella/features/org.eclipse.sirius.runtime.source_7.1.0.202302101721/ capella/features/org.eclipse.sirius.runtime.source_7.1.0.202302101721/META-INF/ capella/features/org.eclipse.sirius.runtime_7.1.0.202302101721/ capella/features/org.eclipse.sirius.runtime_7.1.0.202302101721/META-INF/ capella/features/org.polarsys.capella.common.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.common.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.common.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.common.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.advance.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.advance.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.common.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.common.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.common.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.common.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.compare.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.compare.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.git.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.git.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.git.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.git.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.libraries.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.libraries.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.migration.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.migration.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.properties.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.properties.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.re.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.re.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.re.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.re.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.transfo.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.transfo.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.transition.common.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.transition.common.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.ui.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.ui.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.detachment.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.detachment.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.detachment.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.detachment.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.doc.feature_6.1.0.202302131315/ capella/features/org.polarsys.capella.doc.feature_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.rcp.source_6.1.0.202302131315/ capella/features/org.polarsys.capella.rcp.source_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.capella.rcp_6.1.0.202302131315/ capella/features/org.polarsys.capella.rcp_6.1.0.202302131315/META-INF/ capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.ad.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.ad.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.cadence.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.cadence.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.common.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.common.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.emde.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.emde.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.report.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.report.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.transposer.feature.source_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.transposer.feature.source_6.1.0.202302070857/META-INF/ capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202302070857/ capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202302070857/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.202211301334/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202211301334/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202211301334/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202211301334/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.202211301334/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.202211301334/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202211301334/feature.properties capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202211301334/feature.xml capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202211301334/license.html capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202211301334/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202211301334/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202211301334/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202211301334/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202211301334/epl-v20.html capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202211301334/feature.properties capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202211301334/feature.xml capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202211301334/license.html capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202211301334/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202211301334/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202211301334/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202211301334/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.202211301334/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.202211301334/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202211301334/feature.properties capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202211301334/feature.xml capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202211301334/license.html capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202211301334/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202211301334/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202211301334/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202211301334/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202211301334/epl-v20.html capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202211301334/feature.properties capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202211301334/feature.xml capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202211301334/license.html capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202211301334/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202211301334/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202211301334/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202211301334/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.202211301334/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.202211301334/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202211301334/feature.properties capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202211301334/feature.xml capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202211301334/license.html capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202211301334/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202211301334/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202211301334/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202211301334/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202211301334/epl-v20.html capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202211301334/feature.properties capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202211301334/feature.xml capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202211301334/license.html capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202211301334/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202211301334/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202211301334/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202211301334/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.202211301334/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.202211301334/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202211301334/feature.properties capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202211301334/feature.xml capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202211301334/license.html capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202211301334/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202211301334/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202211301334/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202211301334/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202211301334/epl-v20.html capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202211301334/feature.properties capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202211301334/feature.xml capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202211301334/license.html capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202211301334/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202211301334/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202211301334/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202211301334/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.202211301334/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.202211301334/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202211301334/feature.properties capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202211301334/feature.xml capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202211301334/license.html capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202211301334/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202211301334/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202211301334/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202211301334/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202211301334/epl-v20.html capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202211301334/feature.properties capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202211301334/feature.xml capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202211301334/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.202302101721/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.aql.source_7.1.0.202302101721/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.aql.source_7.1.0.202302101721/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.aql.source_7.1.0.202302101721/epl-2.0.html capella/features/org.eclipse.sirius.aql.source_7.1.0.202302101721/feature.properties capella/features/org.eclipse.sirius.aql.source_7.1.0.202302101721/feature.xml capella/features/org.eclipse.sirius.aql.source_7.1.0.202302101721/license.html capella/features/org.eclipse.sirius.aql_7.1.0.202302101721/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.aql_7.1.0.202302101721/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.aql_7.1.0.202302101721/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.aql_7.1.0.202302101721/epl-2.0.html capella/features/org.eclipse.sirius.aql_7.1.0.202302101721/feature.properties capella/features/org.eclipse.sirius.aql_7.1.0.202302101721/feature.xml capella/features/org.eclipse.sirius.aql_7.1.0.202302101721/license.html capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202302101721/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202302101721/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202302101721/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202302101721/epl-2.0.html capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202302101721/feature.properties capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202302101721/feature.xml capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202302101721/license.html capella/features/org.eclipse.sirius.doc.feature_7.1.0.202302101721/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.doc.feature_7.1.0.202302101721/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.doc.feature_7.1.0.202302101721/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.doc.feature_7.1.0.202302101721/epl-2.0.html capella/features/org.eclipse.sirius.doc.feature_7.1.0.202302101721/feature.properties capella/features/org.eclipse.sirius.doc.feature_7.1.0.202302101721/feature.xml capella/features/org.eclipse.sirius.doc.feature_7.1.0.202302101721/license.html capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202302101721/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202302101721/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202302101721/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202302101721/epl-2.0.html capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202302101721/feature.properties capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202302101721/feature.xml capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202302101721/license.html capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202302101721/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202302101721/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202302101721/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202302101721/epl-2.0.html capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202302101721/feature.properties capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202302101721/feature.xml capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202302101721/license.html capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202302101721/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202302101721/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202302101721/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202302101721/epl-2.0.html capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202302101721/feature.properties capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202302101721/feature.xml capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202302101721/license.html capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202302101721/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202302101721/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202302101721/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202302101721/epl-2.0.html capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202302101721/feature.properties capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202302101721/feature.xml capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202302101721/license.html capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202302101721/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202302101721/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202302101721/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202302101721/epl-2.0.html capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202302101721/feature.properties capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202302101721/feature.xml capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202302101721/license.html capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202302101721/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202302101721/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202302101721/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202302101721/epl-2.0.html capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202302101721/feature.properties capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202302101721/feature.xml capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202302101721/license.html capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202302101721/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202302101721/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202302101721/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202302101721/epl-2.0.html capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202302101721/feature.properties capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202302101721/feature.xml capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202302101721/license.html capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202302101721/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202302101721/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202302101721/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202302101721/epl-2.0.html capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202302101721/feature.properties capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202302101721/feature.xml capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202302101721/license.html capella/features/org.eclipse.sirius.runtime.source_7.1.0.202302101721/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.source_7.1.0.202302101721/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.source_7.1.0.202302101721/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.source_7.1.0.202302101721/epl-2.0.html capella/features/org.eclipse.sirius.runtime.source_7.1.0.202302101721/feature.properties capella/features/org.eclipse.sirius.runtime.source_7.1.0.202302101721/feature.xml capella/features/org.eclipse.sirius.runtime.source_7.1.0.202302101721/license.html capella/features/org.eclipse.sirius.runtime_7.1.0.202302101721/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime_7.1.0.202302101721/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime_7.1.0.202302101721/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime_7.1.0.202302101721/epl-2.0.html capella/features/org.eclipse.sirius.runtime_7.1.0.202302101721/feature.properties capella/features/org.eclipse.sirius.runtime_7.1.0.202302101721/feature.xml capella/features/org.eclipse.sirius.runtime_7.1.0.202302101721/license.html capella/features/org.polarsys.capella.common.feature.source_6.1.0.202302131315/.project capella/features/org.polarsys.capella.common.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.common.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.common.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.common.feature.source_6.1.0.202302131315/build.properties capella/features/org.polarsys.capella.common.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.common.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.common.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.common.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.common.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.common.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.common.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.common.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.common.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202302131315/.project capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202302131315/build.properties capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202302131315/build.properties capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202302131315/pom.xml capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202302131315/build.properties capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202302131315/pom.xml capella/features/org.polarsys.capella.core.advance.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.advance.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.advance.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.advance.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.advance.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.core.common.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.common.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.common.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.common.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.common.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.common.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.common.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.common.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.common.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.core.common.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.common.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.common.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202302131315/.project capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202302131315/build.properties capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.core.compare.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.compare.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.compare.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.compare.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.compare.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202302131315/.project capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202302131315/build.properties capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.core.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.core.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.core.git.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.git.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.git.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.git.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.git.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.git.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.git.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.git.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.git.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.core.git.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.git.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.git.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.core.libraries.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.libraries.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.libraries.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.libraries.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.libraries.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.core.migration.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.migration.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.migration.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.migration.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.migration.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.core.properties.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.properties.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.properties.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.properties.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.properties.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.core.re.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.re.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.re.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.re.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.re.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.re.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.re.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.re.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.re.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.core.re.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.re.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.re.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.core.transfo.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.transfo.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.transfo.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.transfo.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.transfo.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.core.transition.common.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.transition.common.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.transition.common.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.transition.common.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.transition.common.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.core.ui.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.ui.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202302131315/.project capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202302131315/build.properties capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202302131315/.project capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202302131315/build.properties capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202302131315/.project capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202302131315/build.properties capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.detachment.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.detachment.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.detachment.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.detachment.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.detachment.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.detachment.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.detachment.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.detachment.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.detachment.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.detachment.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.detachment.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.detachment.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202302131315/.project capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202302131315/build.properties capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.doc.feature_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.doc.feature_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.doc.feature_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.doc.feature_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.doc.feature_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.doc.feature_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.doc.feature_6.1.0.202302131315/license.html capella/features/org.polarsys.capella.rcp.source_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.rcp.source_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.rcp.source_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.rcp.source_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.rcp.source_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.rcp_6.1.0.202302131315/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.rcp_6.1.0.202302131315/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.rcp_6.1.0.202302131315/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.rcp_6.1.0.202302131315/epl-2.0.html capella/features/org.polarsys.capella.rcp_6.1.0.202302131315/feature.properties capella/features/org.polarsys.capella.rcp_6.1.0.202302131315/feature.xml capella/features/org.polarsys.capella.rcp_6.1.0.202302131315/license.html capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.ad.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.ad.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.cadence.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.cadence.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.cadence.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.cadence.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.cadence.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.common.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.common.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.common.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.common.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.common.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.emde.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.emde.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.emde.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.emde.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.emde.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202302070857/build.properties capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202302070857/build.properties capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202302070857/build.properties capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202302070857/build.properties capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202302070857/build.properties capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202302070857/build.properties capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.report.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.report.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.report.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.report.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.report.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202302070857/license.html capella/features/org.polarsys.kitalpha.transposer.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.transposer.feature.source_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.transposer.feature.source_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.transposer.feature.source_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.transposer.feature.source_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202302070857/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202302070857/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202302070857/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202302070857/epl-2.0.html capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202302070857/feature.properties capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202302070857/feature.xml capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202302070857/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.202302131315 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/1676295817813.profile.gz capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1676295817820.profile.gz capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1676295901779.profile.gz capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1676295904815.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.202211301334.jar capella/plugins/org.eclipse.emf.diffmerge.connector.core_0.14.1.202211301334.jar capella/plugins/org.eclipse.emf.diffmerge.connector.git.source_0.14.1.202211301334.jar capella/plugins/org.eclipse.emf.diffmerge.connector.git_0.14.1.202211301334.jar capella/plugins/org.eclipse.emf.diffmerge.doc_0.14.1.202211301334.jar capella/plugins/org.eclipse.emf.diffmerge.generic.source_0.14.1.202211301334.jar capella/plugins/org.eclipse.emf.diffmerge.generic_0.14.1.202211301334.jar capella/plugins/org.eclipse.emf.diffmerge.gmf.source_0.14.1.202211301334.jar capella/plugins/org.eclipse.emf.diffmerge.gmf_0.14.1.202211301334.jar capella/plugins/org.eclipse.emf.diffmerge.pojo.source_0.14.1.202211301334.jar capella/plugins/org.eclipse.emf.diffmerge.pojo_0.14.1.202211301334.jar capella/plugins/org.eclipse.emf.diffmerge.sirius.source_0.14.1.202211301334.jar capella/plugins/org.eclipse.emf.diffmerge.sirius_0.14.1.202211301334.jar capella/plugins/org.eclipse.emf.diffmerge.source_0.14.1.202211301334.jar capella/plugins/org.eclipse.emf.diffmerge.structures.source_0.14.1.202211301334.jar capella/plugins/org.eclipse.emf.diffmerge.structures_0.14.1.202211301334.jar capella/plugins/org.eclipse.emf.diffmerge.ui.gmf.source_0.14.1.202211301334.jar capella/plugins/org.eclipse.emf.diffmerge.ui.gmf_0.14.1.202211301334.jar capella/plugins/org.eclipse.emf.diffmerge.ui.sirius.source_0.14.1.202211301334.jar capella/plugins/org.eclipse.emf.diffmerge.ui.sirius_0.14.1.202211301334.jar capella/plugins/org.eclipse.emf.diffmerge.ui.source_0.14.1.202211301334.jar capella/plugins/org.eclipse.emf.diffmerge.ui_0.14.1.202211301334.jar capella/plugins/org.eclipse.emf.diffmerge_0.14.1.202211301334.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.202302101721.jar capella/plugins/org.eclipse.sirius.common.acceleo.aql.ide_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.common.acceleo.aql.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.common.acceleo.aql_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.common.interpreter.aql.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.common.interpreter.aql_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.common.interpreter.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.common.interpreter_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.common.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.common.ui.ext.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.common.ui.ext_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.common.ui.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.common.ui_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.common_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.diagram.formatdata.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.diagram.formatdata_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.diagram.model.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.diagram.model_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.diagram.sequence.edit.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.diagram.sequence.edit_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.diagram.sequence.model.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.diagram.sequence.model_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.diagram.sequence.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.diagram.sequence.ui.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.diagram.sequence.ui_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.diagram.sequence_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.diagram.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.diagram.ui.ext.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.diagram.ui.ext_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.diagram.ui.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.diagram.ui_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.diagram_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.doc.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.doc_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ecore.extender.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ecore.extender_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.base.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.base_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.draw2d.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.draw2d_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.e3.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.e3.ui.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.e3.ui_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.e3_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.emf.edit.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.emf.edit_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.emf.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.emf.tx.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.emf.tx_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.emf.ui.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.emf.ui_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.emf_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.gef.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.gef_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.gmf.notation.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.gmf.notation_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.gmf.runtime.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.gmf.runtime_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.ide.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.ide_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.jface.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.jface_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.swt.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ext.swt_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.interpreter.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.interpreter_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.model.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.model_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.synchronizer.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.synchronizer_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.table.model.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.table.model_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.table.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.table.ui.ext.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.table.ui.ext_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.table.ui.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.table.ui_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.table_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.tree.model.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.tree.model_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.tree.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.tree.ui.ext.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.tree.ui.ext_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.tree.ui.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.tree.ui_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.tree_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ui.editor.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ui.editor_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ui.ext.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ui.ext_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ui.source_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius.ui_7.1.0.202302101721.jar capella/plugins/org.eclipse.sirius_7.1.0.202302101721.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.202302131315.jar capella/plugins/org.polarsys.capella.commandline.doc_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.data.activity.gen.edit.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.data.activity.gen.edit_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.data.activity.gen.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.data.activity.gen_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.data.behavior.gen.edit.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.data.behavior.gen.edit_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.data.behavior.gen.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.data.behavior.gen_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.data.core.gen.edit.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.data.core.gen.edit_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.data.core.gen.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.data.core.gen_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.data.helpers.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.data.helpers_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.ef.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.ef_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.flexibility.properties.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.flexibility.properties_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.flexibility.wizards.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.flexibility.wizards_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.helpers.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.helpers_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.id.handler.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.id.handler_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.libraries.gen.edit.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.libraries.gen.edit_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.libraries.gen.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.libraries.gen_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.libraries.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.libraries_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.linkedtext.ui.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.linkedtext.ui_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.mdsofa.common.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.mdsofa.common_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.menu.dynamic.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.menu.dynamic_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.model.helpers.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.model.helpers_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.model.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.model_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.platform.sirius.customization.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.platform.sirius.customization_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.platform.sirius.ted.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.platform.sirius.ted_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.queries.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.queries_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.re.gen.edit.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.re.gen.edit_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.re.gen.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.re.gen_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.re.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.re.ui.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.re.ui_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.re_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.console.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.console_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.file.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.file_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.usage.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.usage_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.tools.report.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.tools.report.ui.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.tools.report.ui_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.tools.report_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.transition.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.transition_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.ui.massactions.core.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.ui.massactions.core_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.ui.massactions.doc.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.ui.massactions.doc_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.ui.massactions.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.ui.massactions_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.ui.menu.dynamic.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.ui.menu.dynamic_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.ui.resources.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.ui.resources_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.ui.services.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.ui.services_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.ui.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.ui.toolkit.browser.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.ui.toolkit.browser_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.ui.toolkit.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.ui.toolkit_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common.ui_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.common_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.af.integration.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.af.integration.ui.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.af.integration.ui_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.af.integration_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.application.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.application_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.commandline.core.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.commandline.core.ui.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.commandline.core.ui_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.commandline.core_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.compare.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.compare_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.business.queries.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.business.queries_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.common.properties.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.common.properties_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.common.ui.quickfix.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.common.ui.quickfix_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.common.validation.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.common.validation_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.core.properties.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.core.properties_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.core.ui.quickfix.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.core.ui.quickfix_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.core.validation.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.core.validation_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.cs.properties.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.cs.properties_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.cs.ui.quickfix.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.cs.ui.quickfix_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.cs.validation.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.cs.validation_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.ctx.properties.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.ctx.properties_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.ctx.validation.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.ctx.validation_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.epbs.properties.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.epbs.properties_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.epbs.validation.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.epbs.validation_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.fa.properties.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.fa.properties_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.fa.ui.quickfix.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.fa.ui.quickfix_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.fa.ui.wizards.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.fa.ui.wizards_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.fa.validation.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.fa.validation_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.gen.edit.decorators.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.gen.edit.decorators_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.gen.edit.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.gen.edit_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.gen.editor.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.gen.editor_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.gen.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.gen_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.helpers.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.helpers_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.information.communication.properties.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.information.communication.properties_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.information.communication.validation.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.information.communication.validation_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.information.datatype.properties.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.information.datatype.properties_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.information.datatype.validation.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.information.datatype.validation_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.information.datavalue.properties.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.information.datavalue.properties_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.information.properties.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.information.properties_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.information.ui.quickfix.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.information.ui.quickfix_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.information.validation.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.information.validation_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.interaction.properties.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.interaction.properties_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.interaction.validation.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.interaction.validation_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.la.properties.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.la.properties_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.la.ui.quickfix.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.la.ui.quickfix_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.la.ui.wizards.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.la.ui.wizards_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.la.validation.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.la.validation_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.menu.contributions.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.menu.contributions_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.migration.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.migration_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.modeller.properties.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.modeller.properties_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.oa.properties.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.oa.properties_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.oa.validation.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.oa.validation_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.pa.deployment.properties.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.pa.deployment.properties_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.pa.deployment.validation.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.pa.deployment.validation_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.pa.properties.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.pa.properties_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.pa.ui.quickfix.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.pa.ui.quickfix_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.pa.validation.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.pa.validation_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.requirement.properties.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.requirement.properties_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.res.edit_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.res.editor_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.selection.queries.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.selection.queries_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.sharedmodel.properties.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.data.sharedmodel.properties_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.diagram.helpers.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.diagram.helpers_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.explorer.activity.ui.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.explorer.activity.ui_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.flexibility.wizards.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.flexibility.wizards_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.libraries.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.libraries.ui.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.libraries.ui_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.libraries_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.linkedtext.ui.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.linkedtext.ui_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.menu.dynamic.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.menu.dynamic_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.model.handler.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.model.handler_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.model.helpers.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.model.helpers_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.model.links.helpers.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.model.links.helpers_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.model.obfuscator.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.model.obfuscator_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.model.preferences.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.model.preferences_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.model.semantic.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.model.semantic_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.model.skeleton.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.model.skeleton_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.platform.sirius.adapter.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.platform.sirius.adapter_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.platform.sirius.clipboard.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.platform.sirius.clipboard_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.actions.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.actions_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.menu.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.menu_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.project.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.project_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.services.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.services_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.preferences.project.configuration.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.preferences.project.configuration_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.preferences.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.preferences_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.projection.common.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.projection.common.ui.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.projection.common.ui_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.projection.common_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.projection.exchanges.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.projection.exchanges_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.projection.interfaces.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.projection.interfaces_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.projection.scenario.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.projection.scenario_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.re.project.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.re.project_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.re.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.re.ui.quickfix.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.re.ui.quickfix_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.re.ui.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.re.ui_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.re.updateconnections.doc.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.re.updateconnections.doc_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.re.updateconnections.ui.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.re.updateconnections.ui_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.re.validation.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.re.validation_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.re_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.semantic.queries.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.semantic.queries_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.services.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.services_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.sirius.analysis.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.sirius.analysis_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.sirius.ui.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.sirius.ui_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.tiger.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.tiger_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.transition.common.ui.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.transition.common.ui_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.transition.diagram.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.transition.diagram.ui.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.transition.diagram.ui_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.transition.diagram_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.transition.system.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.transition.system.topdown.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.transition.system.topdown.ui.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.transition.system.topdown.ui_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.transition.system.topdown_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.transition.system.ui.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.transition.system.ui_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.transition.system_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.ui.fastlinker.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.ui.fastlinker_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.ui.intro.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.ui.intro_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.ui.metric.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.ui.metric_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.ui.properties.richtext.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.ui.properties.richtext_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.ui.properties.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.ui.properties_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.ui.reportlog.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.ui.reportlog_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.ui.resources.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.ui.resources_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.ui.search.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.ui.search_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.ui.semantic.browser.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.ui.semantic.browser_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.ui.toolkit.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.ui.toolkit_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.validation.commandline.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.validation.commandline_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.validation.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.validation.ui.ide.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.validation.ui.ide_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.validation.ui.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.validation.ui_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.core.validation_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.detachment.propertyvalue.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.detachment.propertyvalue_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.detachment.version.precondition.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.detachment.version.precondition_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.developer.doc.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.developer.doc_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.diagrams.doc.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.diagrams.doc_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.diffmerge.doc.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.diffmerge.doc_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.doc.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.doc_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.git.doc.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.git.doc_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.glossary.doc.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.glossary.doc_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.preferences.doc.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.preferences.doc_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.properties.doc.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.properties.doc_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.rcp.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.rcp_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.re.doc.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.re.doc_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.shared.id.handler.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.shared.id.handler_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.th.doc.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.th.doc_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.tipsandtricks.doc.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.tipsandtricks.doc_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.transitions.doc.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.transitions.doc_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.ui.doc.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.ui.doc_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.ui.views_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.validation.doc.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.validation.doc_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.viewpoint.doc.source_6.1.0.202302131315.jar capella/plugins/org.polarsys.capella.viewpoint.doc_6.1.0.202302131315.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.model.edit.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.model.edit_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.model.editor.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.model.editor_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.model.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.model_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.common.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.common_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.doc_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.integration.amalgam.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.integration.amalgam_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.integration.emde.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.integration.emde_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.integration.sirius.model.edit.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.integration.sirius.model.edit_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.integration.sirius.model.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.integration.sirius.model_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.integration.sirius.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.integration.sirius_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.model.edit.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.model.edit_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.model.editor.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.model.editor_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.model.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.model_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.metadata_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.services.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.services_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.model.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.model_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.emfvalidation.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.emfvalidation_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.predicate.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.predicate_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.ui.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.ui_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.cadence.core.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.cadence.core_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.cadence.ui.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.cadence.ui_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.common.ui.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.common.ui_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.doc_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.emde.doc_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.emde.model.edit.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.emde.model.edit_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.emde.model.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.emde.model_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.emde.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.emde.ui.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.emde.ui_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.emde.xmi.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.emde.xmi_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.emde_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.examples.generic.wizard.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.examples.generic.wizard_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.massactions.core.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.massactions.core_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.massactions.doc.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.massactions.doc_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.massactions.edit.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.massactions.edit_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.massactions.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.massactions.visualize.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.massactions.visualize_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.massactions_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.backup.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.backup_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.modelresources.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.modelresources_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.refresh.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.refresh_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.viewpoints.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.viewpoints_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.commands_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.precondition.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.precondition_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.share.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.share_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.ui.contrib.modelresource.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.common.ui.contrib.modelresource_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.detachment.ui.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.model.detachment.ui_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.report.model.edit.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.report.model.edit_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.report.model.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.report.model_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.report.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.report.ui.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.report.ui_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.report_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.dialog.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.ui_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.utils.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.utils_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.ui.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.ui_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.resourcereuse_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.richtext.common.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.richtext.common_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.richtext.nebula.widget.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.richtext.nebula.widget_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.richtext.widget.doc_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.richtext.widget.ext.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.richtext.widget.ext_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.richtext.widget.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.richtext.widget.tools.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.richtext.widget.tools_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.richtext.widget_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.sirius.rotativeimage_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer.ecore_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer.graph.edit.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer.graph.edit_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer.graph.editor.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer.graph.editor_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.core.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.core_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.emf.toolbox.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.emf.toolbox_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler.ecore_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler.mapping.edit.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler.mapping.editor.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.scheduler.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.scheduler_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces.edit.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces.editor.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.ui.source_6.1.0.202302070857.jar capella/plugins/org.polarsys.kitalpha.transposer.ui_6.1.0.202302070857.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/capella-sss-transition_masterc/capella/capella [Pipeline] sh + chmod 755 /home/jenkins/agent/workspace/capella-sss-transition_masterc/capella/jre/bin/java [Pipeline] sh + /home/jenkins/agent/workspace/capella-sss-transition_masterc/capella/capella -repository https://download.eclipse.org/capella/core/updates/nightly/master/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/capella-sss-transition_masterc/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.202302131315. Operation completed in 25563 ms. [Pipeline] sh + /home/jenkins/agent/workspace/capella-sss-transition_masterc/capella/capella -repository file://home/jenkins/agent/workspace/capella-sss-transition_masterc/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/capella-sss-transition_masterc/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.1.202302140720. Operation completed in 8524 ms. [Pipeline] sh + /home/jenkins/agent/workspace/capella-sss-transition_masterc/capella/capella -repository file://home/jenkins/agent/workspace/capella-sss-transition_masterc/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/capella-sss-transition_masterc/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.1.202302140720. Operation completed in 9292 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*" [capella-sss-transition_masterc] $ Xvnc -help Starting xvnc [capella-sss-transition_masterc] $ Xvnc :50 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Jan 25 2023 16:36:52 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 Tue Feb 14 07:30:20 2023 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5950 vncext: created VNC server for screen 0 [Pipeline] { [Pipeline] sh + '[' '!' -d /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco ']' + curl -k -o jacoco.zip https://repo1.maven.org/maven2/org/jacoco/jacoco/0.8.6/jacoco-0.8.6.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3851k 100 3851k 0 0 13.5M 0 --:--:-- --:--:-- --:--:-- 13.6M + unzip jacoco.zip -d /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco Archive: jacoco.zip creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/lib/ inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/lib/jacocoant.jar inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/lib/jacococli.jar inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/lib/jacocoagent.jar inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/lib/org.jacoco.core-0.8.6.202009150832.jar inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/lib/org.jacoco.report-0.8.6.202009150832.jar inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/lib/org.jacoco.agent-0.8.6.202009150832.jar inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/lib/org.jacoco.ant-0.8.6.202009150832.jar creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/java/ inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/java/ExecutionDataClient.java inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/java/ReportGenerator.java inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/java/ClassInfo.java inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/java/ExecDump.java creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/ inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/pom-it.xml creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/src/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/src/main/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/src/main/java/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/src/main/java/org/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/src/main/java/org/jacoco/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/parser/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/src/test/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/src/test/java/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/src/test/java/org/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/src/test/java/org/jacoco/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/src/test/java/org/jacoco/examples/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/src/test/java/org/jacoco/examples/parser/ inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/build.xml inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/pom.xml inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/build-offline.xml inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/pom-offline.xml inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/src/test/java/org/jacoco/examples/parser/ExpressionParserIT.java inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/src/test/java/org/jacoco/examples/parser/ExpressionParserTest.java inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/parser/ExpressionParser.java inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/parser/Main.java inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/IExpression.java inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/Mul.java inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/Add.java inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/Div.java inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/Sub.java inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/Const.java inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/java/ExecutionDataServer.java inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/java/CoreTutorial.java inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/examples/java/MBeanClient.java creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/class-use/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/tools/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/tools/class-use/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/class-use/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/class-use/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/data/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/data/class-use/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/instr/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/instr/class-use/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/agent/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/agent/class-use/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/agent/rt/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/agent/rt/class-use/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/class-use/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/html/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/html/class-use/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/xml/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/xml/class-use/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/csv/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/csv/class-use/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/check/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/check/class-use/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/resources/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/com/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/com/vladium/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/com/vladium/emma/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/com/vladium/emma/rt/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/com/vladium/emma/rt/class-use/ inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/constant-values.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/tools/class-use/ExecDumpClient.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/class-use/Analyzer.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/class-use/ISourceFileCoverage.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/class-use/CoverageNodeImpl.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/ICounter.CounterValue.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/ISourceNode.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/class-use/ModifiedSystemClassRuntime.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/class-use/IRemoteCommandVisitor.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/LoggerRuntime.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/AgentOptions.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/SystemPropertiesRuntime.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/data/class-use/ExecutionDataWriter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/data/package-use.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/data/package-tree.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/instr/package-tree.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/agent/rt/package-frame.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/class-use/MultiSourceFileLocator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/class-use/IReportGroupVisitor.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/html/package-frame.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/xml/XMLFormatter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/package-summary.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/IMultiReportOutput.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/check/RulesChecker.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/ZipMultiReportOutput.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/allclasses-frame.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/overview-tree.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/tools/ExecDumpClient.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/class-use/CounterComparator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICoverageNode.CounterEntity.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/Analyzer.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/ICounter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/package-tree.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/class-use/LoggerRuntime.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/class-use/AbstractRuntime.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/package-use.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/package-summary.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/package-frame.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/data/class-use/ExecutionDataStore.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/data/ExecutionData.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/data/SessionInfo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/agent/class-use/AgentJar.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/agent/rt/IAgent.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/class-use/InputStreamSourceFileLocator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/class-use/IReportVisitor.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/html/package-summary.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/xml/package-use.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/csv/class-use/CSVFormatter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/package-tree.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/check/package-use.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/serialized-form.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/package-list inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/tools/package-use.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/class-use/IClassCoverage.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/class-use/IMethodCoverage.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/CounterComparator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/ISourceFileCoverage.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/ILine.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/class-use/OfflineInstrumentationAccessGenerator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/class-use/InjectedClassRuntime.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/OfflineInstrumentationAccessGenerator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/package-tree.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/package-summary.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/data/class-use/IncompatibleExecDataVersionException.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/data/ExecutionDataWriter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/data/IExecutionDataVisitor.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/agent/AgentJar.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/agent/rt/package-summary.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/class-use/MultiReportVisitor.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/class-use/ZipMultiReportOutput.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/html/HTMLFormatter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/xml/package-frame.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/csv/package-use.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/IReportGroupVisitor.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/check/Limit.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/index-all.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/com/vladium/emma/rt/class-use/RT.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/overview-frame.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/tools/package-frame.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/class-use/IPackageCoverage.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/class-use/NodeComparator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/IClassCoverage.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/ICoverageNode.CounterEntity.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/CoverageBuilder.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/class-use/AgentOptions.OutputMode.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/class-use/IExecutionDataAccessorGenerator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/package-frame.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/IRemoteCommandVisitor.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/JaCoCo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/data/class-use/ExecutionDataReader.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/data/package-frame.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/instr/class-use/Instrumenter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/agent/package-use.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/agent/rt/package-tree.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/class-use/DirectorySourceFileLocator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/FileMultiReportOutput.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/html/package-tree.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/xml/package-summary.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/csv/CSVFormatter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/IReportVisitor.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/check/IViolationsOutput.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/resources/inherit.gif inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/com/vladium/emma/rt/package-use.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/allclasses-noframe.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/tools/package-summary.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICoverageNode.ElementType.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/class-use/ISourceNode.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/IPackageCoverage.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/package-frame.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/ICoverageNode.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/class-use/RuntimeData.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/class-use/WildcardMatcher.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/AgentOptions.OutputMode.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/AbstractRuntime.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/package-tree.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/data/class-use/SessionInfo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/data/ExecutionDataStore.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/instr/Instrumenter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/agent/rt/class-use/RT.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/agent/package-frame.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/class-use/ILanguageNames.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/MultiSourceFileLocator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/InputStreamSourceFileLocator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/xml/package-tree.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/csv/package-frame.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/check/class-use/RulesChecker.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/check/package-frame.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/deprecated-list.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/com/vladium/emma/rt/RT.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/class-use/JaCoCo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/tools/package-tree.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/class-use/IBundleCoverage.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/class-use/ILine.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/ICoverageNode.ElementType.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/IMethodCoverage.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/CoverageNodeImpl.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/package-use.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/class-use/RemoteControlReader.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/IRuntime.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/RemoteControlWriter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/IExecutionDataAccessorGenerator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/data/class-use/SessionInfoStore.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/data/ISessionInfoVisitor.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/data/package-summary.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/instr/package-frame.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/agent/rt/package-use.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/agent/package-tree.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/class-use/ISourceFileLocator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/html/class-use/HTMLFormatter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/DirectorySourceFileLocator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/JavaNames.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/csv/package-tree.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/check/class-use/IViolationsOutput.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/check/package-tree.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/overview-summary.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/com/vladium/emma/rt/package-summary.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/tools/ExecFileLoader.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/ICoverageVisitor.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICounter.CounterValue.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/class-use/CoverageBuilder.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/package-use.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/package-summary.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/class-use/RemoteControlWriter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/class-use/SystemPropertiesRuntime.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/RuntimeData.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/InjectedClassRuntime.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/data/class-use/ISessionInfoVisitor.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/data/class-use/IExecutionDataVisitor.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/data/IncompatibleExecDataVersionException.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/instr/package-use.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/agent/rt/class-use/IAgent.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/agent/package-summary.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/class-use/JavaNames.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/package-use.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/MultiReportVisitor.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/ILanguageNames.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/csv/package-summary.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/check/class-use/Limit.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/check/package-summary.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/stylesheet.css inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/com/vladium/emma/rt/package-frame.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/tools/class-use/ExecFileLoader.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICoverageVisitor.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICounter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICoverageNode.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/IBundleCoverage.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/analysis/NodeComparator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/class-use/IRuntime.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/class-use/AgentOptions.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/ModifiedSystemClassRuntime.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/RemoteControlReader.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/runtime/WildcardMatcher.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/data/class-use/ExecutionData.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/data/SessionInfoStore.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/data/ExecutionDataReader.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/core/instr/package-summary.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/agent/rt/RT.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/class-use/FileMultiReportOutput.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/class-use/IMultiReportOutput.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/html/package-use.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/xml/class-use/XMLFormatter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/package-frame.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/ISourceFileLocator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/check/class-use/Rule.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/org/jacoco/report/check/Rule.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/help-doc.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api/com/vladium/emma/rt/package-tree.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/build.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/offline.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/conventions.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/team.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/environment.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/changes.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/ant.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/license.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/support.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/counters.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/classids.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/epl-2.0.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/flow.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/mission.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/agent.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/integrations.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/repo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/implementation.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/api.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/maven.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/empty.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/faq.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/report-integration-mojo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/report-aggregate-mojo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/prepare-agent-mojo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/dump-mojo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/merge-mojo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/prepare-agent-integration-mojo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/cli.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/help-mojo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/report-mojo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/check-mojo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/instrument-mojo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/restore-instrumented-classes-mojo.html creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/resources/ inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/resources/flow-goto.png inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/resources/flow-goto-probe.png inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/resources/test.gif inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/resources/flow-sequence-probe.png inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/resources/source.gif inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/resources/flow-cond.png inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/resources/flow-cond-probe.png inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/resources/report.gif inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/resources/flow-example.png inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/resources/doc.css inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/resources/flow-exit-probe.png inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/resources/extern.gif inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/resources/jar.gif inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/resources/group.gif inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/resources/flow-sequence.png inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/resources/implementation.png inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/resources/flow-exit.png inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/doc/resources/testsuite.gif creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.examples/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/com.vladium.emma.rt/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-resources/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.index/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent/org.jacoco.agent/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/ creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ReportGenerator.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecutionDataServer.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/CoreTutorial.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecutionDataClient.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/CoreTutorial$MemoryClassLoader.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecutionDataServer$Handler.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecDump.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/MBeanClient.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecDump.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecDump$2.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/MBeanClient.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/CoreTutorial.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/CoreTutorial$TestTarget.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ClassInfo.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecDump$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ClassInfo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ReportGenerator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecutionDataClient.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecutionDataServer.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.examples/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco.csv inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-sessions.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AgentITMojo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportAggregateMojo.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/CheckMojo.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AgentMojo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportMojo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/DumpMojo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportMojo.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/RestoreMojo.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractJacocoMojo.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportSupport$NoSourceLocator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportITMojo.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/MergeMojo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractJacocoMojo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AgentMojo.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/RuleConfiguration.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractReportMojo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/DumpMojo$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/InstrumentMojo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractReportMojo.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/RestoreMojo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AgentITMojo.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractAgentMojo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/CheckMojo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/RuleConfiguration.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportAggregateMojo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractAgentMojo.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportSupport.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportITMojo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportSupport$SourceFileCollection.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/InstrumentMojo.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportSupport.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/FileFilter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/MergeMojo.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/DumpMojo.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/FileFilter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/ExecFileLoader.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/ExecDumpClient.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/ExecDumpClient.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/ExecFileLoader.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/IncompatibleExecDataVersionException.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataReader.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/SessionInfoStore.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionData.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataWriter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/SessionInfo.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataWriter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataStore.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/IncompatibleExecDataVersionException.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataReader.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/SessionInfoStore.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataStore.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionData.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/SessionInfo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CompactDataOutput.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CRC64.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CompactDataOutput.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CompactDataInput.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CRC64.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CompactDataInput.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core/JaCoCo.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core/JaCoCo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/EnumFilter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchJavacFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenFilter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavacFilter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinGeneratedFilter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/FinallyFilter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavac11Filter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/AbstractMatcher.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinCoroutineFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/SynchronizedFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinCoroutineFilter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchJavacFilter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinUnsafeCastOperatorFilter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenStringFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenStringFilter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/AbstractMatcher.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchJavacFilter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavacFilter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesEcjFilter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/RecordsFilter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/EnumEmptyConstructorFilter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenStringFilter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinInlineFilter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/PrivateEmptyNoArgConstructorFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/Filters.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/RecordsFilter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/AnnotationGeneratedFilter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/AnnotationGeneratedFilter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/Filters.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesEcjFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultArgumentsFilter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchEcjFilter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/SyntheticFilter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinGeneratedFilter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/FinallyFilter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchEcjFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/PrivateEmptyNoArgConstructorFilter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinNotNullOperatorFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultArgumentsFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavacFilter$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/EnumEmptyConstructorFilter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinNotNullOperatorFilter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/SynchronizedFilter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultMethodsFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavac11Filter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/EnumEmptyConstructorFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinInlineFilter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultMethodsFilter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesEcjFilter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinLateinitFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultArgumentsFilter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinLateinitFilter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/SyntheticFilter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/SynchronizedFilter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/EnumFilter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/PrivateEmptyNoArgConstructorFilter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinUnsafeCastOperatorFilter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinNotNullOperatorFilter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinUnsafeCastOperatorFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/BridgeFilter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavac11Filter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinLateinitFilter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavacFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultMethodsFilter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/RecordsFilter$Matcher.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavacFilter$Matcher$JavacPattern.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchEcjFilter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/BridgeFilter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinCoroutineFilter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenFilter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/FrameSnapshot.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesAdapter$2.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/FrameSnapshot.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/LabelFlowAnalyzer.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodProbesVisitor.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodProbesVisitor.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesAdapter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesAdapter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodSanitizer.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodProbesAdapter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesVisitor.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodProbesAdapter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/LabelFlowAnalyzer.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/LabelInfo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesVisitor.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesAdapter$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/LabelInfo.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodSanitizer.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ICounter$CounterValue.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/Analyzer.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CounterComparator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/NodeComparator.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ICoverageNode$CounterEntity.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CoverageNodeImpl.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ICoverageNode.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/Analyzer.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CounterComparator.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CoverageBuilder.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ICounter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CoverageNodeImpl$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/NodeComparator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ICoverageNode$ElementType.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/NodeComparator$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CoverageBuilder.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/Analyzer$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CoverageNodeImpl.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/AbstractRuntime.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/ModifiedSystemClassRuntime.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/ModifiedSystemClassRuntime.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/CommandLineSupport.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/InjectedClassRuntime$Lookup.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/LoggerRuntime.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/OfflineInstrumentationAccessGenerator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/LoggerRuntime.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/ModifiedSystemClassRuntime$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/InjectedClassRuntime.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/LoggerRuntime$RuntimeHandler.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/ModifiedSystemClassRuntime$2.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/OfflineInstrumentationAccessGenerator.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/WildcardMatcher.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RemoteControlReader.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RuntimeData.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RemoteControlWriter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RemoteControlReader.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/AgentOptions.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/CommandLineSupport.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/AgentOptions.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/SystemPropertiesRuntime.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RuntimeData.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/AbstractRuntime.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/InjectedClassRuntime.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/AgentOptions$OutputMode.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/WildcardMatcher.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RemoteControlWriter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/SystemPropertiesRuntime.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/BundleCoverageImpl.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodCoverageCalculator.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/LineImpl.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/SourceFileCoverageImpl.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/CounterImpl.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodAnalyzer.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/StringPool.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/InstructionsBuilder.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ClassCoverageImpl.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodCoverageImpl.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/CounterImpl$Var.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/BundleCoverageImpl.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/PackageCoverageImpl.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodCoverageImpl.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ClassAnalyzer$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ClassAnalyzer.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ClassCoverageImpl.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/LineImpl.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/LineImpl$Var.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/CounterImpl.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/Instruction.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/LineImpl$Fix.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodCoverageCalculator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/PackageCoverageImpl.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/InstructionsBuilder$Jump.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ClassAnalyzer.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/SourceNodeImpl.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodAnalyzer.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/StringPool.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/Instruction.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/InstructionsBuilder.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/SourceNodeImpl.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/CounterImpl$Fix.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/SourceFileCoverageImpl.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/CounterImpl$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/InputStreams.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/ContentTypeDetector.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/Pack200Streams$NoCloseInput.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/InputStreams.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/Pack200Streams.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/ContentTypeDetector.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/Pack200Streams.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/InstrSupport.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/CondyProbeArrayStrategy.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeArrayStrategyFactory.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/MethodInstrumenter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeCounter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ClassFieldProbeArrayStrategy.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/SignatureRemover.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/NoneProbeArrayStrategy.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ClassInstrumenter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ClassInstrumenter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/InterfaceFieldProbeArrayStrategy.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/MethodInstrumenter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeArrayStrategyFactory.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/LocalProbeArrayStrategy.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/SignatureRemover.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ClassFieldProbeArrayStrategy.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeCounter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeInserter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/NoneProbeArrayStrategy.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/DuplicateFrameEliminator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/InstrSupport.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/LocalProbeArrayStrategy.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/CondyProbeArrayStrategy.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeInserter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/InterfaceFieldProbeArrayStrategy.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/DuplicateFrameEliminator.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/Instrumenter$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/Instrumenter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/Instrumenter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/com.vladium.emma.rt/RT.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/com.vladium.emma.rt/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/com.vladium.emma.rt/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/com.vladium.emma.rt/RT.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpServerOutput.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpConnection.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpConnection.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/NoneOutput.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpServerOutput.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpServerOutput$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpClientOutput$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/FileOutput.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpClientOutput.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/FileOutput.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpClientOutput.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/NoneOutput.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt/RT.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt/RT.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/ConfigLoader.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/ClassFileDumper.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Offline.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/PreMain.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/PreMain.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Agent.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/IExceptionLogger.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Agent$2.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Agent$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/ConfigLoader.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/IExceptionLogger$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Agent.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/JmxRegistration.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/JmxRegistration.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/CoverageTransformer.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/IExceptionLogger.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Offline.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/ClassFileDumper.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/CoverageTransformer.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-resources/branchnc.gif inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-resources/sort.js inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-resources/greenbar.gif inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-resources/sort.gif inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-resources/source.gif inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-resources/report.gif inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-resources/prettify.js inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-resources/branchpc.gif inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-resources/branchfc.gif inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-resources/class.gif inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-resources/prettify.css inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-resources/report.css inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-resources/group.gif inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-resources/package.gif inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-resources/redbar.gif inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-resources/up.gif inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-resources/session.gif inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-resources/down.gif inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-resources/method.gif inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco-resources/bundle.gif inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/HTMLElement.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/HTMLGroupVisitor.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/HTMLGroupVisitor.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/HTMLElement.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/Styles.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/Styles.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/Resources.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/Resources.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/Resources$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/CSVGroupHandler.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/CSVGroupHandler.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/CSVFormatter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/ClassRowWriter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/DelimitedWriter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/CSVFormatter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/DelimitedWriter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/ClassRowWriter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/CSVFormatter$1Visitor.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLGroupVisitor.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/ReportElement.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLCoverageWriter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLCoverageWriter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLElement.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/ReportElement.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLElement.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLGroupVisitor.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/BundleChecker.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/RulesChecker.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/Limit.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/BundleChecker$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/RulesChecker$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/Limit.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/Rule.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/BundleChecker.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/RulesChecker.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/Rule.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/NormalizedFileNames.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/AbstractGroupVisitor.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/NormalizedFileNames.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/ReportOutputFolder.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/AbstractGroupVisitor.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/ReportOutputFolder.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/HTMLFormatter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/HTMLFormatter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/HTMLFormatter$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report/FileMultiReportOutput.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report/MultiReportVisitor.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report/InputStreamSourceFileLocator.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report/MultiSourceFileLocator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report/DirectorySourceFileLocator.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report/InputStreamSourceFileLocator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report/MultiReportVisitor.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report/DirectorySourceFileLocator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report/MultiSourceFileLocator.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report/JavaNames.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report/ZipMultiReportOutput$EntryOutput.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report/ZipMultiReportOutput.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report/FileMultiReportOutput.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report/MultiGroupVisitor.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report/JavaNames.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report/ZipMultiReportOutput.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.index/ElementIndex.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.index/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.index/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.index/ElementIndex.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/XMLFormatter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/XMLFormatter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/XMLFormatter$1RootVisitor.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/LabelColumn.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/Table.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/PercentageColumn.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/PercentageColumn.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/SortIndex$Entry.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/SortIndex.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/CounterColumn.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/BarColumn.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/Table.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/CounterColumn$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/LabelColumn.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/LabelColumn$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/BarColumn.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/CounterColumn.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/CounterColumn$2.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/SortIndex.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/CounterColumn$3.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/Table$Column.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/TableItemComparator.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/TableItemComparator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SessionsPage$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/BundlePage.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SessionsPage.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceFileItem.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/ClassPage.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/ReportPage.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/PackageSourcePage.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/GroupPage.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SessionsPage.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/TablePage.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/BundlePage.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/PackagePage.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceHighlighter.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceFilePage.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/PackagePage.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceFileItem.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/MethodItem.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceHighlighter.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/MethodItem.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/ReportPage.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/NodePage.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/ClassPage.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/NodePage.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/TablePage.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/PackageSourcePage.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/GroupPage.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceFilePage.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/Command.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/XmlDocumentation.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandParser.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandHandler.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/Main.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandParser.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/Command.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandHandler$2.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandHandler$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/XmlDocumentation.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandHandler.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/Main.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/Main$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Report.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ExecInfo$2.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Merge.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/AllCommands.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ClassInfo$Printer.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Version.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ExecInfo.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Instrument.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ClassInfo.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Dump.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/AllCommands.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ClassInfo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Report.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ExecInfo$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Dump$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Version.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ExecInfo.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Instrument.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Merge.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Dump.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent/org.jacoco.agent/AgentJar.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent/org.jacoco.agent/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent/org.jacoco.agent/AgentJar.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.agent/org.jacoco.agent/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/jacoco.xml inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$CSVFormatterElement.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/DumpTask.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$GroupElement.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/index.source.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/CoverageTask.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$FormatterElement.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/MergeTask.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AbstractCoverageTask.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/CoverageTask$JavaLikeTaskEnhancer.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$HTMLFormatterElement.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AntResourcesLocator.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AntFilesLocator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$CheckFormatterElement.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AbstractCoverageTask.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$XMLFormatterElement.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AgentTask.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/CoverageTask$TestNGTaskEnhancer.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AgentTask.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/DumpTask$1.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$SourceFilesElement.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/InstrumentTask.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/InstrumentTask.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/CoverageTask.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/MergeTask.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AntResourcesLocator.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AntFilesLocator.java.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/DumpTask.java.html creating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/test/ inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/test/index.html inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/test/TESTS-TestSuites.xml inflating: /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/coverage/report.dtd + echo 'Jacoco downloaded at /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco' Jacoco downloaded at /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco [Pipeline] sh + ls /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/lib jacocoagent.jar jacocoant.jar jacococli.jar org.jacoco.agent-0.8.6.202009150832.jar org.jacoco.ant-0.8.6.202009150832.jar org.jacoco.core-0.8.6.202009150832.jar org.jacoco.report-0.8.6.202009150832.jar [Pipeline] sh + sleep 10 + /home/jenkins/agent/workspace/capella-sss-transition_masterc/capella/capella -port 8081 -application org.polarsys.capella.test.run.application -data /home/jenkins/agent/workspace/capella-sss-transition_masterc/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/capella-sss-transition_masterc/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 + java '-javaagent:/home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco/lib/jacocoagent.jar=includes=*,excludes=,exclclassloader=sun.reflect.DelegatingClassLoader,destfile=/home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco.exec,output=file,append=true' -Xms1024m -Xmx3500m -XX:+CMSClassUnloadingEnabled -ea -da:org.eclipse.emf.common.util.URI -Declipse.p2.data.area=@config.dir/../p2 -Dfile.encoding=Cp1252 -classpath /home/jenkins/agent/workspace/capella-sss-transition_masterc/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/capella-sss-transition_masterc/capella/configuration -buildKey masterc -data /home/jenkins/agent/workspace/capella-sss-transition_masterc/AllSystem2SubsystemTests -testpluginname org.polarsys.capella.transition.system2subsystem.tests.ju -classNames org.polarsys.capella.transition.system2subsystem.tests.AllSystem2SubsystemTests Listening on port 8081 for test suite AllSystem2SubsystemTests results ... testRunStarted:144 [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@2def5467 (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@4137be2c (id: df0889db-0c86-4af2-9e03-f455f10cdc6a) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@b2f3c52 (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@726643e0 (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@6609a353 (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@249f3fb8 (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@677f9d88 (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@6a20970 (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@73074ee4 (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@4bf2b6b3 (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@6fda6f82 (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@25a3c14 (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@4fccde39 (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@7393f8f7 (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@d462dd3 (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@3dc70f84 (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@14533313 (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@786b252e (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@447fb745 (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@41412b61 (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@4c0753f1 (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@6d644d0a (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@54181a7c (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@1cca39bd (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@6a24790e (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@2567655d (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@31b85077 (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@7cf2802c (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@35576ab5 (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@2b04accf (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@58cc7a30 (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@30d772e5 (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@3e5bb488 (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@30371558 (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@b91e494 (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@5aff59 (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@63c6e42e (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@6b53b0db (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@6f625c61 (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@3895c6e3 (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@6ca6b24b (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@1a05126c (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@67f9d419 (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@71cdb4db (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@3a1e2d21 (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@667174aa (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@4171c5dc (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@54ef62d6 (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@4f901e4c (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@6c734c21 (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@4122ae30 (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@2def5467 (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@4137be2c (id: df0889db-0c86-4af2-9e03-f455f10cdc6a) ID = abdfa2ca-79a4-4abd-961b-0bf52393a673 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@726643e0 (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@6609a353 (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@249f3fb8 (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@677f9d88 (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@3999a53d (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@5f1290b3 (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@53dce464 (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@7e19b99a (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@add5b29 (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@4101d5c9 (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@69287d61 (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@4bf2b6b3 (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@6fda6f82 (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@ba94e3e (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@2140e95f (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@7f5994ea (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@434352fc (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@25a3c14 (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@24f63711 (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@173b09a1 (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@4eb66d08 (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@1d5f4256 (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@884b053 (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@473dd6e3 (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@3a1e2d21 (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@667174aa (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@38c8eaf4 (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@55710d63 (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@4171c5dc (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@1c36c284 (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@29129e5d (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@1d19fc9d (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@7a1003b5 (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@797f3f18 (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@4cb1ab49 (id: df0889db-0c86-4af2-9e03-f455f10cdc6a) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@5c6fa238 (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@354b7a5f (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@4ca1434a (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@17250f8d (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@5465eb18 (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@d3ab4d0 (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@2a74d975 (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@7fe0af1c (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@6e190ea6 (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@3ebd427e (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@36add726 (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@6c61c7ab (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@134fe0e1 (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@7b57d6e (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@7fad0c18 (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@797f3f18 (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@4cb1ab49 (id: df0889db-0c86-4af2-9e03-f455f10cdc6a) ID = abdfa2ca-79a4-4abd-961b-0bf52393a673 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@354b7a5f (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@4ca1434a (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@17250f8d (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@5465eb18 (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@4e2b50c6 (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@34d6a049 (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@65f3a547 (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@3a43d6a1 (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@2efa0c4f (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@2faf2531 (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@5bea9eeb (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@7fe0af1c (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@6e190ea6 (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@365dab81 (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@394f6667 (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@432da61d (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@65e7fce0 (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@3ebd427e (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@7c037790 (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@52302b43 (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@8eadd19 (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@5c10d0c8 (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@3bc8832d (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@6871cd24 (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@36add726 (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@6c61c7ab (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@75b11741 (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@134fe0e1 (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@23e7855c (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@5e91857e (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@1cff78d0 (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@4a0f09b6 (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@555db8ce (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@529b5bb2 (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@6ab802e7 (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@464a4cd3 (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@7b79f696 (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@73b76480 (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@5932ff2b (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@4d0a0c0a (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@79f38e7b (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@31a876a1 (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@f33febb (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@aed241f (id: cc2e0c21-d53f-469b-9ce7-7011daf7de91) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7fd63ec1 (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@6593ce25 (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@39657702 (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@6a5998e9 (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@537e9529 (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@30ab9426 (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@b350a39 (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@18544310 (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@73d49b92 (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@4f5c5652 (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@1a977159 (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@72a66da2 (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@4dd7a540 (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@542143ef (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@751dfd8b (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@349755f7 (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@441a1b80 (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@1afa06d7 (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@1151a6 (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@e2784be (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@1af558e1 (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@50f329d6 (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@5ae5ce0f (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@68d5b399 (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@5857dc32 (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@11a3e377 (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@6542d2fa (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@20cefcb0 (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@461e02d7 (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@4828e938 (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@3b0e27c5 (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@6c727768 (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@5accc88b (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@55229bc3 (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@1f58aead (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@606e5319 (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@5c5a570f (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@1de723c4 (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@4710cb13 (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@5574be73 (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@5b1879fd (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@7fc59859 (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@6336bd10 (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@235c0f43 (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@4b4284d4 (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@56bdf985 (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@1375841e (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@454e66c3 (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@18596a7d (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@f33febb (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@aed241f (id: cc2e0c21-d53f-469b-9ce7-7011daf7de91) ID = 3634947c-7d9a-40fd-ad7e-49b80f1ba6ec org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6593ce25 (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@39657702 (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@6a5998e9 (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@537e9529 (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@63cf366d (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@71809071 (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@57b8d078 (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@7048c07b (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@7d0da233 (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@2baefde3 (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@380f9053 (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@255e3fe7 (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@6570face (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@2139633b (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@75ccc1fc (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@65c0e94c (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@6872b4bf (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@6dce52d0 (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@2ef7dd57 (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@1cf6b1b2 (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@3d9ea2d5 (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@22593f64 (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@d4c081 (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@18ee60a8 (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@340e6942 (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@18544310 (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@73d49b92 (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@4f5c5652 (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@6336bd10 (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@235c0f43 (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@75d4e805 (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@2d39d51c (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@4b4284d4 (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@28b03995 (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@7d4d358b (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@42effc48 (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@1d54b4e5 (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@34014a4b (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@20f4d02d (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@1bf8bcea (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@1d08df05 (id: 05528fd1-ec87-4121-b094-30270256b577) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@368c97b7 (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@67d1b8c (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@87811ae (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@5be23290 (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@5cd842fa (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@490d8e8a (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@5007bed1 (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@1b154692 (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@338c4026 (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@5d30c6ee (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@6586478d (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@92016cc (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@46b645e4 (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@42e17bf1 (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@150cf60f (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@1c930414 (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@687eeb07 (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@21893b0a (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@53c70dba (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@57700072 (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@4849ef48 (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@2070cc20 (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@4b31af49 (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@1c1545cd (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@1ba1daa8 (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@3d961430 (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@7b1baf2c (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@4d96b6af (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@5877412f (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@554de985 (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@73894ecf (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@bd2bddf (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@694eebb3 (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@537526de (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@6a33e549 (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@74118195 (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@6a1cffd7 (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@10a5779c (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@65c9c16c (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@1dacf969 (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@10435f4c (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@2b61d34f (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@48b16c26 (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@45f5d01f (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@20b1e1f3 (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@744093b3 (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@5062fdc9 (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@1c6538c7 (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@48f6658e (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@1bf8bcea (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@1d08df05 (id: 05528fd1-ec87-4121-b094-30270256b577) ID = b2250525-41aa-4ede-a237-82b76d223aca org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@67d1b8c (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@87811ae (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@5be23290 (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@5cd842fa (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@6e986c04 (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@67aefd78 (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@42be9102 (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@735d808f (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@5e883aac (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@4edd4938 (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@3542e06 (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@5c6940a3 (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@767629ff (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@440df4a2 (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@5277d8d8 (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@5f379d3d (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@18496ef5 (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@334a31ba (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@3c2a3ea9 (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@d62fabc (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@6ee68a05 (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@524ad84a (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@54bf3af5 (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@6a64b99a (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@6d34c407 (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@33607d88 (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@1e258183 (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@514243b4 (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@1a1db167 (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@2aa11391 (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@18bab6df (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@5b26199f (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@2cc70d15 (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@e58ae87 (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@2898eec0 (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@77445cf6 (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@3735ec82 (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@1d96b4f2 (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@6243a57e (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@62018a6b (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@667e7d4b (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@1b154692 (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@338c4026 (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@5d30c6ee (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@48b16c26 (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@45f5d01f (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@7b35ba33 (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@20b1e1f3 (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@56db5024 (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@79ca8d75 (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@6fab6ccc (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@6cff5119 (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@64557f95 (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@1224a9db (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@52b63fd5 (id: 05528fd1-ec87-4121-b094-30270256b577) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@20fbad3 (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@6f8f35a8 (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@74e82b08 (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@653153fa (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@639739e6 (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@51c9a80e (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@184b974e (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@3606b7ba (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@7891293b (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@79e098e9 (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@183460f1 (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@1b8caf2a (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@2cf7a60a (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@738b8a65 (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@60336995 (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@1224a9db (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@52b63fd5 (id: 05528fd1-ec87-4121-b094-30270256b577) ID = b2250525-41aa-4ede-a237-82b76d223aca org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6f8f35a8 (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@74e82b08 (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@653153fa (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@639739e6 (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@48f0b229 (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@4d5f6af (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@2e169335 (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@4c559200 (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@1f90059 (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@2a32fe47 (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@219e494a (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@24cd32bf (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@6e2efb82 (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@76be8938 (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@3b2b059a (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@57afd45f (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@4e44d7c3 (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@4cb1707a (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@6718f2a (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@291635fe (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@2b1c8bdc (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@52d9036b (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@28f6a765 (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@349f5c10 (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@6a48a437 (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@33115155 (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@2ec115dd (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@60f0b3c9 (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@4fb6cafc (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@7694a1a6 (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@50dd2d54 (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@3556a27d (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@4c4e6f01 (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@1f847ebf (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@26cf4c60 (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@258bfdce (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@24182a82 (id: 4ce60f99-6636-49e0-a128-d8141f79d8f2, sid: 4ce60f99-6636-49e0-a128-d8141f79d8f2) (name: FE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 708b4808-024b-4e7d-89c4-0179789d679c org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@5e07c642 (id: 708b4808-024b-4e7d-89c4-0179789d679c, sid: 708b4808-024b-4e7d-89c4-0179789d679c) (name: FE3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 367ea1aa-0a5e-48a3-89b5-f2e28e3208d6 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6055c180 (id: 367ea1aa-0a5e-48a3-89b5-f2e28e3208d6, sid: 367ea1aa-0a5e-48a3-89b5-f2e28e3208d6) (name: FE6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 3dba6925-f26f-48de-8c6e-5ca9b2da29c4 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2e1e (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@56a6e276 (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@3606b7ba (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@7891293b (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@79e098e9 (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@183460f1 (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@1b8caf2a (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@2cf7a60a (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@52fca941 (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@14b32792 (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@785f3af7 (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@69091400 (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@5e880ec1 (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@538a3d35 (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@6d6b6cd3 (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@6f8a87de (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@242b45bb (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@b5c2bf9 (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@3de7d3b5 (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@66807a0 (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@78908c4b (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@12796343 (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@83fbf5b (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@37dec665 (id: cc2e0c21-d53f-469b-9ce7-7011daf7de91) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@18f2b80a (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@1606fe90 (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@760a26aa (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@7519393f (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@323a7376 (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@588fcad5 (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@6988aa92 (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@431072ce (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@f7b0af (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@5ea9bf15 (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@71e1371d (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@74a651f4 (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@60be89e (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@6677e34a (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@1ed66946 (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@5839a299 (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@12ffe18 (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@589b20c4 (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@752afec8 (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@6092a79e (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@1e334aaa (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@1fafd4a8 (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@3dd1b52b (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@488a5b58 (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@4c682ef9 (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@2d03a948 (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@1d4b292e (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@701f144 (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@a9318bb (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@3a6ab948 (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@7eacf572 (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@76afa032 (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@646b289c (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@b247da0 (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@123a0ed3 (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@191f8296 (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@240d66e1 (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@c6cd6bd (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@4e621d75 (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@2b8c3d1d (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@64f96ce3 (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@eca87ff (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@21769fc2 (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@4fbde4fc (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@6788876f (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@5ebbbd94 (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@48ab0e1b (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@41a965a5 (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@752e7c56 (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@83fbf5b (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@37dec665 (id: cc2e0c21-d53f-469b-9ce7-7011daf7de91) ID = 3634947c-7d9a-40fd-ad7e-49b80f1ba6ec org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1606fe90 (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@760a26aa (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@7519393f (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@323a7376 (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@6dd97e24 (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@4a413a43 (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@76ad32f5 (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@176d4e95 (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@31e32a02 (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@72b39d5f (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@6d162366 (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@10f2d1b7 (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@38694a91 (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@565e61a6 (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@a8f6518 (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@cf67297 (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@7e398c5a (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@5b4f916a (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@480f5672 (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@4e0bdfc4 (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@12e02ff8 (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@101a5308 (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@22942bbf (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@327125d6 (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@217d538f (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@633dd6bb (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@6077c0b0 (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@5b9316fd (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@1039d72b (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@1d3c5399 (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@11e6d5eb (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@37a79692 (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@5afbe2e (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@3f8e6add (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@13f8afd2 (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@274a6a69 (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@3afdbd33 (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@6cad1381 (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@51247a2 (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@b8120a5 (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@1b1545b2 (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@13375b06 (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@728d2fa5 (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@708bad59 (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@431072ce (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@f7b0af (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@5ea9bf15 (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@21769fc2 (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@4fbde4fc (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@5a20fa46 (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@3b88272d (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@6788876f (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@1dc365fc (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@6e05160d (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@6960697a (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@4a7038c6 (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@4c9a58f1 (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@ae99a11 (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@6028198f (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@2b55ab44 (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@3596330f (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@73691ebe (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@73b61c8b (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@3b6bbbe (id: 6dd12b0b-cc73-4b99-8e1c-68d3a35c9e02) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@199d6393 (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@4c273813 (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@4e8f0e56 (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@289af4e3 (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@10fa8675 (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@7041791e (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@7849bb69 (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@249973ce (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@2616e4ec (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@2e7f6e7f (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@51a90498 (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@2e4606bc (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@3bd419f0 (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@224a1556 (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@3bde4843 (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@2533ca62 (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@3eb34cad (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@4ca11e88 (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@574db0f (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@3eaf6119 (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@1a5d8445 (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@5e4c9cd8 (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@7d4388bd (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@382189a5 (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@4e284d48 (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@7438a209 (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@155fca53 (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@218705fc (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@2d495e89 (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@1cd099c3 (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@7736d558 (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@6e0796a7 (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@9dd20f8 (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@11dbae81 (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@508635f7 (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@2e623ee (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@625c09aa (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@2ebf1cc6 (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@4ff7ad6b (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@7cbd1e28 (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@7eae594c (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@28a12373 (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@6fcf2ddd (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@445e195c (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@7256592a (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@6c7fb7c (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@409e3f10 (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@612b0009 (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@f41b0c1 (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@73b61c8b (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@3b6bbbe (id: 6dd12b0b-cc73-4b99-8e1c-68d3a35c9e02) ID = 97c2731d-c964-4a43-9346-cc267cb02200 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4c273813 (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@4e8f0e56 (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@289af4e3 (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@10fa8675 (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@214129e8 (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@178a7e28 (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@6b28c09e (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@6d57c3c7 (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@767adfbb (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@5505452b (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@b396405 (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@16f81dd0 (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@512dcdec (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@11748280 (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@379a3c1e (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@311407f3 (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@ee9fe90 (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@2c7974fe (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@e54ea02 (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@2060578f (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@94dad7b (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@626d6c5c (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@1532eb5 (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@65117d91 (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@539e260 (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@2e7c6333 (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@50acf44f (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@3ebfe63e (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@19c5e43f (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@183b955e (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@5553f9ce (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@49ece84d (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@60287b18 (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@393650c5 (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@b5f0de9 (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@255f324f (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@68c7d47 (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@d37b52b (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@7e74c121 (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@226549ea (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@7748158e (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@48379ac1 (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@59f2798d (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@274f8981 (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@53284092 (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@64fbdb1c (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@26a881db (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@7df0070e (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@6c4df4f2 (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@5654f15c (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@34901414 (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@3b63ec49 (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@6b4961d3 (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@40fcb035 (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@709179ba (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@1f2eb257 (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@640954a1 (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@79493f8f (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@14a0ce82 (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@7ef67a4b (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@50f49568 (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@abe581a (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@312b79d (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@250c54bc (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@49a22511 (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@66c7c6f5 (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@41b866af (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@29a70e64 (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@249973ce (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@2616e4ec (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@2e7f6e7f (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@6fcf2ddd (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@445e195c (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@52e965cf (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@7256592a (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@6b088db2 (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@2bf36f (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@77c8538f (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@185da508 (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@836675c (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@1a48b0e3 (id: f54454eb-e653-40ac-ad0b-9cf0a87a54b6) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7a7ef6c2 (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@5ec59684 (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@77fc3b8 (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@49dcabc7 (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@1fb8be84 (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@689a9863 (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@6e40975b (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@5477a383 (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@34085109 (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@2e8f43dd (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@47ff4e0f (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@e1a0f3d (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@5d67874 (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@5a1bfb30 (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@6729594a (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@3914d175 (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@f371bfb (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@af0a356 (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@273e484b (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@383eaaa0 (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@f61969f (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@46e36 (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@55ad126d (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@188bd9d2 (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@1b5d6132 (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@388bc9b1 (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@5889ab7 (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@438b869d (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@332f3b2f (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@550fbaba (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@1493df8e (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@bb30cef (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@410fa8f5 (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@697d0004 (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@6398cd0a (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@705f71e2 (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@4cab271c (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@4d5773ad (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@68820790 (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@6359ab03 (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@76dfe3b3 (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@632cde (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@72263337 (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@7aeb736d (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@14e70bf2 (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@53463231 (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@78806ef0 (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@feb242c (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@7dfc81de (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@836675c (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@1a48b0e3 (id: f54454eb-e653-40ac-ad0b-9cf0a87a54b6) ID = e8cff3e5-acb5-4ea0-b8af-81c96845d34d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5ec59684 (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@77fc3b8 (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@49dcabc7 (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@1fb8be84 (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@959ae3a (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@67a1861 (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@4c3847cb (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@24c77f8c (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@1e1e7903 (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@48f1c3b1 (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@3860b54b (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@27c496d4 (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@4a7f354e (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@cd58bfb (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@5f7edaf (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@28f1b1f7 (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@2a4b240 (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@5ee16b9a (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@5cb631a4 (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@686146ed (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@660b88cb (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@4d9d447c (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@77ead0d4 (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@5837f6d8 (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@35e1d76b (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@12f8db0f (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@33b5c5f4 (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@54d3746c (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@6f32bb12 (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@3bc63558 (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@26c1ddb1 (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@69febd11 (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@13ee7117 (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@1908fac7 (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@310c8002 (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@2d86a507 (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@4d001f69 (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@5eefaf6f (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@a6e3a98 (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@2959786d (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@729f88b2 (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@17d4061e (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@6c155486 (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@eedc379 (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@39100e (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@37ea12e1 (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@711dd1fe (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@110b32af (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@59fae9e0 (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@3e608524 (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@21ed2137 (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@693be1ef (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@6700a0c1 (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@5df340a0 (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@15df26b0 (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@23dd897d (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@6a0ed16f (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@6fd1713a (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@2d7dc6ac (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@73c35adb (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@2cda82ca (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@106349ec (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@791fccb9 (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@1d232a01 (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@659727bd (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@6f313eca (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@684c4d91 (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@632a84f2 (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@304d695e (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@566cd6f3 (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@5c46396a (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@6844cd90 (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@33985e5f (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@373dd91 (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@6e9329fc (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@20f551f3 (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@51ee8914 (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@b2fbb1d (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@3bc75555 (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@3ab9f856 (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@3b557fa9 (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@35640e9d (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@22774a5 (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@5388382e (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@6711d684 (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@72142c1d (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@4b2ffca6 (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@284b4959 (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@1f488121 (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@4cef2211 (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@78912de6 (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@28219623 (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@73bb4b8f (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@46711043 (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@37fefb76 (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@13cae324 (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@3a8425e1 (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@74b9d9fa (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@345ca950 (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@704bbf3c (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@6bfb27f9 (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@51b74575 (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@70603a (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@2d6f8d57 (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@1f99b3ec (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@746ed187 (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@9508a27 (id: ID_FakeFunctionPortOut_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_ID_FakeFunctionalExchange_System_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_df2f8454-1cd1-4d92-a598-df77526ad3b0, sid: ID_FakeFunctionPortOut_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_ID_FakeFunctionalExchange_System_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_df2f8454-1cd1-4d92-a598-df77526ad3b0) (name: out_FakeFE_PhysicalFunction 6_PhysicalFunction 9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c64b79ca-6580-4c08-bc46-ce8d270b9efa org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@61030c4b (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@62c60c2 (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 = 0b1e67c9-7f05-4556-b879-460ec5a67445 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4c1dd2bc (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@a0553a0 (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@6d4a2672 (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@6b30c10d (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 = fb5ce1dc-45c7-4cca-8c08-756454fc4cf0 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@9fc4eb9 (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@2604f622 (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@f88165b (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@7e18b4c1 (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@6ce2fb55 (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@2d75acd1 (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 = dba3485f-74a6-4a0b-90ff-7046dfa8ceb6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1ee476b6 (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@1aa47aa9 (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@388ed373 (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@18b6a0bc (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@6cbfacf1 (id: 19765c70-3ad8-493c-baf4-ca447643a15e, sid: 19765c70-3ad8-493c-baf4-ca447643a15e) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2eb3fe98-a768-4d13-be34-153c61167d9e org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@66d58184 (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@5433b492 (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@3256fc96 (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 = 2223bb09-3903-42ee-a3d0-6f4d3b478ae9 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@54f1406d (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@6f74588e (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@6093d528 (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 = df2f8454-1cd1-4d92-a598-df77526ad3b0 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@15ac3a29 (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@33f64589 (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@7df9f5b1 (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 = cfdb498a-8a15-4734-914b-191a857740c3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3fac93dc (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@54ce8b16 (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 = 551b38c1-7d18-4f6e-b435-1dcd02ccc08c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1fd2b066 (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@4ffa2768 (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 = 496d6f03-cb53-460f-a12c-bdf4f2d46305 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2dfbb80d (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@39fc7e3f (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@4d536d2d (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@28df5142 (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@1951a84d (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@56a44ff2 (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@d4d0489 (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@73bff153 (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@1eea7e80 (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@14b1bcbb (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 = eac4d18b-38b2-4260-b827-cd1056291719 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@18b61f91 (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@25da9bf7 (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@1c12ccd7 (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@6080eecf (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@3e2c389a (id: 84f68464-3269-44ab-afed-e1fc7bb970d6, sid: 84f68464-3269-44ab-afed-e1fc7bb970d6) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 6d5821fd-7c7f-4a9e-aba0-f5b03eb4786c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5249916d (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@7a2b4622 (id: f09950f6-6bcf-489c-ad56-4307e6532d40, sid: f09950f6-6bcf-489c-ad56-4307e6532d40) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 247888f6-9a44-4f7d-8149-33882a3b9eb6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@1f7d45db (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@3f471a40 (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@4de389c8 (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 = c64c726d-e395-42ac-a2ca-e3ba8d863ca8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@45cdb5d3 (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@b13eab4 (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@37f9fa6b (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 = bb0f549d-39b5-41ee-bfe0-b135e4783a7a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@b5f6fb3 (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@1a16e7b (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 = e59f3940-472e-4914-a7c2-be83c7c33358 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@a6e0822 (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@6574555 (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@6d56b53b (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@d15063e (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@6a8477c5 (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@35336ae7 (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@4b23fdd7 (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@1b6773a3 (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@172d1c85 (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@27d14e25 (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@52068be1 (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@2557e95c (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@5d02f5cb (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@7fd30fa8 (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@558c0cff (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@7e34482b (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@5473bb7d (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@1a44f33c (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@3b6846ee (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@6888fac (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@4fd29d40 (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@73d6ac0c (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_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6d228082 (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_2eb3fe98-a768-4d13-be34-153c61167d9e_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@5fdb44f0 (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_e59f3940-472e-4914-a7c2-be83c7c33358_322d28f1-0a33-4fc6-b235-8206bea763fd org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@691bdefd (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@5477a383 (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@34085109 (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@2e8f43dd (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@72263337 (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@391740f3 (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@7aeb736d (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@469907ce (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@3b1fb417 (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@1a4ed802 (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@14e70bf2 (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@4fe9df40 (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@99075a6 (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@6572325e (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@49e61d99 (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@4874d83a (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@42c3b9d7 (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@36d79313 (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@4fa45a85 (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@217ffe43 (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@7e2de6ba (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@7468bd67 (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@19f5a11d (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@4726c986 (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@56afefee (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@679df3d9 (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@53d44b7e (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@22cfc27b (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@bb69953 (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@33da0c7 (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@72c38465 (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@110024d6 (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@7f5595a9 (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@35f8efaa (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@6653dc61 (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@cd7dc48 (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@741fb967 (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@449108d2 (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@f03e39c (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@4ac5e81b (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@575be844 (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@35af8fa2 (id: f54454eb-e653-40ac-ad0b-9cf0a87a54b6) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@28a4d268 (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@99ee116 (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@21983c62 (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@59e46893 (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@157c4865 (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@41e43734 (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@2954658b (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@7a0f18c6 (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@570f3d15 (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@3dbd06ba (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@4cc25ef3 (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@4e09a685 (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@6040cdc4 (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@e001a63 (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@25746528 (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@575be844 (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@35af8fa2 (id: f54454eb-e653-40ac-ad0b-9cf0a87a54b6) ID = e8cff3e5-acb5-4ea0-b8af-81c96845d34d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@99ee116 (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@21983c62 (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@59e46893 (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@157c4865 (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@2e03bb56 (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@438af9e5 (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@b431649 (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@793f5234 (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@585fec9b (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@4c8e63a4 (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@3d816f87 (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@3e2c34f1 (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@19303c9b (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@269cef5a (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@3c1f5800 (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@6868e819 (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@45669340 (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@17ace507 (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@50145ee (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@58f06ebb (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@f3f12b0 (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@68cb2831 (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@1f161d0a (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@3aac3357 (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@358d3fd9 (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@43603f9 (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@2b67a038 (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@708a1888 (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@2c2582b7 (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@18386501 (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@e48605e (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@2ea67747 (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@2e96681e (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@755d00a0 (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@385ad4c5 (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@25db80c6 (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@3810dafb (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@3263e5d4 (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@72d20dc0 (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@5f321b0b (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@24607b2 (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@6760f1b9 (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@5be4c98 (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@4a9be567 (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@78d21011 (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@185fdb8b (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@6f729e94 (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@7ad7fec0 (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@12ed3b13 (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@74083946 (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@f758f6d (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@4a9141bd (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@31dfde5f (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@428132b (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@2705fa24 (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@6759cbd0 (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@64922042 (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@7d2c0f03 (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@3b13fc72 (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@533c8317 (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@59f88cb8 (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@3673346e (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@1e03d8c (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@1c297ea4 (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@1a9bcd5 (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@2e5638ca (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@2e5a7cd1 (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@6080afa1 (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@35d2bf0b (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@2a5d5113 (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@579c0c7d (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@2164f385 (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@16e3a45 (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@41fb26b2 (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@76333514 (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@70cd188c (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@1b8c2 (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@3536c7f (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@7723dd4d (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@448f6db8 (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@2d2f19d1 (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@57f57663 (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@73afda04 (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@681652ed (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@19c6e2aa (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@65fcc99f (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@688e40de (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@44a5533c (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@1e022817 (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@1d31ba79 (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@7a381b1 (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@4dee598a (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@422382b0 (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@52510aff (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@49e4a70d (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@76f985b2 (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@2811bfdf (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@72cd5ed0 (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@1e7d434b (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@24138123 (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@1d93d39 (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@19fac80c (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@6d69a763 (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@554b2974 (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@1d33e611 (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@52c6f713 (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@6dca19d7 (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@3ee7cfbe (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@5e9f72c7 (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@468595c3 (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 = 0b1e67c9-7f05-4556-b879-460ec5a67445 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@63d50644 (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@48f719a2 (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 = c64b79ca-6580-4c08-bc46-ce8d270b9efa org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4bc07074 (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@717b0f47 (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@4b9afe52 (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@1081979b (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 = 322d28f1-0a33-4fc6-b235-8206bea763fd org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@44da5849 (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@248113c0 (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@3098be31 (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 = 2223bb09-3903-42ee-a3d0-6f4d3b478ae9 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7eacedea (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@6822ea66 (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@52acb4b6 (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 = e24e8f7e-43fd-4fc8-8d20-307cc10e7e50 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2d891fcb (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@1f5d34a (id: 19765c70-3ad8-493c-baf4-ca447643a15e, sid: 19765c70-3ad8-493c-baf4-ca447643a15e) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2eb3fe98-a768-4d13-be34-153c61167d9e org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@18dea229 (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@153b184c (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@38b51ec (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 = dba3485f-74a6-4a0b-90ff-7046dfa8ceb6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3c69b837 (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@12cf6df5 (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@5963bece (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 = df2f8454-1cd1-4d92-a598-df77526ad3b0 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@42ddd1a9 (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@7f6ef018 (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@4a1292f (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 = cfdb498a-8a15-4734-914b-191a857740c3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@64f96297 (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@6463db89 (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 = 551b38c1-7d18-4f6e-b435-1dcd02ccc08c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6b0c9b6d (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@22ab506d (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 = db08d65b-dcc1-4c48-8b26-4c70ffff0289 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5297a561 (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@7eb6122a (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@acfe462 (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@608e5375 (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@4f4c7829 (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@3e5f5204 (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@22fe371b (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@2d2617da (id: 931dc5e1-846e-4f48-83aa-d9e35981d595, sid: 931dc5e1-846e-4f48-83aa-d9e35981d595) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 496d6f03-cb53-460f-a12c-bdf4f2d46305 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@35094dda (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@401053ed (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@29a99649 (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@58703b4b (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@31395575 (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@27b0e1e4 (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@3e6a9b45 (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 = e59f3940-472e-4914-a7c2-be83c7c33358 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5576022b (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@11fdb5f3 (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@1ad4078 (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@75681852 (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@1016d368 (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@115442ae (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@3e9c6ab0 (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@6ff1dcca (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@7135a6d (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@21385474 (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@367ab257 (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@49651842 (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@328c6ee6 (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@76da22ba (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@56c54244 (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@3c1f4b6a (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@5ca2864a (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@48075266 (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@7e10ad9 (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@22c4ddb9 (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@5e0a04aa (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@6451c137 (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@93b0be4 (id: 47d9cfd2-114f-40a7-8057-9b53627db409, sid: 47d9cfd2-114f-40a7-8057-9b53627db409) (name: FunctionalExchange 8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = beb95fde-8aee-4cd1-94e8-9162fa373ed4 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@5fc05cc8 (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@4cc7a92f (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 = aab00e90-dc68-49a8-8eb0-a189091b053f org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@45e4e6fc (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@6e3f0488 (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@333e40df (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@2d480f7c (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@6c319ab2 (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@68e81ac8 (id: a189ae32-8701-42aa-b7a5-e217f71f2d20, sid: a189ae32-8701-42aa-b7a5-e217f71f2d20) (name: FunctionalExchange 25) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_Physical_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_df2f8454-1cd1-4d92-a598-df77526ad3b0 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@697488f9 (id: ID_FakeFunctionalExchange_Physical_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_df2f8454-1cd1-4d92-a598-df77526ad3b0, sid: ID_FakeFunctionalExchange_Physical_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_df2f8454-1cd1-4d92-a598-df77526ad3b0) (name: FakeFE_PhysicalFunction 6_PhysicalFunction 9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_Physical_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@73621eda (id: ID_FakeFunctionalExchange_Physical_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8, sid: ID_FakeFunctionalExchange_Physical_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8) (name: FakeFE_PhysicalFunction 26_PhysicalFunction 27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_Physical_2eb3fe98-a768-4d13-be34-153c61167d9e_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3de83300 (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@588d4463 (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 = 3c375041-82f9-449a-a24c-10c31791a5a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@7a0f18c6 (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@570f3d15 (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@3dbd06ba (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@4cc25ef3 (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@4e09a685 (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@6040cdc4 (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@351d9fa0 (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@6bf67a36 (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@6848c443 (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@57b9749c (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@f468397 (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@218234e0 (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@2fdff1b1 (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@33de7d42 (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@8bf1a95 (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@382a0a56 (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@68a8369b (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@285c62a1 (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@58c7ae8d (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@30576779 (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@19628306 (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@5260b3e1 (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@37b6dce6 (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@3cd109c6 (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@3126d7e9 (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@660e9597 (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@675e345c (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@53f58e48 (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@546b9240 (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@465b0777 (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@50b12734 (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@2f4964a4 (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@39c6c1b0 (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@6097c93b (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@6c50e5b4 (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@32d03714 (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@62811336 (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@51daf0e5 (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@4f376c99 (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@15b50365 (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@67c971ae (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@7e4bca09 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1570dbc3 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@48c018f4 (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@51dd9d10 (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@5883d640 (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@499c70cc (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@38e7a0d5 (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@6b6102b1 (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@18693cc5 (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@1fe4a8b0 (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@70cc9431 (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@60c8c2e (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@7cb8cd96 (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@71d594b4 (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@4ea95509 (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@41da0a67 (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@7b34abb7 (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@2699e051 (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@229ce896 (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@33844790 (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@6d333b44 (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@4c1d5db (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@415c458d (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@50f522f1 (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@2468cab0 (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@2e8dbceb (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@1e9e82b6 (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@69f1a6ab (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@f07db26 (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@6ce9061f (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@608a206 (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@7445ad7a (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@169ad408 (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@55b348d4 (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@2fb39ccc (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@76c4ca3d (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@36be6a79 (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@79047192 (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@4ae2d782 (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@1a2779c1 (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@5f0f255e (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@5dd47cc (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@595fde32 (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@78175da9 (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@487cedaf (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@3b0d133f (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@7d6e64ad (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@690bfe6b (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@3c7b1ea4 (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@54a9e9da (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@64d0d409 (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@7e4bca09 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1570dbc3 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 96f8a94e-aa78-4abe-b667-ead7412d7265 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@51dd9d10 (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@5883d640 (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@499c70cc (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@38e7a0d5 (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@588232f7 (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@1e75de71 (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@3445c763 (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@31213836 (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@7f1416f1 (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@6c3e6612 (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@400a35b1 (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@178a96c5 (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@48f6b95b (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@46514841 (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@5aec2f0 (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@597fa326 (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@2e2525f5 (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@3c03fed8 (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@18693cc5 (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@1fe4a8b0 (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@3c3260aa (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@2c04a5a5 (id: a572f085-ca83-40e3-9765-92590125cc29, sid: a572f085-ca83-40e3-9765-92590125cc29) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c86d0349-83d1-4404-8a0e-ccbf83431088 org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@22dc6ce7 (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@b507611 (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@42874014 (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@68c96630 (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@2933849a (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@215b9f53 (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@59a4ec8c (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@7a7fe96e (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@4fddb5ef (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@32011a40 (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@4c3f5000 (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@490ee470 (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@6bde4273 (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@51378652 (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@67be6324 (id: 2b553e36-353d-4787-a7ae-2b9ea8185570, sid: 2b553e36-353d-4787-a7ae-2b9ea8185570) (name: ERO514) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e350304e-5562-4315-86f7-bf4b7f27518c org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@6859a2a5 (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@61f91b86 (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@7f86370f (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@2c92e53c (id: f56a7004-f97c-4889-8f6c-f18ab7480a5a, sid: f56a7004-f97c-4889-8f6c-f18ab7480a5a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d3715877-2241-404a-9e8d-29f363b565fe org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@d81f506 (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@7d9af38f (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@85e10a5 (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@62f81da (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@4046ddc (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@2ea8e058 (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@568b1610 (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@2cd06c4a (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@b9d8e81 (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@62de058a (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@6cebb457 (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@43f627bc (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@24f840c5 (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@3618f385 (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@7e0a01d (id: 120f387b-ded7-4181-badc-05ca1f637c18, sid: 120f387b-ded7-4181-badc-05ca1f637c18) (name: ERO714) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 554689a1-bcd5-451e-9088-84ca89494212 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@70cc9431 (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@60c8c2e (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@487cedaf (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@3b0d133f (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@756852e8 (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@25f571cc (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@58ab8f9 (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@7d6e64ad (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@960d1b8 (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@44d3f563 (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@4a2696fa (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@2269cfbb (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@6598d338 (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@2d9ea5f8 (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@4926d1f5 (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@11cf1c4c (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@a5ac7f2 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@73dc8327 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@5daef092 (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@12a6401d (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@3a658b0c (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@39790269 (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@7745b0d9 (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@4494bef5 (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@61feba75 (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@73d92015 (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@51edc62a (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@64324e27 (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@747df536 (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@39e65c04 (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@6851184 (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@29866522 (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@2b9e768c (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@a5ac7f2 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@73dc8327 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 96f8a94e-aa78-4abe-b667-ead7412d7265 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@12a6401d (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@3a658b0c (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@39790269 (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@7745b0d9 (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@2652c5c (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@144eeaf7 (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@65d5d85d (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@3f4c6f46 (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@71c41378 (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@51ae1d8c (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@5b7ecea2 (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@5e3fe421 (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@f31734d (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@3748dfc (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@224b6f5f (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@3d5c1f96 (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@44aad3ec (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@5d81db00 (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@61feba75 (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@73d92015 (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@20d3bcb5 (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@46b53fb1 (id: a572f085-ca83-40e3-9765-92590125cc29, sid: a572f085-ca83-40e3-9765-92590125cc29) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c86d0349-83d1-4404-8a0e-ccbf83431088 org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@6c2f7125 (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@4a84a8b3 (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@2c8b4263 (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@46744b19 (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@51c5bcab (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@3eeb4710 (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@480592f4 (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@2ccd246e (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@5091e5b8 (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@34a6fb7d (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@50d04d2f (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@157bfd0f (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@4a18663d (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@49e61110 (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@1b8d9436 (id: 2b553e36-353d-4787-a7ae-2b9ea8185570, sid: 2b553e36-353d-4787-a7ae-2b9ea8185570) (name: ERO514) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e350304e-5562-4315-86f7-bf4b7f27518c org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@55646c60 (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@3a4389ca (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@50d800ef (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@d5811cc (id: f56a7004-f97c-4889-8f6c-f18ab7480a5a, sid: f56a7004-f97c-4889-8f6c-f18ab7480a5a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d3715877-2241-404a-9e8d-29f363b565fe org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@54dc23e6 (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@d3ba577 (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@6677494b (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@5ef36aa2 (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@6b85b189 (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@3b45a193 (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@67a48aa1 (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@22c74a8d (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@6408bea5 (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@7257d28e (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@3165bfe7 (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@29ee0864 (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@8b2666a (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@443d1650 (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@58bb13b7 (id: 120f387b-ded7-4181-badc-05ca1f637c18, sid: 120f387b-ded7-4181-badc-05ca1f637c18) (name: ERO714) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 554689a1-bcd5-451e-9088-84ca89494212 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@51edc62a (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@64324e27 (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@747df536 (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@39e65c04 (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@70b03405 (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@6851184 (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@60f2cc67 (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@4e55f8cc (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@3f34ed1f (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@5fe10581 (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@3e131529 (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@26574be1 (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@3ce2857c (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@6bf8526c (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@4d64b867 (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@5170fa69 (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@79115c5e (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@50d31a22 (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@1de96338 (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@552378ad (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@3d635767 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1e6bb609 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@68333908 (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@27a884d9 (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@4f95a1e9 (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@57588a6e (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@18ca45d3 (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@5d5e5802 (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@6d503f3a (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@7ec8d304 (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@79ed0025 (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@152859cd (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@360077bc (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@448e49f8 (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@28a44c34 (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@1ef2b193 (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@2bfa8866 (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@1d8dc568 (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@1742ff01 (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@1c37ba53 (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@6371a80b (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@10248788 (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@101ed87a (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@31da1d08 (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@5f05dac8 (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@6ba91e67 (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@d92c660 (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@6c41b887 (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@1d63fc5d (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@3e1a93b0 (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@25a0e3d5 (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@4444f266 (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@46477fa7 (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@2caae3cc (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@eb613c7 (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@6d8217b5 (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@1045e7e5 (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@6b8ad2a2 (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@559cdc3f (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@28de5686 (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@179be6b7 (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@2ab93924 (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@19776568 (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@43c77aa6 (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@2d40e89f (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@4c24f50b (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@13c0c94 (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@2961550b (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@4991ac02 (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@7a8747be (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@2ce9dcda (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@3d635767 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1e6bb609 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1f127874-9190-4e3e-a01a-b4c3f8185648 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@27a884d9 (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@4f95a1e9 (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@57588a6e (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@18ca45d3 (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@6d503f3a (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@7ec8d304 (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@79ed0025 (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@152859cd (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@2d40e89f (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@4c24f50b (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@3f768955 (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@539ccfab (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@6fbae7a0 (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@4591800f (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@6c3baa9c (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@2c995c6e (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@42e950c0 (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@40ea60c5 (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@36d28784 (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@2d4d01ac (id: 57c7ffbe-32ef-4785-8441-29795d2dff54, sid: 57c7ffbe-32ef-4785-8441-29795d2dff54) (name: PLC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 9b628467-b392-4c31-aa25-b3a1b8772010 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5a0aeae4 (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@113f2371 (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@2192cd7f (id: 275392b2-4013-4e0d-8dd6-a3d646deae37, sid: 275392b2-4013-4e0d-8dd6-a3d646deae37) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 118f8ee2-43a3-4908-86c0-057f8e139347 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4a2fe467 (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@1610adb7 (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@59419580 (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@13c0c94 (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@3ef1d373 (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@460f7f79 (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@3365ee90 (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@36ddfcb0 (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@687cb53 (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@3bce984d (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@27c3e0ca (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@7ea2a0fe (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@46c7212a (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@984c54f (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@3179a105 (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@5ab74284 (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@20db6715 (id: 69c106b0-62b6-49d2-abea-87dc296f0689, sid: 69c106b0-62b6-49d2-abea-87dc296f0689) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 7d0c0eed-89f4-47de-96c4-22bc00a74205 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@40803393 (id: 7d0c0eed-89f4-47de-96c4-22bc00a74205, sid: 7d0c0eed-89f4-47de-96c4-22bc00a74205) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = dda5629e-e4fc-4d5a-9096-44c2e86f0288 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@4e89f4d8 (id: dda5629e-e4fc-4d5a-9096-44c2e86f0288, sid: dda5629e-e4fc-4d5a-9096-44c2e86f0288) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = b21e6710-a432-4adb-bbad-89ec91d28435 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@21b9cfbb (id: b21e6710-a432-4adb-bbad-89ec91d28435, sid: b21e6710-a432-4adb-bbad-89ec91d28435) (name: PP 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) [Crossphases] >> release >> unload Project_test_01 [Crossphases] >> release >> unload output [Interphases] >> require >> load Project_test_01 [Interphases] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@64da8964 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3d86916e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7e602de (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@69e58d4f (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@1e0e404d (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@1299fcca (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@6442de21 (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@64d29d3d (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@832b5c2 (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@551077a2 (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@579a4255 (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@4a1b61c1 (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@1ce0b247 (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@3359079c (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@50fe956e (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@45dc456b (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@3917d4dc (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@64da8964 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3d86916e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1f127874-9190-4e3e-a01a-b4c3f8185648 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@69e58d4f (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@1e0e404d (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@1299fcca (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@6442de21 (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@832b5c2 (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@551077a2 (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@579a4255 (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@4a1b61c1 (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@1ce0b247 (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@3359079c (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@36d46348 (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@27d0193a (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@77405f82 (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@1632cfea (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@787c1565 (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@29c452ad (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@290985e0 (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@31467a99 (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@3e3be50d (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@227910a5 (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@45a570b1 (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@22354fea (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@50fe956e (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@6b6f7383 (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@133656ef (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@4e9f69a (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@43aeb58b (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@53cd3516 (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@726d90ae (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@39fbe55f (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@f4f1d06 (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@3510fc7c (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@2be6f290 (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@4d513bae (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@3a81b82f (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@5fe9b5ee (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@59b83e6c (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@2a69455e (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@122c7240 (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@78f32e (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@182be613 (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@780813fd (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@9c7d0ce (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@3112b2db (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@6f7375eb (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@26b1417c (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@2ef3105f (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@6309f3a (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@72986e3a (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@5e8e7bb4 (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@6849f9d2 (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@6a0272ae (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@5b5a386a (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@76a4bb6e (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@51044b01 (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@286ac48d (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@22793082 (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@71d59068 (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@27a8110 (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@7c4a737e (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@17dcb155 (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@4a572516 (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@1c735f4d (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@41295713 (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@32a5a5b5 (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@7b8043c9 (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@1f22dfe7 (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@3f9f7a14 (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@364b57e7 (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@7f5d40f7 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@300ed794 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6f883d40 (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@56f0fe30 (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@2ea70252 (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@5a70ee9 (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@7b39b3c (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@77b8894e (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@3cbae196 (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@15760ae (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@7e4398f9 (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@159e70f6 (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@39c8cbe8 (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@7e08995a (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@103a2d75 (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@70a4f347 (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@f4cf130 (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@35346bca (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@74a4b99c (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@234d5284 (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@4b60e2ac (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@5d9caa31 (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@c259047 (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@45b52a35 (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@90cc5ad (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@31792b9f (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@117e325f (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@7df656c7 (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@12b8d579 (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@6ae52162 (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@ae90aab (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@4566355f (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@11a13397 (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@520cfef0 (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@10720a48 (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@64ca09d4 (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@7c6fb351 (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@49212952 (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@49814a74 (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@7d317e39 (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@7c45aff5 (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@3c6e7296 (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@7f7f4d85 (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@9c924e5 (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@2ff630fb (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@6ac87e (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@79000f80 (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@3a182ffe (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@3b7c6bfd (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@42498596 (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@4ab600a7 (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@7f5d40f7 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@300ed794 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1cf3cf3c-0d51-4498-99d7-a3b290c4e999 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@56f0fe30 (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@2ea70252 (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@26ee57c (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@1c816c22 (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@5a70ee9 (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@7b39b3c (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@3cbae196 (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@15760ae (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@7e4398f9 (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@159e70f6 (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@2ff630fb (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@6ac87e (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@79000f80 (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@6e9e0a6b (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@7a7d1f5f (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@661c0ff8 (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@191007b (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@1fc28f70 (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@d57ec30 (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@bb241ad (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@2291a78 (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@99bbc42 (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@3b1ff72d (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@22b966ca (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@6889423f (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@776a1244 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@d6f359 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@593a1171 (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@60ab413 (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@25721f50 (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@43288a63 (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@332c3a7c (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@485e12f6 (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@7d631c32 (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@7a1ffa6f (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@1043bec8 (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@75a4b27e (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@70edf227 (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@4e655a30 (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@43dd18ca (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@30585504 (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@3bdd3b (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@776a1244 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@d6f359 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1cf3cf3c-0d51-4498-99d7-a3b290c4e999 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@60ab413 (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@25721f50 (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@43288a63 (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@332c3a7c (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@7d631c32 (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@7a1ffa6f (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@1043bec8 (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@75a4b27e (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@70edf227 (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@4e655a30 (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@43dd18ca (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@13ba658d (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@c59d117 (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@57e75053 (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@5fe497be (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@f2c38e6 (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@260dab3b (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@4b050261 (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@302735d8 (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@5ea2d032 (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@15bdfcae (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@76c8e272 (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@7f489086 (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@3723fc1d (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@4d812edb (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@17c1d23d (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@35e6f841 (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@74e7b935 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@773944b0 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@32c65f83 (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@744e8d01 (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@48775f41 (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@4276b68c (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@2579a946 (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@5b81d5c5 (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@3b0f41f7 (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@18e1815 (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@6393744d (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@61d69b25 (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@2d3862fa (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@1f4914fe (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@3724bd3d (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@6019ad5 (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@6840075d (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@3ff9004f (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@2d269fd8 (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@27fb7f9b (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@4fe9eed6 (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@38e5641c (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@2124f487 (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@5ddf409f (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@5d408aac (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@4e16c09c (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@3d8cae4 (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@3bd76eae (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@38bd7702 (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@74440cc0 (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@310e6746 (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@6f6cff30 (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@36201d9b (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@4e4a39e3 (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@23ea502 (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@a234f0a (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@3c595710 (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@2343f459 (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@54a24386 (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@44690d07 (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@327e234d (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@e23f867 (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@48db2456 (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@4456097f (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@2de69dab (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@46094973 (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@4f300f68 (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@10ce912 (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@70b6d65e (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@35cda106 (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@43fcd1e (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@74e7b935 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@773944b0 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6492c738-093c-445a-83ba-3012cb94de7b org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@744e8d01 (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@48775f41 (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@4276b68c (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@2579a946 (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@550135a3 (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@277ee515 (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@504be5a0 (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@38904576 (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@3466d43e (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@3b0f41f7 (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@18e1815 (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@6393744d (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@61d69b25 (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@20177e11 (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@51a884b6 (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@2961b3d2 (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@725fb162 (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@72484b2a (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@2d70e63f (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@222b9652 (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@57c4bb6c (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@6765aba5 (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@2de69dab (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@46094973 (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@414e4475 (id: 7b74148e-fbb0-4812-b99c-facd4492ea95, sid: 7b74148e-fbb0-4812-b99c-facd4492ea95) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e57332d0-5c59-4a83-a4e4-ec716a3246c0 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@27007ba1 (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@b842900 (id: 6ad6bb74-078e-44fd-99b0-1005ec2d0483, sid: 6ad6bb74-078e-44fd-99b0-1005ec2d0483) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 59bda89b-9e0d-4267-8cff-bf11a4c53d92 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4f300f68 (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@60f98a15 (id: fc106950-58a3-4579-a036-66a908f16dc9, sid: fc106950-58a3-4579-a036-66a908f16dc9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [DataPkgTest] >> release >> unload Project_test_01 [DataPkgTest] >> release >> unload output [DataPkgTest] >> require >> load Project_test_01 [DataPkgTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@181aca66 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@65377258 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1b8f632d (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@13c9070 (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@25f007d4 (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@74b444fd (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@3979ba83 (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@62689b02 (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@1d0b7775 (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@43ea4f4d (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@657c6cb9 (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@260342d (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@29e3844a (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@23b2ef2a (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@53480417 (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@1dad6560 (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@5e4991f5 (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@181aca66 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@65377258 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6492c738-093c-445a-83ba-3012cb94de7b org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@13c9070 (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@25f007d4 (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@74b444fd (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@3979ba83 (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@6acbf93 (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@2347d635 (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@7582ed0c (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@15bec9d (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@7f831f04 (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@1d0b7775 (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@43ea4f4d (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@657c6cb9 (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@260342d (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@44964bcb (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@5597e433 (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@5388539c (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@4c28dbdc (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@5b45b46b (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@5d1d1cb3 (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@57e1caf7 (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@615193b8 (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@17418515 (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@29e3844a (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@23b2ef2a (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@53480417 (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@e080785 (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@3b7c03da (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@f837020 (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@1cf8a57b (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@5202bd4e (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@9bb1607 (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@44a7c8d3 (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@388f5c4 (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@5252d09c (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@24a229d3 (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@5eb98cc4 (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@1adb7402 (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@766e1a25 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2665a747 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@30b2a0bc (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@3c6b5032 (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@54e64910 (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@43225dad (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@2b2e78d5 (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@444c98c7 (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@1c974ec0 (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@4d09b7ca (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@1539866e (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@1657dfad (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@448971af (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@147c2d22 (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@1bf7320b (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@33b426cd (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@6fd016ef (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@1ab0230a (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@38753d3d (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@2ae5f6b0 (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@45edfa6d (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@5e5e29a9 (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@4f536b8a (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@4a0654a6 (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@6012e119 (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@4fae8fd3 (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@7b208d01 (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@5238d81a (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@5c2b9226 (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@7f29ac63 (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@1e7e02 (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@63ae762b (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@14c3596e (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@2f288c32 (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@19fff24a (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@970c070 (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@7f6f019 (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@6c54a5c9 (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@adf77ab (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@5a345c0 (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@35650b55 (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@7c568add (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@dc5d8d3 (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@125711ee (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@7128dc18 (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@23496854 (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@b0da138 (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@4bfa1d10 (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@4292100a (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@3df08796 (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@4f307d0f (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@766e1a25 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2665a747 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = e8fb8cf6-7888-4dc5-ba9d-e11baab7826f org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3c6b5032 (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@54e64910 (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@43225dad (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@2b2e78d5 (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@1c974ec0 (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@4d09b7ca (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@1539866e (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@179f4976 (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@20e09f81 (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@37b682b5 (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@6dd432ae (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@ed129b (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@24558990 (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@27750485 (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@6bf81387 (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@369ada9 (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@bf8ad5d (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@4a6d18b (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@2f699eb3 (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@61a36a12 (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@2fffb13e (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@1de707c3 (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@7e988eca (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@41188f1 (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@5635bf0c (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@73497316 (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@491d5d6b (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@41c302b9 (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@3af50852 (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@29c1dd9 (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@21c9fee4 (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@78c6e6ae (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@6ae3d67c (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@8f37c2c (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@66a39d08 (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@299ff4e4 (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@5dbb879d (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@4e3a921a (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@340b0d08 (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@6265e7b9 (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@63e30307 (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@79d3e723 (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@15dcd65c (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@58c9b371 (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@1657dfad (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@301062e9 (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@30a734c6 (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@69f4ce4a (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@4176de6e (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@448971af (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@4a0654a6 (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@6012e119 (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@4fae8fd3 (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@1bf5b297 (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@72c2fb83 (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@7bcae019 (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@3483e7b4 (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@43f1cae4 (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@260a2ffa (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@a6cc90a (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@21f921b4 (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@6c127985 (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@1b10ee02 (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@77d840f3 (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@1f443b3d (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@60e5b701 (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@7c9925e1 (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@49f32d59 (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@77507a89 (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@3a4086dd (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@f430a59 (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@5f8a770d (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@2b7aca47 (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@15b2d79b (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@2b416b6 (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@e8a2bf2 (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@735fe096 (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@7052ef69 (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@52714673 (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@d7b2274 (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@1ac381d (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@6662b6e6 (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@3ef83687 (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@6ac4dbae (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@ac86a3b (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@79ee3802 (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@65d65b6 (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@4a08d778 (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@3d8f5b0 (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@b7ef3e1 (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@66e347ed (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@6a5cef5e (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@2eede2d0 (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@5270ed17 (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@2ed0049b (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@237b2800 (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@6241b5dd (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@370ce4d7 (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@19d6da71 (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@6317da63 (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@c176481 (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@5ced0388 (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@73c75f36 (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@2ede57ef (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@19da1dd9 (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@2d1fbc29 (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@7128dc18 (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@23496854 (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@b0da138 (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@62d5c82c (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@6509977b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5221314e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6181ecd0 (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@2b35cc31 (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@197442b2 (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@17ee3878 (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@2e2c4f40 (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@648f7ae4 (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@244b3f5 (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@4e5eaab2 (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@3fe957a5 (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@202e42e6 (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@7b790838 (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@23530c80 (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@12fff96c (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@30990f33 (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@bc941e8 (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@79029af (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@46715098 (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@1fbe2c99 (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@7c54353f (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@7a8fb64b (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@3636dc12 (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@5882e4a9 (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@5a2df4b (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@7cc02d4e (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@67ecbcf9 (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@5132e28f (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@6321e402 (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@66e8334d (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@6509977b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5221314e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = e8fb8cf6-7888-4dc5-ba9d-e11baab7826f org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2b35cc31 (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@197442b2 (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@17ee3878 (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@2e2c4f40 (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@648f7ae4 (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@244b3f5 (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@4e5eaab2 (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@3fe957a5 (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@202e42e6 (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@7b790838 (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@23530c80 (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@12fff96c (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@4287d7a2 (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@30990f33 (id: daef0597-fa48-4eed-b955-4b617cfac18a, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d6671b01-fbfb-49af-aa61-c6c2843f01eb org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@79029af (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@46715098 (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@1fbe2c99 (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@7a8fb64b (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@3636dc12 (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@5882e4a9 (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@5a2df4b (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@2981c5a (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@2ce9657 (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@4d269d0b (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@5eed4b63 (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@1cd5e628 (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@6adfa7cb (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@1368b15e (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@276a4603 (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@14bd0060 (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@34b1cc3 (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@557fbfb5 (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@2050a147 (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@5c120b2d (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@7e4a968 (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@2f4e3c36 (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@a31fa01 (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@46b6d309 (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@643b8d5e (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@3acab263 (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@3faeb6c9 (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@4ff004ae (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@77992173 (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@182fdc49 (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@527d297b (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@1d6792ee (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@234bba88 (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@4560f73c (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@7e6d381a (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@5fbc25db (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@21dd4b5e (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@6346914e (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@74fcc8d4 (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@4ad0b96d (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@11c8cd2 (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@5607a15e (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@44af6922 (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@b7bbb0b (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@6ee4dcaa (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@5029d79 (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@3a5b0282 (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@6c2e5521 (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@24e7d582 (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@351f7d32 (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@57323601 (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@49abf69b (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@537a61e9 (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@1dc27059 (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@5b06cfde (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@4d8ff50b (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@4d7ab07a (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@43344134 (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@2e210eb3 (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@1cb481d1 (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@4d50b5d (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@6509d712 (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@437b0996 (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@7cc02d4e (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@67ecbcf9 (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@5132e28f (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@50e67c98 (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@2db18197 (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@2f38ebac (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@6958525e (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@a39e151 (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@2ba564b8 (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@43288feb (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@6849ff72 (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@2dbfa843 (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@2d3f99e8 (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@2aef0c73 (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@d7ad433 (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@5dd7986f (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@c76bae4 (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@5ea8a38d (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@5a83f27 (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@645ddb1d (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@5d45ece8 (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@46ea8806 (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@27fc6fb (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@870709a (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@7aa0efd0 (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@6898f23a (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@142cb9cc (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@1fd3ef73 (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@62705d36 (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@4d567a60 (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@3cc548df (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@3ced9043 (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@5c94f305 (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@22ef078d (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@347a20bf (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@64c5d1fb (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@1f320abd (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@453ba5b9 (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@20210a79 (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@6a214d8f (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@6549c594 (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@7dc7b2e9 (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@1efe69a4 (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@5558c0e2 (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@10434a4c (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@7c2ebdb2 (id: a09e600b-26ca-4990-a8d6-903eebb2d384, sid: a09e600b-26ca-4990-a8d6-903eebb2d384) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [DataValuesTest] >> release >> unload Project_test_01 [DataValuesTest] >> release >> unload output [Crossphase] >> require >> load Project_test_01 [Crossphase] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@33644d5b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@23503b7f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@bd1c2fd (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@6cc957d2 (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@348d0139 (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@2c7c253c (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@49998888 (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@1f3a738a (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@4e4b8771 (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@3531e41 (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@60b0b6b (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@ad20ea9 (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@1c5a7681 (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@132a9d3c (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@5c0b0fa6 (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@2d4b9150 (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@666ff4b7 (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@21eb563b (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@25190b9f (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@54a9df7d (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@4dfa5313 (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@365b9e19 (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@5bf32ebe (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@41bb508a (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@5ec6e165 (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@348707f2 (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@6d2f3a78 (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@4a498c31 (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@7c9c52a8 (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@d4162fb (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@192975d1 (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@6d676840 (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@4436140 (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@8f75ead (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@64108df8 (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@3263dc52 (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@2db5e23f (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@1f85d312 (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@7f9ae257 (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@53b720ba (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@519184e9 (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@60bdd08a (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@489d0e90 (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@224555c9 (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@5218b3ca (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@47f7404a (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@6264769e (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@49e81cd0 (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@5cfc50f3 (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@25e5fca6 (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@553ecc34 (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@33644d5b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@23503b7f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = e8fb8cf6-7888-4dc5-ba9d-e11baab7826f org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6cc957d2 (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@348d0139 (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@2c7c253c (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@49998888 (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@4e4b8771 (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@3531e41 (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@60b0b6b (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@3e75cfa (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@14f639af (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@5fd12a40 (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@4820b954 (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@71193c26 (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@540748eb (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@252eb01 (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@4ff50806 (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@77b5e5d2 (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@199bbbdf (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@c84510e (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@6b56dda0 (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@33153e6d (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@77942e93 (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@59b60d4e (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@4d06005 (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@1e2cc0a4 (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@481a8544 (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@212f2d74 (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@26f8a11c (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@5e297c87 (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@4285e2a3 (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@1a19330a (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@798a8114 (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@6c5207e6 (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@12f6035 (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@527d9279 (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@7fd23b03 (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@3436e28 (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@799798bd (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@47c723ac (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@29231274 (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@31890b56 (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@741e3faa (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@a3aa8c6 (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@3bbbbb47 (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@4291c4dd (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@ad20ea9 (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@18b0608d (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@38ac4cc (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@5d04c785 (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@47b93dca (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@1c5a7681 (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@41bb508a (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@5ec6e165 (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@348707f2 (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@76435902 (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@5c1699b8 (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@9ef8a52 (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@722c4c05 (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@7c7578e7 (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@14c6f588 (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@618e5058 (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@71d26408 (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@26b78895 (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@5fe537e (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@1661cf09 (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@74f10be9 (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@6e98c6c2 (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@190a0dcc (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@18b8063 (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@7d596df8 (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@555f1a47 (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@1cf2094d (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@41271a28 (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@77a78959 (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@5a0738c8 (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@5633faa4 (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@2fbc5c10 (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@649af5ff (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@7b850dc (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@4e976c55 (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@306f54b (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@3000cdd9 (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@75fb45b5 (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@7b6a9b (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@34e37b72 (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@2bb0632 (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@2d422d3d (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@7636a5bc (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@59a168e3 (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@3717f73 (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@3fe691e5 (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@7cbed8e0 (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@2e0a51e4 (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@260829b1 (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@2deafd2c (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@279949a9 (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@5be0a9cf (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@3cc246a3 (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@463bdf8a (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@2b8212e5 (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@7572788b (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@5babcfd8 (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@43749ca8 (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@78daab19 (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@1e0a32a9 (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@1b5aebbf (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@7cacb5a0 (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@5218b3ca (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@47f7404a (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@6264769e (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@3ade0bf4 (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@34aaa092 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6d6a1799 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6d4953ca (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@6184352a (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@437223a8 (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@260f7285 (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@1feef162 (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@1ad17b36 (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@4717a9b3 (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@2f9a35d2 (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@42a552f (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@15339657 (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@1fd11553 (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@41acb8f6 (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@7e13c5ed (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@7e2e339d (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@425d8943 (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@ed961c5 (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@1cf38d35 (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@4fab474e (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@46192906 (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@38bbf49 (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@3110028 (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@1695a633 (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@194becfe (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@74d1e754 (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@5f429f71 (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@4c5a014a (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@436c6f2b (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@3ed32bfe (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@34aaa092 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6d6a1799 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = e8fb8cf6-7888-4dc5-ba9d-e11baab7826f org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6184352a (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@437223a8 (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@260f7285 (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@1feef162 (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@1ad17b36 (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@4717a9b3 (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@2f9a35d2 (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@42a552f (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@15339657 (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@1fd11553 (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@41acb8f6 (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@7e13c5ed (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@48734ae4 (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@7e2e339d (id: daef0597-fa48-4eed-b955-4b617cfac18a, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d6671b01-fbfb-49af-aa61-c6c2843f01eb org.polarsys.capella.core.data.pa.impl.PhysicalArchitectureImpl@ed961c5 (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@1cf38d35 (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@4fab474e (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@38bbf49 (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@3110028 (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@1695a633 (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@194becfe (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@47647969 (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@4cff31ed (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@77e0a27f (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@310a8c61 (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@55411418 (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@60842704 (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@12858231 (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@77897d84 (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@2ab556b9 (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@6b48e8ec (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@55627bbe (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@69bb59cb (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@693bcadb (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@45185098 (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@3617c0e (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@30a708a8 (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@7fd6175 (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@667d82 (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@8efe08c (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@855b71 (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@6c1f64dd (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@5f268eb1 (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@283afe59 (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@24e76fc (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@15e0c3e4 (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@7e5884ef (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@16f754b (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@70e70a0c (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@638b0817 (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@594e8775 (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@2371743a (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@6b0ead32 (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@50fecbf4 (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@7d268bb1 (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@555ef08b (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@4ba7b02f (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@6d2073c4 (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@241206d2 (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@6ea7073 (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@70ba9e49 (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@1e6a7dc9 (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@2afacc40 (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@7fc65884 (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@5b2ad9e3 (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@16e3637a (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@6a07352a (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@27c84296 (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@2a20724d (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@27d52cc0 (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@7428f375 (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@1111c394 (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@380a69e1 (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@36b7e10c (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@5b71ff4 (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@1a2571b5 (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@718b4671 (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@74d1e754 (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@5f429f71 (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@4c5a014a (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@4d6722c6 (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@36778779 (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@7d853fd1 (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@61c9217a (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@15cc5e97 (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@1f8a4f18 (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@4b25908f (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@634faa60 (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@14806878 (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@59bf177f (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@3e79452f (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@20fbe42a (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@372f8be5 (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@160a6690 (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@622e0943 (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@1d0b6b98 (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@5630ab7f (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@134b69cf (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@13d0ef4 (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@47ace2e0 (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@1494d239 (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@5c59c475 (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@357a3ba4 (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@15e17409 (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@27567996 (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@353e6b65 (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@51fdd17d (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@4f22a677 (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@5b2ceccc (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@1d8fc18f (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@22469d7a (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@788d965b (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@44fb4f0a (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@279b6da3 (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@31208967 (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@258bfe56 (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@3b1676f2 (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@471ce246 (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@72423073 (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@20c693b6 (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@13fc14e (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@71837a71 (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@5136565d (id: a09e600b-26ca-4990-a8d6-903eebb2d384, sid: a09e600b-26ca-4990-a8d6-903eebb2d384) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Interphase] >> release >> unload Project_test_01 [Interphase] >> release >> unload output [ExchangeCategoryTest] >> require >> load Project_test_01 [ExchangeCategoryTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@7bd32e65 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3e486c4d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@69374a66 (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@327b7533 (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@691e6229 (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@5fea39f4 (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@221184e4 (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@4d29ac6b (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@5ee241ac (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@1bc6b86a (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@5c809c82 (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@7d1cd9e6 (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@5eed0e (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@6be03816 (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@5924f135 (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@653c62a6 (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@12fdc592 (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@78b77f53 (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@6649429 (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@cbff11 (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@7c667bcf (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@3f68def7 (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@1d0fc0ef (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@42639728 (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@d9434a8 (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@7472dc8b (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@4aa0be37 (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@6a6ec752 (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@5ab6d93c (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@773bc4b2 (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@38258d64 (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@499d7d5e (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@658021b1 (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@7742f0e (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@5ba3d650 (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@79f627f7 (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@1d9f0cd1 (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@3bb54c33 (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@7ee11c43 (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@36e055f7 (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@537c2e7e (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@42b924f6 (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@344c2be6 (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@379f75 (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@4a9098c2 (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@44e74b15 (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@15495f9 (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@4af014b9 (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@308a606b (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@470ffc54 (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@5ffda4d3 (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@7bd32e65 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3e486c4d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = ac8231a3-5b89-4c10-809d-11ce4f119f5c org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@327b7533 (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@691e6229 (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@5fea39f4 (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@bb9cb19 (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@217d61b5 (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@221184e4 (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@3804b5a5 (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@36af1ec8 (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@7c15a161 (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@520d2ca3 (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@4f3902da (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@12e0cab (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@5061bb46 (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@3c66fd76 (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@ad984c (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@5ee241ac (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@1bc6b86a (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@5c809c82 (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@7d1cd9e6 (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@4a9098c2 (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@44e74b15 (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@6a0c5610 (id: 00c1f2eb-e04c-4938-b811-81203f7cf2b8, sid: 00c1f2eb-e04c-4938-b811-81203f7cf2b8) (name: PC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1c00b6c0-67f2-47de-93e2-8745fd93045e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@15495f9 (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@115158bb (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@348fec35 (id: 6b32ad1f-c30b-4fb8-8b5e-e4e4bb673393, sid: 6b32ad1f-c30b-4fb8-8b5e-e4e4bb673393) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b09ea616-5821-47a4-9a19-d4c15e67c2a0 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3a5e40a7 (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@4ded23a3 (id: 8e675659-de4a-4b4e-b421-80eadd018cf8, sid: 8e675659-de4a-4b4e-b421-80eadd018cf8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [ExchangeCategoryTest] >> release >> unload Project_test_01 [ExchangeCategoryTest] >> release >> unload output [ExchangeCategoryTest] >> require >> load Project_test_01 [ExchangeCategoryTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@5706dc7d (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5f603c83 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@5bd68539 (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@67f0f7a6 (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@3b3db22a (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@27767bde (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@70f3acf5 (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@3a2f7dbd (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@3d467662 (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@1fd78c94 (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@5297cb9a (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@34c0a8b9 (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@5bace2a2 (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@3a16d4f9 (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@2ee1b635 (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@58dffb08 (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@5781b5aa (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@5706dc7d (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5f603c83 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = ac8231a3-5b89-4c10-809d-11ce4f119f5c org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@67f0f7a6 (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@3b3db22a (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@27767bde (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@18474e90 (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@469b90a6 (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@70f3acf5 (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@2609ec23 (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@3235cbb7 (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@283163f7 (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@4548e600 (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@2c49727e (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@303d6c33 (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@13309f18 (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@7b38efa3 (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@37c9ecb8 (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@3d467662 (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@1fd78c94 (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@5297cb9a (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@34c0a8b9 (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@5bace2a2 (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@3a16d4f9 (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@2ee1b635 (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@1f555630 (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@23d01e8a (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@2fedb715 (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@c9eecc3 (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@39cfcfb6 (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@1a48a24b (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@235cfc24 (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@64a93586 (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@3b2c99a2 (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@1c8c3274 (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@58f5501d (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@75dd4b80 (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@2ae33d10 (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@5ea89085 (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@50b66c04 (id: 241a57b6-b70c-40da-a967-a276ddff509a) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7e55b3a1 (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@3eafcb64 (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@b689101 (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@5f6d3ab (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@382fc96c (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@355bb4af (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@7268656e (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@56c52677 (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@36dc7e8a (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@25c7d97f (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@48c84a9c (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@6ffff499 (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@31d3ee57 (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@9473f4b (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@3d10855 (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@139a6f8a (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@3d959af8 (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@d185766 (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@6007530 (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@4626ac45 (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@5775ac23 (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@189972cc (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@1d353d1a (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@6e82ee7d (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@14ec433a (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@47b05c79 (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@73596478 (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@ad19d68 (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@7c52fa9b (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@39c432fc (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@106fb18 (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@7ba1c8d (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@6cd7a8c3 (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@741c2477 (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@42f4dfd7 (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@15fded70 (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@44bddebc (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@519775c0 (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@35f91242 (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@4f15efe0 (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@65f79080 (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@f24c08b (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@1f6af223 (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@3335d6c5 (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@14c49734 (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@542568e1 (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@2f13b072 (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@2dcf13df (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@587cea5d (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@5ea89085 (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@50b66c04 (id: 241a57b6-b70c-40da-a967-a276ddff509a) ID = a1d400dd-2473-41ac-b23e-a788d877a88d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3eafcb64 (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@b689101 (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@5f6d3ab (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@382fc96c (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@76fc1ee (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@4840a89b (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@7b1841b3 (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@3dba8315 (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@442345fd (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@96a3992 (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@6aa64327 (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@5733a38e (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@5fa1ce52 (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@5846e92f (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@130c4c30 (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@420ed35d (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@2d6e45a2 (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@75098453 (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@4953b0e (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@303594fa (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@6f29840b (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@56bbbea1 (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@7b5ba233 (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@67557be6 (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@447fb2db (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@4c7ea87 (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@69d63bad (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@1907437e (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@1cc07029 (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@49a68f52 (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@26a4f287 (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@37849187 (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@36b56d3a (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@560c3609 (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@56c52677 (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@36dc7e8a (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@25c7d97f (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@3886bc40 (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@478fc3b9 (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@1272cdec (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@965f2fc (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@48c3b2c (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@3d27a20f (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@393e15ea (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@1f6af223 (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@3335d6c5 (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@7b06c16a (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@560cde94 (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 = 2817e3a1-661a-4c35-85bc-119a86d9fc5e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4a5107bf (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@7a1c54f6 (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@3ece7ed0 (id: b17d9ecb-3786-4767-a633-3faa346ccee2, sid: b17d9ecb-3786-4767-a633-3faa346ccee2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1345c718-6b74-4968-a445-3b38da65877d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@14c49734 (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@248c1346 (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@332bea5d (id: 1c1e17b9-2fe9-4681-a863-0ddee5342ed8, sid: 1c1e17b9-2fe9-4681-a863-0ddee5342ed8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f5d9f694-ead3-4889-8eb6-4ebfb2f300a4 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@52db0256 (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@10f59b4d (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@5940452f (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@41aa5f7f (id: 241a57b6-b70c-40da-a967-a276ddff509a) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@702a15d1 (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@77b6946d (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@576a9d21 (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@6e5785d7 (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@1eb3414a (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@174cbd1b (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@449c5c4e (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@6452629d (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@51dc3ee0 (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@5ec8d28 (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@58b09928 (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@26b57b0f (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@25b4178f (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@2b07974e (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@5628b1d9 (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@5940452f (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@41aa5f7f (id: 241a57b6-b70c-40da-a967-a276ddff509a) ID = a1d400dd-2473-41ac-b23e-a788d877a88d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@77b6946d (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@576a9d21 (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@6e5785d7 (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@1eb3414a (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@4ec8d16d (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@4dc8de00 (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@1fe39353 (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@1bde38f4 (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@1315d15b (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@182635e7 (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@1338052d (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@2d0820eb (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@65adc3a0 (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@1c2d3a32 (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@3565fa87 (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@3e5e9f48 (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@4bd7ce1b (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@1815bb21 (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@23edb66 (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@4850a0b6 (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@3d0208b1 (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@8fb7083 (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@7cea7f11 (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@31f2252a (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@1c98f425 (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@40b14161 (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@60891c5d (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@63ca9847 (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@1b1053e4 (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@137061c7 (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@23b561cd (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@1d892dae (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@15ba8cdb (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@78b8ff0e (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@6452629d (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@51dc3ee0 (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@5ec8d28 (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@44f1151a (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@33c0d193 (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@35bc235 (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@623f9abb (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@2eaa0a23 (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@1bd31a2c (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@46c42909 (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@58b09928 (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@26b57b0f (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@25b4178f (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@42dfee51 (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@1e7a46fb (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@131a3b38 (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@6706414b (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@25877568 (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@9c985f5 (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@1e63de65 (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@4b3ac8fb (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@5508d8c1 (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@10ab19b8 (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@103b7d3e (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@28080476 (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@2f9f2137 (id: 241a57b6-b70c-40da-a967-a276ddff509a) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@646a32dd (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@1d28f0db (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@24830cee (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@133e1073 (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@1d049432 (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@7ad0bdb6 (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@4a7efc6a (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@4946573d (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@21dbc663 (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@2edf84ed (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@ebdf0ef (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@310f4205 (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@2a9c238c (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@52a4c521 (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@337f7d12 (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@782b1e12 (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@33e0c2d8 (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@47199448 (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@fc6f654 (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@2fbdb230 (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@1afe431d (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@114e3fde (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@29820ff5 (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@6b6c14c7 (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@3e2441c (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@63b22b71 (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@5a767d55 (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@513790f0 (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@4064ec6e (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@327faeb0 (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@5b0af17f (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@36d75afe (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@51b7c7d6 (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@1ef2e97e (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@127f62d6 (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@1ef3cacd (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@719527b2 (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@78a589e7 (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@11252df7 (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@118028bc (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@49f03589 (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@1dce77e1 (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@7be437c0 (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@79393305 (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@57598ac6 (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@24add087 (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@6f671aed (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@2359071a (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@20c96cf4 (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@28080476 (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@2f9f2137 (id: 241a57b6-b70c-40da-a967-a276ddff509a) ID = a1d400dd-2473-41ac-b23e-a788d877a88d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1d28f0db (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@24830cee (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@133e1073 (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@1d049432 (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@640f8873 (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@58571c60 (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@3b093291 (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@21594c6 (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@1a41d8e7 (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@7a9563d3 (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@25479236 (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@1f6a737f (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@632f596a (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@39d2f9ae (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@3e51c44d (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@27ac2ee4 (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@91dbc36 (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@10525901 (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@209184ea (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@660c4512 (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@294a9e9 (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@8c72eb (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@2c1610c4 (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@28b6e481 (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@f4acb9f (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@1da19d10 (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@703e56c5 (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@792cf8d7 (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@367c0ef5 (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@638d2747 (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@3ae89c75 (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@b609d68 (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@7515b345 (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@68ffec3d (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@4946573d (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@21dbc663 (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@2edf84ed (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@760895e8 (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@d0cdbab (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@729bfcb7 (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@20b1f6e5 (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@122480ce (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@791ed0a2 (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@544df572 (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@7be437c0 (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@79393305 (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@233941d5 (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@69570bca (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 = f5d9f694-ead3-4889-8eb6-4ebfb2f300a4 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5db93890 (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@7ce7adc0 (id: c39df5da-54ae-4b3d-92a1-ad803b09de35, sid: c39df5da-54ae-4b3d-92a1-ad803b09de35) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2817e3a1-661a-4c35-85bc-119a86d9fc5e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3b735186 (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@20e7e394 (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@287bd106 (id: b17d9ecb-3786-4767-a633-3faa346ccee2, sid: b17d9ecb-3786-4767-a633-3faa346ccee2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1345c718-6b74-4968-a445-3b38da65877d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@57598ac6 (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@681d2bc (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@3fe94bc2 (id: 1c1e17b9-2fe9-4681-a863-0ddee5342ed8, sid: 1c1e17b9-2fe9-4681-a863-0ddee5342ed8) (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@229a1619 (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@462f2f56 (id: 241a57b6-b70c-40da-a967-a276ddff509a) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@51a89c87 (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@6625a02a (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@4126a0dc (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@58afb908 (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@62d8e068 (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@2c4c5386 (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@2856849a (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@1c3cbe58 (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@2a28807d (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@2d3ae9f2 (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@3f012fa6 (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@5c474788 (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@39449b95 (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@54a5baeb (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@159dd1d3 (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@229a1619 (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@462f2f56 (id: 241a57b6-b70c-40da-a967-a276ddff509a) ID = a1d400dd-2473-41ac-b23e-a788d877a88d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6625a02a (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@4126a0dc (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@58afb908 (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@62d8e068 (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@14f4d046 (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@60a0b244 (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@456220a1 (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@609c43c5 (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@5258c970 (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@370f63ed (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@3ccc9faa (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@358a3085 (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@39e78c13 (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@3b0d61a8 (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@151460f8 (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@1096e15d (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@40c6d2c6 (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@18af34bb (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@2e8a94f6 (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@9311473 (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@7f97b771 (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@1e7c5ed4 (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@64ab44c9 (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@653856a3 (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@27d6494a (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@bd436dd (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@6593b33b (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@6ab9db5a (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@5730e160 (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@128361bc (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@4752c1cf (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@4018e1b3 (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@11951cc6 (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@529949e9 (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@1c3cbe58 (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@2a28807d (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@2d3ae9f2 (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@14f0b3bf (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@6dc71107 (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@3825faa (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@790d5351 (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@68716a84 (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@3d6b11a4 (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@2c0576ac (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@3f012fa6 (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@5c474788 (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@39449b95 (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@3e732a07 (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@8394e70 (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@6e2433f8 (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@162d34c1 (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@59d96e0f (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@26abbdeb (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@5fa02937 (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@20d4953e (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@326f3e3d (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@4950897e (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@17e7e8f2 (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@576ec2d9 (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@1040a63d (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = bdf83bdb-a0f5-4444-8e5e-17d5504190e6 org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyTypeImpl@25e755a6 (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@466b536 (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@4495d969 (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@7f7de3d7 (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@60a8d3fb (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@515615dd (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@3b62d00f (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@2b11efef (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@4ed13e46 (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@701e0972 (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@482da2c8 (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@7ded6ac (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@27b7b02b (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@27627836 (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@27cb5f0 (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@736678a5 (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@6a37eb8 (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@2abdc3f8 (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@321f3873 (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@7524bf14 (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@d73d56d (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@5dff17c8 (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@4034f471 (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@4d24d8c (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@179938c6 (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@5a97ca88 (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@558dd1e8 (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@529e2a14 (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@1da41752 (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@26ab1b94 (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@7fbd409b (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@10b9fe1d (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@379a406a (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@28856b74 (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@231b8545 (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@8d85635 (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@60e619c2 (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@5a5874e2 (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@77fc8569 (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@5549707f (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@5315b1d (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@1c57c03d (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@f13c913 (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@11c78a06 (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@1ea1d290 (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@3cd5bf51 (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@2d1fa289 (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@a58a96 (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@1000ed40 (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@13ee726 (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@51e51662 (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@7d38d7f2 (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@6ac55ff8 (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@1cb49251 (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@659bd1a3 (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@5ea70da5 (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@1e5da316 (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@26438c96 (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@1d6e4734 (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@7bc2bb19 (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@8f4f264 (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@3269f8d0 (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@5dd14e4e (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@33253c9e (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@1c6d8f4c (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@61bf5b69 (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@364bca2e (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@2c90c1b5 (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@57ce1825 (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@61fe03b9 (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@46563093 (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@ab28f35 (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@2bf752d4 (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@3522abb8 (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@16483633 (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@279884f4 (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@78da8225 (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@355e4f40 (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@242ecacd (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@4f1ca9b (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@13b07f02 (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@8f1e6e4 (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@576ec2d9 (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@1040a63d (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = 9e300026-108f-4c9e-b02d-7cbad80dee5e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4ed13e46 (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@701e0972 (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@482da2c8 (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@7ded6ac (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@27b7b02b (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@27627836 (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@27cb5f0 (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@736678a5 (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@6a37eb8 (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@7abf19a2 (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@7524bf14 (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@2abdc3f8 (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@d73d56d (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@5dff17c8 (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@4034f471 (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@4d24d8c (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@179938c6 (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@8badc18 (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@558dd1e8 (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@68f8e599 (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@1da41752 (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@7fbd409b (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@10b9fe1d (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@254b123f (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@28856b74 (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@231b8545 (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@8d85635 (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@57ce1825 (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@61fe03b9 (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@46563093 (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@ab28f35 (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@2bf752d4 (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@3522abb8 (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@78da8225 (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@355e4f40 (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@242ecacd (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@4f1ca9b (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@56496d1 (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@3dfe7394 (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = bdf83bdb-a0f5-4444-8e5e-17d5504190e6 org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyTypeImpl@168ea19c (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@43be42a6 (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@692ff887 (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@397068c9 (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@5a11bc3a (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@6b0b6eac (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@7d76588a (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@477a41cd (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@474526cc (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@32b32a93 (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@64a9fd1 (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@25465811 (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@d899493 (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@10df3649 (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@f439543 (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@3015c7f7 (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@665f2f30 (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@fdb30cc (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@1c2145f9 (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@771fa4f8 (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@7f5748c (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@56496d1 (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@3dfe7394 (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = 9e300026-108f-4c9e-b02d-7cbad80dee5e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@474526cc (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@32b32a93 (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@64a9fd1 (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@25465811 (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@13458fd9 (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@3809d890 (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@6aef6c57 (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@7d7e27cb (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@4acb856f (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@49b0ae2f (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@36c5d52 (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@6e1593aa (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@341a9204 (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@557dcf18 (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@430bd825 (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@1c18b2d (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@612ba3a3 (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@5a917a82 (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@47c28416 (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@2f820452 (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@765d6362 (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@232e81cf (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@1c495aa7 (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@40f592a9 (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@10df3649 (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@f439543 (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@3015c7f7 (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@665f2f30 (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@fdb30cc (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@1c2145f9 (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@21503f5 (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@1dac9a28 (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@4ba79401 (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@e1b1de9 (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@796b97b7 (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@5c81518d (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@56b31681 (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@11adeb (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@25624471 (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@1069f21c (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@13920536 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3f206240 (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@9330d41 (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@b8cd92b (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@2d4c9cd3 (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@1f9e4de8 (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@63824be8 (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@5026d04b (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@47f6eb34 (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@54f484d9 (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@3236a284 (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@463b55c6 (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@4988dea6 (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@1e1afb5a (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@7adb6366 (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@66529c9e (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@6920031c (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@20a9e549 (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@1c87269 (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@738cb8a2 (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@1add6d2c (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@75314093 (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@37a82f66 (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@21f7d899 (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@50b27586 (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@2f7892db (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@595d4b4d (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@467163ef (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@5ac30e2 (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@6e2984c6 (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@5d9dbd6d (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@103ec32a (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@74f1daef (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@565c6f03 (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@669ad670 (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@db6e1a (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@7a07ea4c (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@4f16a678 (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@7f8fc0bc (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@24ffdae9 (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@616f11b0 (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@1b305e83 (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@1abbf779 (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@42e940bd (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@4117d859 (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@172c5ca5 (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@49399fbb (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@7cdccfc7 (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@23bce73b (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@5bdc66cf (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@1069f21c (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@13920536 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 2440e9c4-fcd4-4b58-8ce6-e7187f2e3d32 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@9330d41 (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@b8cd92b (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@2d4c9cd3 (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@1f9e4de8 (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@37e94fa0 (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@738d355c (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@3de997b3 (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@39c678a8 (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@44afb47f (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@5e924e63 (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@253e206b (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@1c0b74ff (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@5026d04b (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@47f6eb34 (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@54f484d9 (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@3236a284 (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@42e940bd (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@4117d859 (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@4b20b833 (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@172c5ca5 (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@74381b7f (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@2277ea4b (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@56c96f54 (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@ff8a91b (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@6747f428 (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@7aff7f39 (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@67510cfd (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@2dabc17d (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@75959654 (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@74123968 (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@1bcbe5f3 (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@68187fde (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@316673bf (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@448c8241 (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@21baacc2 (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@42ceac62 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@62d88daa (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@266dff9f (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@45541979 (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@1b2cee7b (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@36cf3eec (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@35f0dbf5 (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@76e41ce2 (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@1bef6bec (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@4dba677f (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@5e678f27 (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@3eb73f0c (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@20a8263a (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@379a43eb (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@55e6fc88 (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@642453e2 (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@6e331a07 (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@42ceac62 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@62d88daa (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 2440e9c4-fcd4-4b58-8ce6-e7187f2e3d32 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@45541979 (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@1b2cee7b (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@36cf3eec (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@35f0dbf5 (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@22b76bf (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@35a8674c (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@53d4702c (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@29e2d744 (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@7025c249 (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@6c15906 (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@4983bd8d (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@17ea097e (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@1bef6bec (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@4dba677f (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@5e678f27 (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@3eb73f0c (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@20a8263a (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@379a43eb (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@55e6fc88 (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@28ec0a58 (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@58f4e59e (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@4876b6ba (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@64072090 (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@2c714882 (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@53568087 (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@2e683f31 (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@73b699cc (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@5525ea60 (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@32100afb (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@5dee2a3f (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@1ad1a0b7 (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@2624dd4d (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@6d248cc6 (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@314c7a6b (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@7fac6dfd (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@7f6219f0 (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@3669e866 (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@78fb091e (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@17392268 (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@6e6ac231 (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@2817275d (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@88468b8 (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@56f021a2 (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@23353926 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@71caad91 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6e9d1209 (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@7bae2190 (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@78ed1e9 (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@65600f8b (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@7865458a (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@fde2b23 (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@ccb0efa (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@4735dcd5 (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@10d3114c (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@443b7172 (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@2b9c2235 (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@41d31d0e (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@79784ff2 (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@46e03fdc (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@ca720bf (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@55c57748 (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@6ef9a5dd (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@29206901 (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@1cb70642 (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@62b65dab (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@41c2db6d (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@6b00da35 (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@4fa15401 (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@1faa135b (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@48e4aa70 (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@25d8102b (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@601c49cd (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@2fe3ae5e (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@42b936f8 (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@27053fcc (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@255548c0 (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@17f6836a (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@1cf3799a (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@1206de97 (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@1d9a875f (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@3ed4aa55 (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@396c3bbc (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@1dbab860 (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@545374f7 (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@4f4eea2a (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@172789a4 (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@5f165a98 (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@2d81de54 (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@6bcf421f (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@452cddf2 (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@492f6c4b (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@6bccb7fd (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@60c449ec (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@7e819421 (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@23353926 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@71caad91 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8b2d2b5c-6dc7-4c24-b1cd-4f032066bf2e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7bae2190 (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@78ed1e9 (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@65600f8b (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@7865458a (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@26924a21 (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@57e2d683 (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@329b97a3 (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@6080cd6f (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@54f7401c (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@15e0c2cf (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@7b28795f (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@1da528e0 (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@733c7ce8 (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@60593efa (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@5883412f (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@6c5590f7 (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@7c1e6aa9 (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@5599253e (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@17d19c9b (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@574374be (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@588707dd (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@44ab6926 (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@5f85006c (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@13af79a6 (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@73762de1 (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@6c0b98f0 (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@1b7a637d (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@31ab7957 (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@1d7bb8a (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@497e5146 (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@6e9c9991 (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@55530165 (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@6becf684 (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@62530687 (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@5355f171 (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@71248b65 (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@354416f6 (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@590f120a (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@25adbe23 (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@70076650 (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@ccb0efa (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@4735dcd5 (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@10d3114c (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@443b7172 (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@2d81de54 (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@6bcf421f (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@6dfb6614 (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@11e76918 (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@e3294b9 (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 = 9273b429-a34c-4538-985f-b2440db10023 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@75fc8c7f (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@cb7351 (id: 622006b8-743f-49b7-808e-43749e40bb82, sid: 622006b8-743f-49b7-808e-43749e40bb82) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d5d229cf-35e1-4889-87c3-35116c427473 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@452cddf2 (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@5588283b (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@66ab0529 (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@50c30330 (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@58fc0b20 (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@575f1e5 (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@37fe06d3 (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@74c66bac (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@4cdbcb1f (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@668bf1b8 (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@2184ab24 (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@66582fb3 (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@74c98354 (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@4df6aa44 (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@49afe555 (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@6ead7e64 (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 = f51e21c8-5623-4acc-9a08-d26420b282cd org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@54c80322 (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@2a2a9775 (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@4e759157 (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@1d5a6f54 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3664ce3e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@60efbc88 (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@2eb787bb (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@13f695c3 (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@6831640e (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@1d86803c (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@67cb8542 (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@76e2dd8 (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@742c5f22 (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@2ace26eb (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@5cb8ce87 (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@4afb5f7d (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@2b533017 (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@70f1a2e8 (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@4f5d44a3 (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@20e4bde3 (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@1d5a6f54 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3664ce3e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8b2d2b5c-6dc7-4c24-b1cd-4f032066bf2e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2eb787bb (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@13f695c3 (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@6831640e (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@1d86803c (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@e566407 (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@29a9b083 (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@4adba0ac (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@63755eab (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@5ebe689e (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@3a77e662 (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@2dbeef40 (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@64777c5a (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@492002d2 (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@4c61b962 (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@16ff9b41 (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@4935a068 (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@4a0d0e (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@41a10ecc (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@2b6eb02a (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@4fbc73cf (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@1fce254b (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@56509f10 (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@8619a10 (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@24efa2d8 (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@4a653f73 (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@181f8130 (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@1c2a3939 (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@26779063 (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@4205839c (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@fab9914 (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@6b209e2f (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@3810d966 (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@6ba19729 (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@516f4a03 (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@4cdff4ea (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@79044cd9 (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@5b073019 (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@605d5fae (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@53168feb (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@8af63d4 (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@76e2dd8 (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@742c5f22 (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@2ace26eb (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@5cb8ce87 (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@4afb5f7d (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@2b533017 (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@70f1a2e8 (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@2cf0d824 (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@2d22d506 (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@2541392 (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@183b5f70 (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@322085ab (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@911fc0c (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@2bfbb63f (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@6979acef (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@5fc271b6 (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@59b507de (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@2f090899 (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@bb3d743 (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@7cb9fef6 (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@3ea1a8a6 (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@4275f56e (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@3e45a480 (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@db8b3f0 (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@3e6fce79 (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@535c925f (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@40ae4d10 (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@84151c6 (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@481d5ab1 (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@7fe4e787 (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@4d10f3a6 (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@6db7572b (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@35b75dc5 (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@7f700516 (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@5aad3e07 (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@d743476 (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@2220968 (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@7d05f48f (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@4e6bb02e (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@6290fa11 (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@706bc662 (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@2218e56c (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@3161dbc1 (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@5444ef8e (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@7a326bb2 (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@40fd513b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@57b1cf74 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2ce065e1 (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@7f946d35 (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@14697d92 (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@38afeed5 (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@611cc2fb (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@1f1a3fe4 (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@64f517d9 (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@5631293c (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@55cfaf25 (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@67f6cc64 (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@357a49f9 (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@5bf11dec (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@460d04 (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@4ca7c3c5 (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@2bf56e29 (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@78b818c6 (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@482604f8 (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@3a6d5fd2 (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@3ae9ea90 (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@2afab23 (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@7ad67e4a (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@2a953d0d (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@5fddefa5 (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@20d4b1ce (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@69b9bfb0 (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@6a479adf (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@5ad7e0f5 (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@5f0860a0 (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@7be810ce (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@2daffc0e (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@481a6106 (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@540b05c5 (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@6fde01ea (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@3dc3df93 (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@264a8b7c (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@2a63875d (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@35ad02aa (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@16317ccb (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@6452141a (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@523d3ea2 (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@fd8ce1d (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@12122c09 (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@2bf1549c (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@7546cd92 (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@c7ed540 (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@5df8b843 (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@4daabb9b (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@c7b690d (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@7901626c (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@40fd513b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@57b1cf74 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4ac1c0c8-e740-4742-b060-5b50092cff66 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7f946d35 (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@14697d92 (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@38afeed5 (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@611cc2fb (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@40cec587 (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@75895931 (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@5b2f48a0 (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@696d68a7 (id: 91a8b7eb-e83b-4994-b30f-7672f698173f, sid: 91a8b7eb-e83b-4994-b30f-7672f698173f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d3ec773b-11dd-4127-92c1-72fa285348f7 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@6d288ed8 (id: d3ec773b-11dd-4127-92c1-72fa285348f7, sid: d3ec773b-11dd-4127-92c1-72fa285348f7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5966bf7b-299c-4f40-9aba-5a2a529187c1 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@53d3ac9c (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@5a9c494f (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@34efeccf (id: d5b64d24-ee79-4ef3-a236-30414cd62b23, sid: d5b64d24-ee79-4ef3-a236-30414cd62b23) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b4b49f86-1f9f-45a2-8e75-1610b07891f8 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@d2824dd (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@5c582638 (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@4d1e16f9 (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@4cca2f84 (id: ID_FakeFunctionalChainInvolvement_System_4fb747b6-3894-4315-bb90-dd433622dfe9_a98f550b-e98d-4fbe-9df1-89cba4e72cf2, sid: ID_FakeFunctionalChainInvolvement_System_4fb747b6-3894-4315-bb90-dd433622dfe9_a98f550b-e98d-4fbe-9df1-89cba4e72cf2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2d0e1b98-f3ef-43a6-b1fe-f67bc46ab14e org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@3a09eeec (id: 2d0e1b98-f3ef-43a6-b1fe-f67bc46ab14e, sid: 2d0e1b98-f3ef-43a6-b1fe-f67bc46ab14e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d1d3afa6-fba0-482e-b354-58dc130c6411 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@70c51d01 (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@21d4c622 (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@2b8caf0f (id: db12611d-c30e-46b0-a425-0d0878122635, sid: db12611d-c30e-46b0-a425-0d0878122635) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6e315d59-d3b8-467f-b698-eb4103405138 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@608033b7 (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@59948486 (id: 94b678a0-ce51-4b55-bf34-f8c40292f5b6, sid: 94b678a0-ce51-4b55-bf34-f8c40292f5b6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ec7e1e3f-42ca-4cb3-b5c0-b6ee797d953d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@5a6d13b9 (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@52cd3989 (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@52570572 (id: dea27519-91f6-41c0-bc16-4729d607a3ae, sid: dea27519-91f6-41c0-bc16-4729d607a3ae) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfc25e1d-8f94-4810-9eb0-049537c37a44 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@37af5a0d (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 = 233a30b8-5df4-41e9-99f9-b9588408e392 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@73307f07 (id: 233a30b8-5df4-41e9-99f9-b9588408e392, sid: 233a30b8-5df4-41e9-99f9-b9588408e392) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4eb29c1-a78e-4938-8c38-70c5563eeff2 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@5c3bacd4 (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@6727e794 (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@2a95a64f (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@4ef0f416 (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@4f2cbc10 (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@176fe926 (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@10cf925a (id: 1798214d-a7d1-489e-8602-0f62998dc31b, sid: 1798214d-a7d1-489e-8602-0f62998dc31b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1b821a97-f4d4-40a5-99dc-c67f42f8ddff org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@1b7e8e9e (id: 1b821a97-f4d4-40a5-99dc-c67f42f8ddff, sid: 1b821a97-f4d4-40a5-99dc-c67f42f8ddff) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6be66117-3f80-4342-8188-8677fdbacf8d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@774f92e9 (id: 6be66117-3f80-4342-8188-8677fdbacf8d, sid: 6be66117-3f80-4342-8188-8677fdbacf8d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b424f398-7e6b-4195-b100-260629c50cba org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@1a54661d (id: b424f398-7e6b-4195-b100-260629c50cba, sid: b424f398-7e6b-4195-b100-260629c50cba) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 27d4369a-53d4-4291-a8e8-8914f8b3ad68 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@e5a9138 (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@37076a60 (id: bab0ac39-1471-4781-b6df-29a2307a7c73, sid: bab0ac39-1471-4781-b6df-29a2307a7c73) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7face320-4331-4568-8a18-f86177c64ead org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@6a6cfa17 (id: 7face320-4331-4568-8a18-f86177c64ead, sid: 7face320-4331-4568-8a18-f86177c64ead) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cadb5226-1938-4f25-9848-d7358129092b org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@3ab682d5 (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@2962de7e (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@25bae558 (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@2b147b10 (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@245141a (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@47cd37c8 (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@6d820eef (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@24cc416a (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@5944d66a (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@1e7f6799 (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@617705ba (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@627b169b (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@4f7f71eb (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@2a599432 (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@73da1e16 (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@492f0138 (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@7d6bc1df (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@1b753244 (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@387ca592 (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@9eb5564 (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@2aad08bf (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@1878f8bc (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@45759e14 (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@1666a3ab (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@54ccb928 (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@2ec2dd42 (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@59db93b9 (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@5a5e0966 (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@1577db59 (id: 896c6b05-b21c-4c8e-bbdd-20e637d6a0d3, sid: 896c6b05-b21c-4c8e-bbdd-20e637d6a0d3) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = cd508435-a02f-435c-99bc-3857ec410a35 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@1259869c (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@21bd4f5 (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 = 03de6f0c-316d-4853-9e1d-2205245a3278 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@357d02ad (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@53d0fef9 (id: b1f2393d-66f8-4017-ab08-f78bc2d0788c, sid: b1f2393d-66f8-4017-ab08-f78bc2d0788c) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 27fa8491-d033-452b-9792-5111d2936a2e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@49ea9500 (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@691ee5c4 (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@70407266 (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 = 52d2a5d7-8367-4ccd-ad8f-b83fc3d52145 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@9459b00 (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@3c2849a0 (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@6eee996f (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@350be0ae (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@25c61367 (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@56e696fb (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@4cd958a9 (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@263dcf0c (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@33f5ad87 (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@621b45df (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@3efb8915 (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@51c6b44c (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@575cb2cd (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@1f514285 (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@1565d7d (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@6556edcf (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@57aef172 (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@42fed468 (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@71f0d4ff (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@231a679b (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@31f27eb (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@37f6ee74 (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@40d68359 (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@30000267 (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@4ada5bf3 (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@3ee717cb (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@4cf6337c (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@5ffde15d (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@60548e11 (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@2512518b (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 = 15e951a9-9dc1-4a4b-b7e3-d26a79519a6a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7d8d1ac1 (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 = eac1df28-9ac6-423b-96ed-88a3c7db53b0 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@16c031a3 (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@77eb954d (id: bb397f2d-4eee-4104-b6f8-8cf910478427, sid: bb397f2d-4eee-4104-b6f8-8cf910478427) (name: FunctionalExchange 27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = a05a0b4b-63d1-4cf4-8789-554804dfd834 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@66520527 (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@173d77a8 (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@39efa3ef (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@b172c2f (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@1a7243a0 (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@3f001ae (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_System_a36d6ea7-da34-4d64-9fec-0b69ed68051d_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@55e5000f (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@64f517d9 (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@5631293c (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@55cfaf25 (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@67f6cc64 (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@2bf1549c (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@6f6d5677 (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@7546cd92 (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@1dcbfbc9 (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@d8cad2e (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@76eb26dd (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@77d5ff05 (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@2b250bdc (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@1aee6779 (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@2818c60c (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@7463b33f (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@9977978 (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@5b54346d (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@6a907a93 (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@c7ed540 (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@540b2e1d (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@682281e9 (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@6bda0cda (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@11f40034 (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@1c82afd1 (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@60535861 (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@727bdcd5 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6e4ff35d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@75b9203f (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@46d73030 (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@590c0482 (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@68ca5780 (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@1eb4ec1 (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@59f6b335 (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@1c34ee6a (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@77740f93 (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@12a2cf02 (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@4b6a0071 (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@7096f0c8 (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@27c971de (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@7f322215 (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@7187b07d (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@76c885e (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@727bdcd5 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6e4ff35d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4ac1c0c8-e740-4742-b060-5b50092cff66 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@46d73030 (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@590c0482 (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@68ca5780 (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@1eb4ec1 (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@2f7f4529 (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@456e3e44 (id: c4c762ff-a00d-4f77-a740-5c5c082635fe, sid: c4c762ff-a00d-4f77-a740-5c5c082635fe) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 91a8b7eb-e83b-4994-b30f-7672f698173f org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@18467a1b (id: 91a8b7eb-e83b-4994-b30f-7672f698173f, sid: 91a8b7eb-e83b-4994-b30f-7672f698173f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d3ec773b-11dd-4127-92c1-72fa285348f7 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@1c8ef386 (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@258d470 (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@478e2071 (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@79e8efc5 (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@2a55d768 (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@405b6e2f (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@65642cba (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@18f25ec6 (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@404e313 (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@3ddac86c (id: 6e315d59-d3b8-467f-b698-eb4103405138, sid: 6e315d59-d3b8-467f-b698-eb4103405138) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d1d3afa6-fba0-482e-b354-58dc130c6411 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@55bf9d34 (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@22aa5257 (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@27386f4 (id: db12611d-c30e-46b0-a425-0d0878122635, sid: db12611d-c30e-46b0-a425-0d0878122635) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 94b678a0-ce51-4b55-bf34-f8c40292f5b6 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@2f87d658 (id: 94b678a0-ce51-4b55-bf34-f8c40292f5b6, sid: 94b678a0-ce51-4b55-bf34-f8c40292f5b6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ec7e1e3f-42ca-4cb3-b5c0-b6ee797d953d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@303d245a (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@57bcfd96 (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@41808985 (id: a98f550b-e98d-4fbe-9df1-89cba4e72cf2, sid: a98f550b-e98d-4fbe-9df1-89cba4e72cf2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dea27519-91f6-41c0-bc16-4729d607a3ae org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@28a664c8 (id: dea27519-91f6-41c0-bc16-4729d607a3ae, sid: dea27519-91f6-41c0-bc16-4729d607a3ae) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfc25e1d-8f94-4810-9eb0-049537c37a44 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@184d7c03 (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@1664a149 (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@42bcc1f5 (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@3a39a3ff (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@49676ddf (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@1cf96ec4 (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@38eeb7c7 (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@4f3fdd7e (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@3dc448d3 (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@979f186 (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@27014cfa (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@79c1dde (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@2a57e74b (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@5fb952c7 (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@382cd603 (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@2d5403f2 (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@720385ce (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@2cc1c943 (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@210704ba (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@8f321e2 (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@5d22407e (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@4c4f8609 (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@6bd2e2d0 (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@5b1d5e6d (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@81ec1e4 (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@39c108bc (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@997e1c (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@47b6ef24 (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@39d917d7 (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@8ec7cb8 (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@434e9a27 (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@337192a5 (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@42e74cb3 (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@2905f1eb (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@1eadd94e (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@21769484 (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@598cd6cd (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@5f80eebe (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@2f172ba9 (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@3ad0587b (id: bd236894-8276-40e6-a6e4-d28719d7cffd, sid: bd236894-8276-40e6-a6e4-d28719d7cffd) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 27fa8491-d033-452b-9792-5111d2936a2e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@64650679 (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@56e99ca9 (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@785aa4e4 (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@7a66079b (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@65b191f9 (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@2e1367a1 (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@203d8ffc (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@26b79ec2 (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@4f7f6c22 (id: 896c6b05-b21c-4c8e-bbdd-20e637d6a0d3, sid: 896c6b05-b21c-4c8e-bbdd-20e637d6a0d3) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = cd508435-a02f-435c-99bc-3857ec410a35 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@20d07d7d (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@e6a618e (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@708f1ebd (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@3c85258b (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@624c6392 (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@344229b4 (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@1615b95 (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@2c31a2d9 (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@2de0043e (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@8ca97bf (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@37cc8c0 (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@1f9d8cf3 (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@4226f89f (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@22fa951c (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@f96a489 (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@533dadab (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@366255c4 (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@40c67461 (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@7a4e321c (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@44a0880b (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@6048392e (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@13de2c3a (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@188b328f (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@582b0145 (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@798bc227 (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@1b568ed0 (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@5a08d87f (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@7d94b0ca (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@5e232db0 (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@2b765a12 (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@233eb5c9 (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@3fbb3616 (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 = 15e951a9-9dc1-4a4b-b7e3-d26a79519a6a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7cb10d63 (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 = eac1df28-9ac6-423b-96ed-88a3c7db53b0 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@5130b3ef (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@48b33c83 (id: bb397f2d-4eee-4104-b6f8-8cf910478427, sid: bb397f2d-4eee-4104-b6f8-8cf910478427) (name: FunctionalExchange 27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = a05a0b4b-63d1-4cf4-8789-554804dfd834 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@380fc072 (id: a05a0b4b-63d1-4cf4-8789-554804dfd834, sid: a05a0b4b-63d1-4cf4-8789-554804dfd834) (name: FunctionalExchange 7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 37bb3d18-0543-4cdc-afee-66ed7624c89e org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7c62f936 (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 = 2cf352e7-7f31-48e1-8123-ef4159ab0bd7 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2b9fccc1 (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 = daa2e915-08da-4e8e-9f2d-bf30e3e673d9 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@5badf90a (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@1edf7d92 (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@2778a4ec (id: e3c77ae8-b0bd-4da5-8fdd-a7db1718d065, sid: e3c77ae8-b0bd-4da5-8fdd-a7db1718d065) (name: FunctionalExchange 25) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_Logical_a36d6ea7-da34-4d64-9fec-0b69ed68051d_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4182cb22 (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@1c34ee6a (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@77740f93 (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@12a2cf02 (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@4b6a0071 (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@7096f0c8 (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@27c971de (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@38659561 (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@7f322215 (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@1399fbac (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@b915995 (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@1fcb0b1b (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@2d1f717a (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@6b978ded (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@711dfd8a (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@43a9c524 (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@1486c059 (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@4d65747f (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@530a21f4 (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@5e075e54 (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@7ca1d9c5 (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@1a019ca2 (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@18861b97 (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@7c17032d (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@a49dd42 (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@167fd487 (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@52137dab (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@4e5b5a1b (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@2b9724ca (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@27264eb5 (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2ca4423a (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@4d688033 (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@7906b9c0 (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@47d7c5f8 (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@2ebff199 (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@8e1e617 (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@17912d7d (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@17ae85b0 (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@2007e6c9 (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@671df3b8 (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@4b532624 (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@45669943 (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@7c7660f1 (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@2652334a (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@74e253a2 (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@5bf60fc (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@4a01f952 (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@7d7e4b3b (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@1be77875 (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@65a15375 (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@20affdfa (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@2f075d47 (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@f83ac02 (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@60d67c7c (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@3f490db1 (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@2ab1827a (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@38c0d892 (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@6ba6666a (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@1cf5da2a (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@3af1399c (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@44b7218 (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@5c06c1cd (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@6e1064ed (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@5d9e8d6a (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@29aff73 (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@68f85e44 (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@52268ba (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@2cfe50a9 (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@794a4322 (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@53ea3831 (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@451bfd4e (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@1b3e965c (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@2fea9eb0 (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@5bac32e1 (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@10d3f3bc (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@1c697faf (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@4a86af52 (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@4949461d (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@5474d9f7 (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@2b9724ca (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@27264eb5 (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = 9e300026-108f-4c9e-b02d-7cbad80dee5e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4d688033 (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@7906b9c0 (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@47d7c5f8 (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@2ebff199 (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@244677e2 (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@68421213 (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@1143e2e6 (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@40a1fa6e (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@18987776 (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@6edcee30 (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@4411af36 (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@646a0b10 (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@5c3d6d20 (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@710c8def (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@318867e8 (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@5a7264fa (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@704064c2 (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@4bf7b271 (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@eb7698f (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@3821e7f3 (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@3fe44c4b (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@1f8af6b5 (id: 0932cb49-5b83-4bde-9a4f-928d38a6759e, sid: 0932cb49-5b83-4bde-9a4f-928d38a6759e) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 752b702d-cc3c-49c0-8bfd-b8f8c5cdc71e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@4524fbd7 (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@3c7ccde7 (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@1ee8cb91 (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 = 078d87b2-7038-47c8-b17b-e8980ed26b24 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@17ae85b0 (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@2007e6c9 (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@671df3b8 (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@2fea9eb0 (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@5bac32e1 (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@2048283a (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@3cb18406 (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@10d3f3bc (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@2072d414 (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@3bf4f153 (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@12846b20 (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@1d4524df (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@2b218117 (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@4dba42fc (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@76ff733a (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@75a8b5f5 (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@2bc54f65 (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@48987def (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@2449549f (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@11bdae54 (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@1814926b (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@4315cf1f (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@48dc383a (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@1de1f83e (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@33ff5c9d (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@522b2aa6 (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@7b9fc531 (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@692de274 (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@72a7decf (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@371910a8 (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@4dba42fc (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@76ff733a (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = 9e300026-108f-4c9e-b02d-7cbad80dee5e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2bc54f65 (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@48987def (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@2449549f (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@11bdae54 (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@6484859d (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@6f78fbe7 (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@17ba73b (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@7d48664e (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@62410444 (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@47dcc101 (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@24357274 (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@394790c1 (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@17bde5cf (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@3c20a2c3 (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@9998a10 (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@644e737f (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@1b74e40f (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@206780d (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@273d632b (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@5b61d13e (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@41c3f86f (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@2b595d91 (id: 0932cb49-5b83-4bde-9a4f-928d38a6759e, sid: 0932cb49-5b83-4bde-9a4f-928d38a6759e) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 752b702d-cc3c-49c0-8bfd-b8f8c5cdc71e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@5508ccf8 (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@245f555d (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@2f725fd5 (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 = 078d87b2-7038-47c8-b17b-e8980ed26b24 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@48dc383a (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@1de1f83e (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@33ff5c9d (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@522b2aa6 (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@7b9fc531 (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@692de274 (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@207f5078 (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@2b8a20cb (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@2eb9dec6 (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@8512428 (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@687e840a (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@4de3bead (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@1fe4078 (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@f540b (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@1ccdced4 (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@14adc5 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5ce543d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7fa4a552 (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@abdafb7 (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@2395f954 (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@2a5c0fb8 (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@3059f8fa (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@3c2a1d11 (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@740b1014 (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@311bcaa8 (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@3c50a542 (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@23a0081c (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@2fd2d4cc (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@7012f28e (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@7aef8cfa (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@741b358e (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@4d56fb75 (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@2a37f6d3 (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@2cb93733 (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@1a3d06f (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@7bd40e7d (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@6e40feba (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@b254cee (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@141ad54d (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@4fe68655 (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@26ba043d (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@48104248 (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@101615fe (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@13d8c50a (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@62744482 (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@283c4886 (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@45ab6323 (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@3e8481ed (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@48e9f1ec (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@40dfe77 (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@1a2127ae (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@b046ee (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@751b185 (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@6c44195e (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@7f4b5f2f (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@7d4ee11e (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@7799baab (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@3b5bc3ef (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@1ecc418c (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@f8727cc (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@1b48fe63 (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@221adf97 (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@1c2a3678 (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@c42268f (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@3906eda8 (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@4e708804 (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@14adc5 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5ce543d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@abdafb7 (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@2395f954 (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@2a5c0fb8 (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@3059f8fa (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@2dfd0947 (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@212e0af5 (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@6bc5f0a7 (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@14244b0d (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@5156cfff (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@fe0e82 (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@44fa86f2 (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@72b0d143 (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@15fec1dd (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@658457fe (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@75d990aa (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@1176d9b (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@6204a44d (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@265c712c (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@613d9f66 (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@5035d81 (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@740b1014 (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@311bcaa8 (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@3c50a542 (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@23a0081c (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@f8727cc (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@1b48fe63 (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@6b525ebe (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@221adf97 (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@7e7d8651 (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@7a262235 (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@4ca9d3fa (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@723908e (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@50297bb7 (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@243bf042 (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@3666a59a (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@2ddaf438 (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@1c57cfd3 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7426f279 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3ea21d9f (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@2f564a18 (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@6b9b5b03 (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@3e50b2eb (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@45f6e5da (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@26ed79de (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@2a8440f9 (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@12aa2534 (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@1b63cf32 (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@2b0beaf3 (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@2380e4e3 (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@60c0e622 (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@655fbf57 (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@67ee9d79 (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@eb213e5 (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@1c57cfd3 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7426f279 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2f564a18 (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@6b9b5b03 (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@3e50b2eb (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@45f6e5da (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@66d7ae45 (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@57a5a2df (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@6cd9852a (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@1e73755e (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@450d4553 (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@3fc4a477 (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@1f148670 (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@1ac8d949 (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@35c0209e (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@2f3ddd4d (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@14a1f9dc (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@48ff7890 (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@7c0f75c1 (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@15e5ae6b (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@12c3606b (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@676af643 (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@2a8440f9 (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@12aa2534 (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@1b63cf32 (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@2b0beaf3 (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@2380e4e3 (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@60c0e622 (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@655fbf57 (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@11779d7d (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@35f4c44c (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@52e2c526 (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@4adf7d2a (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@74abf36c (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@30a4c32a (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@123ce39 (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@12b59e31 (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@39ae2f98 (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@2f851614 (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@30c847db (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@20b2f7d3 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@792a410d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@35bab004 (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@138906f8 (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@3a2b3646 (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@4428f3e3 (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@7292732c (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@6921b6b1 (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@194877b8 (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@494257e2 (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@6def308c (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@300661a0 (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@9c7d9f3 (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@14bc9baf (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@4e04bfa0 (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@724f9089 (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@45f0c772 (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@35e14d80 (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@5ef30d23 (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@50b605ac (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@13be939f (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@2c0c4125 (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@6ad0db92 (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@aab3801 (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@6dee70a0 (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@23251151 (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@4eeeb63c (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@5319abae (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@22da8077 (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@c0df9cf (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@3769e124 (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@1c7d0035 (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@208086a (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@92c2ee3 (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@6c9b5f08 (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@18939606 (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@5a1a9626 (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@3229f0b0 (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@47c8ae2 (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@5b0fcd (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@e7e0246 (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@73afcf49 (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@13646044 (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@4b992082 (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@6a2935af (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@480febee (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@7571a7f8 (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@6d198b0b (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@391e95fb (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@7b18af7d (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@7f9b3b54 (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@20b2f7d3 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@792a410d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@138906f8 (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@3a2b3646 (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@4428f3e3 (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@7292732c (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@739e1bc (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@79b76263 (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@478eebd4 (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@4174748e (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@760513d2 (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@b2eabcb (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@3b4e2131 (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@71ec24f7 (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@1296a58a (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@1122fbd0 (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@70c8e1cb (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@4592b91a (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@7747fb1 (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@6037b069 (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@194877b8 (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@494257e2 (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@6def308c (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@300661a0 (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@6a2935af (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@480febee (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@68225062 (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@7571a7f8 (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@42167223 (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@2678c1cd (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@5df1ce0 (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@384d8b43 (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@14c5aaca (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@6cf381cd (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@1d05611a (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@223a1921 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@76b30c4e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@50200a31 (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@67b7bfaa (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@7704a48e (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@cd0eefa (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@4e425508 (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@1a32f81a (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@7ced7257 (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@6da5dbd1 (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@53ddf47d (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@3719d0cf (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@20f163b1 (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@63c95f2d (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@5f0b2135 (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@6c7996c1 (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@8c6ab33 (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@223a1921 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@76b30c4e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@67b7bfaa (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@7704a48e (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@cd0eefa (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@4e425508 (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@1081a181 (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@785da1f5 (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@660bc515 (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@6c37e05c (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@d51e5ae (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@798226d2 (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@4119679a (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@2650d0d7 (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@74222047 (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@7f0eb707 (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@233857fb (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@7a2cf74 (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@1265847c (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@7112b647 (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@7ced7257 (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@6da5dbd1 (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@53ddf47d (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@3719d0cf (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@20f163b1 (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@63c95f2d (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@5f0b2135 (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@266d1db3 (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@daa0e24 (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@2433188b (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@223797b1 (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@317f7e44 (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@d34cfa0 (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@13204ba8 (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@33cf1893 (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@7988cdf0 (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@52ea54ae (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@3033bb8d (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7cd3988e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@127c9e6b (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@4fdaf944 (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@858dccf (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@562ddbfa (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@7c17837d (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@47ecc5b0 (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@414e3819 (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@35512f94 (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@71c7963c (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@6355de33 (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@8382a1c (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@382a6629 (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@7562198d (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@6517eace (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@2cb644ba (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@47c6642b (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@228da32f (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@78167c2a (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@669b6406 (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@1288a3c2 (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@5d53ee67 (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@16ef3ecb (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@2b69d344 (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@7ca8f358 (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@2616a391 (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@7325f875 (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@52fbe176 (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@295eaeba (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@3a478a2b (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@513c6218 (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@34aa7888 (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@fa36f76 (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@61548d14 (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@534a0f84 (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@34c3535d (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@208f426c (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@65765744 (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@66435241 (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@48b4ac6f (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@12721b37 (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@45e9a24a (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@39c421ec (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@536bacb0 (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@5ecb24e0 (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@7b9fad5a (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@200db6a9 (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@3f0f7e9e (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@29fb9e7e (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@452f942e (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@3033bb8d (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7cd3988e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4fdaf944 (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@858dccf (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@562ddbfa (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@7c17837d (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@71fd282e (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@3f0d3c7a (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@7c7c26a (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@478ba584 (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@f0590be (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@3ca2556e (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@30fa07ba (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@2a4733a4 (id: 52e376e4-151a-438e-a6d7-75fd6d5967fb, sid: 52e376e4-151a-438e-a6d7-75fd6d5967fb) (name: FIP2111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = d05d1b4d-b657-49bf-aa82-211e8278954e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@4f4c80a0 (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@6cef7997 (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@1f4d64c0 (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@8f9857f (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@8f35e61 (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@414e3819 (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@35512f94 (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@71c7963c (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@6355de33 (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@536bacb0 (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@5ecb24e0 (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@746bb44b (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@7b9fad5a (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@7c747aed (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@6fa8ef4e (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@6128d027 (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@559440c4 (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@66ebc2e (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@9d24c4 (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@5f618528 (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@1eaa4280 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@62a8a3a7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@519330c9 (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@7891ec22 (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@37a82d19 (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@28122c20 (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@2ef59a5d (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@6ab05f88 (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@3ae8cf67 (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@1fd9d4b2 (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@34c5346e (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@20a8511 (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@7e65f1c0 (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@2fc8c6fa (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@3233f129 (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@2ba27398 (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@40403791 (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@1eaa4280 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@62a8a3a7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7891ec22 (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@37a82d19 (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@28122c20 (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@2ef59a5d (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@7243b90f (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@6f2cf495 (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@743d29e3 (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@464e2ea2 (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@1c2c5dbc (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@135b3467 (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@31b75c0c (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@47817fc6 (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@7e4b383a (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@7cee62dc (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@5541810 (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@dd4cc73 (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@524c96b9 (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@3ae8cf67 (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@1fd9d4b2 (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@34c5346e (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@20a8511 (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@7e65f1c0 (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@2fc8c6fa (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@3233f129 (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@64c7d873 (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@357ddeda (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@5c6b2199 (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@717c2984 (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@7072f338 (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@75107346 (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@65304469 (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@5d36c5e4 (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@3a3a1649 (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@4c46c80b (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@dabbe1a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1985d817 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2fdd333 (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@3d8eac2a (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@7776a467 (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@55a75b6f (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@552e51a1 (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@b959491 (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@1645d7fe (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@28775d0a (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@628240f0 (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@66f07363 (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@19c20329 (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@245b8683 (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@29007f36 (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@4bf55eb4 (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@42a7c7a8 (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@3a302ee1 (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@10e31f5e (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@7102e308 (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@d64e007 (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@3698806c (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@3e89600e (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@5875ce74 (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@723b79a5 (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@d20c6e (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@69968ca1 (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@48952d3e (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@3629bca6 (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@7ee1af96 (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@23cfc76f (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@35ee3c5 (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@2a01445a (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@3a209c08 (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@3ba45be3 (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@4f10c799 (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@6f9379b5 (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@516d7893 (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@488f5a1e (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@16a7099 (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@7540efd0 (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@4f53b80b (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@7d3e4455 (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@2f021dd3 (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@3b3a31f8 (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@5ad575ef (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@3b7482ed (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@a11f276 (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@b1626d6 (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@182f180e (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@2a7d8ad3 (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@dabbe1a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1985d817 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = dbce368c-d269-4154-b891-27a0945bb3b6 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3d8eac2a (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@7776a467 (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@55a75b6f (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@552e51a1 (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@5ead2e50 (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@1c3afc7e (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@7329a0b5 (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@542d5428 (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@2857e649 (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@1645d7fe (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@28775d0a (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@628240f0 (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@75f08747 (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@4db25420 (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@5fbfdf91 (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@13dbdfd (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@20dfb91c (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@a4ef582 (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@66f07363 (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@3b3a31f8 (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@5ad575ef (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@51c6f46b (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@69740157 (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@472f8178 (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@3b7482ed (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@1164dc6e (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@2f06767b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@37c4d1e5 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7ce1013a (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@31ec34fb (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@66b089e (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@48318220 (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@4f991bac (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@139d8e9f (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@720000d0 (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@d4920e (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@7f421dfd (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@17221efd (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@1e61dc59 (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@37310b3d (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@6fa0989d (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@5277ad53 (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@4b1684bf (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@2f06767b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@37c4d1e5 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = dbce368c-d269-4154-b891-27a0945bb3b6 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@31ec34fb (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@66b089e (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@48318220 (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@4f991bac (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@5321d2cf (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@d501fcd (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@49b4acc5 (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@4ef79a24 (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@1e3e4556 (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@720000d0 (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@d4920e (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@7f421dfd (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@133ae3b6 (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@614e7781 (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@452ecd44 (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@7c6f7c7e (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@4f98ca5a (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@10291c0a (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@17221efd (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@1e61dc59 (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@37310b3d (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@6fa0989d (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@68f2a662 (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@78613c31 (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@4736b8e3 (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@2cb9a4e8 (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@5185c6ab (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@2074f81e (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@3388cd11 (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@4c47f555 (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@4b7450cb (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@240671c3 (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@5113d017 (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@220d7a3d (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@2ae65497 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2d050149 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@d3c5bb3 (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@25c840c0 (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@58d33d46 (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@358ac656 (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@169fb8b0 (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@2c8ca6d8 (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@3744f8d5 (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@8242e54 (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@40ea9711 (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@50f84d89 (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@79078f4c (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@438aa16d (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@72f56d (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@71876013 (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@ddff17c (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@2ae65497 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2d050149 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@25c840c0 (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@58d33d46 (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@358ac656 (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@169fb8b0 (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@7c5287ca (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@3d2abc0b (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@5e71758e (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@35c00cc8 (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@35e6842a (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@606e4a1d (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@55fdbc94 (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@3e202ff6 (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@7e372bad (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@3744f8d5 (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@8242e54 (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@40ea9711 (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@50f84d89 (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@79078f4c (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@438aa16d (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@57ccf412 (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 = 2e3cdf8c-8cdf-413d-b504-228c901119a4 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@1665adc7 (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 = 6083a625-6c5d-47b0-a37b-89d1e6147d56 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@454a7f67 (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 = c4d74359-d721-4038-9457-66fb7e9de270 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@1652fe69 (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@72f56d (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@4fac007d (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@71a56d8 (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@5d3754b0 (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@68c34900 (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@47c3138d (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@123a213b (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@75cf6518 (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@7b6a9e8 (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@58b69de8 (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@1b464c3c (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@15af0de9 (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@27641f5d (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@35b9918c (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@5760cc7 (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@6222e396 (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@4825e2e8 (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@31693f91 (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@4cc0d4f (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@6e3fce85 (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@afd1078 (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@40306ecc (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@41907115 (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@514bd444 (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@33d760c5 (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@70522e7d (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@3288f1bb (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@3deeea5a (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@35b7646a (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@54f78567 (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@2187a36b (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@6bf1213b (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@65eb9c1b (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@2ae65497 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2d050149 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@205c57c2 (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@25c840c0 (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@58d33d46 (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@358ac656 (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@169fb8b0 (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@7c5287ca (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@3d2abc0b (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@5e71758e (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@35c00cc8 (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@35e6842a (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@606e4a1d (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@55fdbc94 (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@2c8ca6d8 (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@3e202ff6 (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@7e372bad (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@3744f8d5 (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@8242e54 (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@40ea9711 (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@50f84d89 (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@79078f4c (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@438aa16d (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@57ccf412 (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 = 2e3cdf8c-8cdf-413d-b504-228c901119a4 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@1665adc7 (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 = 6083a625-6c5d-47b0-a37b-89d1e6147d56 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@454a7f67 (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 = c4d74359-d721-4038-9457-66fb7e9de270 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@1652fe69 (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@72f56d (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@4fac007d (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@71a56d8 (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@5d3754b0 (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@68c34900 (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@47c3138d (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@123a213b (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@75cf6518 (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@7b6a9e8 (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@58b69de8 (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@1b464c3c (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@15af0de9 (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@27641f5d (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@35b9918c (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@5760cc7 (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@6222e396 (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@4825e2e8 (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@31693f91 (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@4cc0d4f (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@71876013 (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@6e3fce85 (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@afd1078 (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@40306ecc (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@41907115 (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@514bd444 (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@33d760c5 (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@70522e7d (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@3288f1bb (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@3deeea5a (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@35b7646a (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@54f78567 (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@2187a36b (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@6bf1213b (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@65eb9c1b (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@ddff17c (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@2ae65497 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2d050149 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@25c840c0 (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@58d33d46 (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@358ac656 (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@169fb8b0 (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@7c5287ca (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@3d2abc0b (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@5e71758e (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@35c00cc8 (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@35e6842a (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@606e4a1d (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@55fdbc94 (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@3e202ff6 (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@7e372bad (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@3744f8d5 (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@8242e54 (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@40ea9711 (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@50f84d89 (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@79078f4c (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@438aa16d (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@57ccf412 (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 = 2e3cdf8c-8cdf-413d-b504-228c901119a4 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@1665adc7 (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 = 6083a625-6c5d-47b0-a37b-89d1e6147d56 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@454a7f67 (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 = c4d74359-d721-4038-9457-66fb7e9de270 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@1652fe69 (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@72f56d (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@4fac007d (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@71a56d8 (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@5d3754b0 (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@68c34900 (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@47c3138d (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@123a213b (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@75cf6518 (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@7b6a9e8 (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@58b69de8 (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@1b464c3c (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@15af0de9 (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@27641f5d (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@35b9918c (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@5760cc7 (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@6222e396 (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@4825e2e8 (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@31693f91 (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@4cc0d4f (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@6e3fce85 (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@afd1078 (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@40306ecc (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@41907115 (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@514bd444 (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@33d760c5 (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@70522e7d (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@3288f1bb (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@3deeea5a (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@35b7646a (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@54f78567 (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@2187a36b (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@6bf1213b (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@65eb9c1b (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@10f0ec92 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@63ef9393 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@387b92bb (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@56d67a95 (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@4e3854a9 (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@3a9c7e73 (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@690e3ff9 (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@1c8e078d (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@3f0302e8 (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@1bf044d1 (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@7ccb69db (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@41005d6e (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@663303e4 (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@7ffc153f (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@58de2eaa (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@3db5f7c1 (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@1eb520ac (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@10f0ec92 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@63ef9393 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@56d67a95 (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@4e3854a9 (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@3a9c7e73 (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@690e3ff9 (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@19db2cae (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@154abe20 (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@4c7c251c (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@54153a9d (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@14ebd2ed (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@5490d5ee (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@79e95ea5 (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@4d552d7 (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@4ee3941a (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@2f216ecf (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@1ccd216 (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@53ddd571 (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@3f0302e8 (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@1bf044d1 (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@7ccb69db (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@41005d6e (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@663303e4 (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@7ffc153f (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@1b76f3f2 (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@65a4ef5b (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@7a6e5b3d (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@58de2eaa (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@53ec91a4 (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@7f290148 (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@358ae4f9 (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@25c325d (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@35c8401f (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@27d1b298 (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@451e37b7 (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@26b32b93 (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@510c5fe2 (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@7be36229 (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@4ff4516d (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@70a404b3 (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@4364a60a (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@23766665 (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@4ee4245f (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@10f0ec92 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@63ef9393 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@18c4dfb2 (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@56d67a95 (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@4e3854a9 (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@3a9c7e73 (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@690e3ff9 (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@19db2cae (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@154abe20 (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@4c7c251c (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@54153a9d (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@14ebd2ed (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@5490d5ee (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@79e95ea5 (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@4d552d7 (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@4ee3941a (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@1c8e078d (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@2f216ecf (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@1ccd216 (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@53ddd571 (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@3f0302e8 (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@1bf044d1 (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@7ccb69db (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@41005d6e (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@663303e4 (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@7ffc153f (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@1b76f3f2 (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@65a4ef5b (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@7a6e5b3d (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@58de2eaa (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@53ec91a4 (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@7f290148 (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@3db5f7c1 (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@358ae4f9 (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@25c325d (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@35c8401f (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@27d1b298 (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@451e37b7 (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@26b32b93 (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@510c5fe2 (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@7be36229 (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@4ff4516d (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@70a404b3 (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@4364a60a (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@23766665 (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@4ee4245f (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@1eb520ac (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@10f0ec92 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@63ef9393 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@56d67a95 (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@4e3854a9 (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@3a9c7e73 (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@690e3ff9 (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@19db2cae (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@154abe20 (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@4c7c251c (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@54153a9d (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@14ebd2ed (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@5490d5ee (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@79e95ea5 (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@4d552d7 (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@4ee3941a (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@2f216ecf (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@1ccd216 (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@53ddd571 (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@3f0302e8 (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@1bf044d1 (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@7ccb69db (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@41005d6e (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@663303e4 (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@7ffc153f (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@1b76f3f2 (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@65a4ef5b (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@7a6e5b3d (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@58de2eaa (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@53ec91a4 (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@7f290148 (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@358ae4f9 (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@25c325d (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@35c8401f (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@27d1b298 (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@451e37b7 (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@26b32b93 (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@510c5fe2 (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@7be36229 (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@4ff4516d (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@70a404b3 (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@4364a60a (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@23766665 (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@4ee4245f (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@21ab14b1 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6799a069 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7971d093 (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@ab693a9 (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@79bff194 (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@2d18bc87 (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@3be55434 (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@51c17b96 (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@3459f189 (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@32f66f78 (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@172897c7 (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@1a6459d2 (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@60f16601 (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@590f3036 (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@6f565e61 (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@f290841 (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@6483b6cb (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@44ada4ed (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@19d55f4f (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@5e792734 (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@27b5f7de (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@e16a509 (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@3d0abca3 (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@2add6cb1 (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@22de6533 (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@19dbb28c (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@71dcfab0 (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@30a5b8de (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@6183b404 (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@2508356a (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@33174201 (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@2e696ff5 (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@52b6dda8 (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@367101f1 (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@3fff5a74 (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@5a8c8cb9 (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@3eb341dd (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@f3b173 (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@451a67e3 (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@7bcdd2bd (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@5fd4d9b0 (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@42318310 (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@5402c1ca (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@41cfb9cd (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@61ca26ae (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@41cab18e (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@34e16dce (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@3404f077 (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@350bf3b8 (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@395716b9 (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@251286b6 (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@21ab14b1 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6799a069 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@ab693a9 (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@79bff194 (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@2d18bc87 (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@3be55434 (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@58de88b9 (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@5e6bf167 (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@36ff82a9 (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@272a34b6 (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@b9dfbaa (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@a7cc377 (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@405cf25b (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@3625f162 (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@52010ca7 (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@1963f95b (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@54b5f4 (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@5aeaf56d (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@3459f189 (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@32f66f78 (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@172897c7 (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@1a6459d2 (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@61ca26ae (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@41cab18e (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@4018fa6c (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@b11585b (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@3b5ee0c1 (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@6b0a7bf2 (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@34e16dce (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@2033fc1d (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@49d3930a (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@13b9eb1c (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@24889e3c (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@498fd136 (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@286d8993 (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@7df31457 (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@214ef1fe (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@41d7f295 (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@532da2d (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@21ab14b1 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6799a069 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@53f3467a (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@ab693a9 (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@79bff194 (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@2d18bc87 (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@3be55434 (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@58de88b9 (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@5e6bf167 (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@36ff82a9 (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@272a34b6 (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@b9dfbaa (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@a7cc377 (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@405cf25b (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@3625f162 (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@52010ca7 (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@691e4c1f (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@1963f95b (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@54b5f4 (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@5aeaf56d (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@3459f189 (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@32f66f78 (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@172897c7 (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@1a6459d2 (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@60f16601 (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@590f3036 (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@6f565e61 (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@f290841 (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@6483b6cb (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@44ada4ed (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@19d55f4f (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@5e792734 (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@27b5f7de (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@e16a509 (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@3d0abca3 (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@2add6cb1 (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@22de6533 (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@19dbb28c (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@71dcfab0 (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@30a5b8de (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@6183b404 (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@2508356a (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@33174201 (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@2e696ff5 (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@52b6dda8 (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@367101f1 (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@3fff5a74 (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@5a8c8cb9 (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@3eb341dd (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@f3b173 (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@451a67e3 (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@7bcdd2bd (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@5fd4d9b0 (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@42318310 (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@5402c1ca (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@41cfb9cd (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@61ca26ae (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@41cab18e (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@4018fa6c (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@b11585b (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@3b5ee0c1 (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@6b0a7bf2 (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@34e16dce (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@2033fc1d (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@49d3930a (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@383d0e71 (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@748bd664 (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@13b9eb1c (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@24889e3c (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@498fd136 (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@286d8993 (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@7df31457 (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@214ef1fe (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@41d7f295 (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@532da2d (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@33172bac (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@28c6205b (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@21ab14b1 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6799a069 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@ab693a9 (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@79bff194 (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@2d18bc87 (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@3be55434 (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@58de88b9 (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@5e6bf167 (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@36ff82a9 (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@272a34b6 (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@b9dfbaa (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@a7cc377 (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@405cf25b (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@3625f162 (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@52010ca7 (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@1963f95b (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@54b5f4 (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@5aeaf56d (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@3459f189 (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@32f66f78 (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@172897c7 (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@1a6459d2 (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@61ca26ae (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@41cab18e (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@4018fa6c (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@b11585b (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@3b5ee0c1 (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@6b0a7bf2 (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@34e16dce (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@2033fc1d (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@49d3930a (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@13b9eb1c (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@24889e3c (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@498fd136 (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@286d8993 (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@7df31457 (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@214ef1fe (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@41d7f295 (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@532da2d (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@348465f8 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5ce34a4e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@4ed938d6 (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@4406044c (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@6fe1dca0 (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@126f8633 (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@6ccc446c (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@7c4b45ee (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@73faa334 (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@f9b7f48 (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@54762f08 (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@7233c5b1 (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@3cb01dce (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@18c16aff (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@37aad001 (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@4f721efb (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@731034b6 (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@60152eb9 (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@1ded062 (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@5e048364 (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@2cc3a996 (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@656a3a51 (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@1240ab5e (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@68a515d1 (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@599b9e4a (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@6d179f9a (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@7a1ad33d (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@3ad14a32 (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@3f3dfaec (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@6e0759de (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@4228fc18 (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@7298aeb5 (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@22a2d090 (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@76bfa4b3 (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@73725e40 (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@4428bb9d (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@70bad5d8 (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@7bab7d40 (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@1acabc2b (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@1bbf18bc (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@3d0d0a06 (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@1dec319a (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@5288ede8 (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@319175fd (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@26868580 (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@27cc82dd (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@706e9ea5 (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@56b9ffa5 (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@1d6e7e6b (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@3bf8b206 (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@2e52c47a (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@348465f8 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5ce34a4e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4406044c (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@6fe1dca0 (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@126f8633 (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@6ccc446c (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@4d00653c (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@2ce5b4e0 (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@4255e151 (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@4cb42253 (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@3107172 (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@6ea25728 (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@3e94615 (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@6163afcc (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@4bc49427 (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@73faa334 (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@f9b7f48 (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@54762f08 (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@7233c5b1 (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@26868580 (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@27cc82dd (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@e7baed2 (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@1fc20d1f (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@73b05d1b (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@50095bef (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@30f13502 (id: c4d74359-d721-4038-9457-66fb7e9de270, sid: c4d74359-d721-4038-9457-66fb7e9de270) (name: PL1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4061be6e-c7c0-45ed-9593-ab47c2dda968 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5220c58c (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@57b3b13d (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@3f11cecd (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@6b40b3ef (id: dc9c6aae-1747-4fa7-9d23-39b8b98b972c, sid: dc9c6aae-1747-4fa7-9d23-39b8b98b972c) (name: PP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 24199687-6483-468a-9288-6fd96dc5dbac org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3196213d (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@2b6d281d (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@619d5e14 (id: 129fb74e-64d4-4753-a7a9-56badf9b50f0, sid: 129fb74e-64d4-4753-a7a9-56badf9b50f0) (name: CP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = d9105e79-93de-4d86-8f5a-8586a54f1b80 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@706e9ea5 (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@72fce75 (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@3087920 (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@100e51bd (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@33104d8e (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@3a49e96b (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@7a48567b (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@18a97336 (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@29e42190 (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@5c938776 (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@64d0e911 (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@3733167e (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@3f5349a9 (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@7fbbd102 (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@537777b9 (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@3dc679f3 (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@3e5ac852 (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@348465f8 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5ce34a4e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@13f0adde (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@4406044c (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@6fe1dca0 (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@126f8633 (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@6ccc446c (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@4d00653c (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@2ce5b4e0 (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@4255e151 (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@4cb42253 (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@3107172 (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@6ea25728 (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@3e94615 (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@51ed2dba (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@6163afcc (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@4bc49427 (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@73faa334 (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@f9b7f48 (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@54762f08 (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@7233c5b1 (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@3cb01dce (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@18c16aff (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@37aad001 (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@4f721efb (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@731034b6 (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@60152eb9 (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@1ded062 (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@5e048364 (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@2cc3a996 (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@656a3a51 (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@1240ab5e (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@68a515d1 (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@599b9e4a (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@6d179f9a (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@7a1ad33d (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@3ad14a32 (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@3f3dfaec (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@6e0759de (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@4228fc18 (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@7298aeb5 (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@22a2d090 (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@76bfa4b3 (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@73725e40 (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@4428bb9d (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@70bad5d8 (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@7bab7d40 (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@1acabc2b (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@1bbf18bc (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@3d0d0a06 (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@1dec319a (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@5288ede8 (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@319175fd (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@26868580 (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@27cc82dd (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@e7baed2 (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@1fc20d1f (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@73b05d1b (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@50095bef (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@30f13502 (id: c4d74359-d721-4038-9457-66fb7e9de270, sid: c4d74359-d721-4038-9457-66fb7e9de270) (name: PL1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4061be6e-c7c0-45ed-9593-ab47c2dda968 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5220c58c (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@57b3b13d (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@3f11cecd (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@6b40b3ef (id: dc9c6aae-1747-4fa7-9d23-39b8b98b972c, sid: dc9c6aae-1747-4fa7-9d23-39b8b98b972c) (name: PP21) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 24199687-6483-468a-9288-6fd96dc5dbac org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3196213d (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@2b6d281d (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@619d5e14 (id: 129fb74e-64d4-4753-a7a9-56badf9b50f0, sid: 129fb74e-64d4-4753-a7a9-56badf9b50f0) (name: CP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = d9105e79-93de-4d86-8f5a-8586a54f1b80 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@706e9ea5 (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@72fce75 (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@475bfe27 (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@6582ccc5 (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@3087920 (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@100e51bd (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@33104d8e (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@3a49e96b (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@7a48567b (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@18a97336 (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@29e42190 (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@5c938776 (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@64d0e911 (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@3733167e (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@3f5349a9 (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@7fbbd102 (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@537777b9 (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@3dc679f3 (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@3e5ac852 (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@18819b1a (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@5d676a57 (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@348465f8 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5ce34a4e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4406044c (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@6fe1dca0 (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@126f8633 (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@6ccc446c (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@4d00653c (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@2ce5b4e0 (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@4255e151 (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@4cb42253 (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@3107172 (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@6ea25728 (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@3e94615 (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@6163afcc (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@4bc49427 (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@73faa334 (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@f9b7f48 (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@54762f08 (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@7233c5b1 (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@26868580 (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@27cc82dd (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@e7baed2 (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@1fc20d1f (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 = 2e3cdf8c-8cdf-413d-b504-228c901119a4 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@50095bef (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 = 6083a625-6c5d-47b0-a37b-89d1e6147d56 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@73b05d1b (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 = c4d74359-d721-4038-9457-66fb7e9de270 org.polarsys.capella.core.data.cs.impl.PhysicalLinkImpl@30f13502 (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@3196213d (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@2b6d281d (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@619d5e14 (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@5220c58c (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@57b3b13d (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@3f11cecd (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@6b40b3ef (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@706e9ea5 (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@72fce75 (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@3087920 (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@100e51bd (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@33104d8e (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@3a49e96b (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@7a48567b (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@18a97336 (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@29e42190 (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@5c938776 (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@64d0e911 (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@3733167e (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@3f5349a9 (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@7fbbd102 (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@537777b9 (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@3dc679f3 (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@3e5ac852 (id: 90696767-7485-4004-b422-74c9ad5e79d7, sid: 90696767-7485-4004-b422-74c9ad5e79d7) (name: PP11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) [Test4] >> release >> unload Project_test_01 [Test4] >> release >> unload output [NullAttributeTest] >> require >> load Project_test_01 [NullAttributeTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@60f06c41 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@699eb6cc (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@362b9f04 (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@a91d4f4 (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@e29e155 (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@73fdbec7 (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@757624b0 (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@470bc61d (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@5c07943 (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@41d79eef (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@27b706e1 (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@2ff1378e (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@6a25c73c (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@cf41d5c (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@66a90281 (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@270522a8 (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@63dd0d53 (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@4fefe289 (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@617c5cff (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@6fe2221a (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@64de1d20 (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@54154098 (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@570d7541 (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@29016f48 (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@3da24055 (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@434dc6f9 (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@440fdc73 (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@2fe6410f (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@5c7c7aa7 (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@682fdaa3 (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@52f97f91 (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@5d0f5f21 (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@72000c3d (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@5f57768a (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@10ebfab8 (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@37ba59d3 (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@45a9cafd (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@21ae17e4 (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@6edf1753 (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@bceaf9a (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@bb723c (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@51fb44f8 (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@4708b41b (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@39c4711f (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@2047afc6 (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@33c855f7 (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@29a012b4 (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@552c2f50 (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@e371159 (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@3e90ba22 (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@7e05ea64 (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@60f06c41 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@699eb6cc (id: 77a421d1-7ada-471a-8358-94375019954e) ID = a6b97427-cad9-4165-ab36-d0145d2a5501 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@a91d4f4 (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@e29e155 (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@73fdbec7 (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@757624b0 (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@5a379632 (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@5c07943 (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@41d79eef (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@27b706e1 (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@2ff1378e (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@2047afc6 (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@33c855f7 (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@29a012b4 (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@1b6c79c6 (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@48d6e5a5 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@19cb0898 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@66f48f7e (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@628a55b4 (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@78ad5d9 (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@1aff7f69 (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@6641153c (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@57dbfc98 (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@363ec53d (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@5838ce33 (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@284a5ab0 (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@6e713463 (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@6be7a6b8 (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@403517a2 (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@6d82c8e7 (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@25071ea5 (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@5cf4b9f0 (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@48d6e5a5 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@19cb0898 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = a6b97427-cad9-4165-ab36-d0145d2a5501 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@628a55b4 (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@78ad5d9 (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@1aff7f69 (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@6641153c (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@62ed599 (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@363ec53d (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@5838ce33 (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@284a5ab0 (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@6e713463 (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@6be7a6b8 (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@403517a2 (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@6d82c8e7 (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@60dd11ce (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@3659a90b (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@5eb92065 (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@2ddc28aa (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@5636ddeb (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@411b6540 (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@50d4859c (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5b492345 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@37e7176 (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@21e12020 (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@17fcb48e (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@48526a64 (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@4960d261 (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@4e30d7d2 (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@4d3973a7 (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@16e3212e (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@792cc26d (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@7f8e32a4 (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@1f53d2a1 (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@6c6d7bf3 (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@986c28 (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@7fc96646 (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@7e0e75c4 (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@79bb2b15 (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@3a01f126 (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@ece5b76 (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@363af3e (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@2320cfc4 (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@169d9247 (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@6af47e09 (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@74f02636 (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@510b8983 (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@2b7e264f (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@6233111f (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@17874af9 (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@1acd9e1b (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@405b8f53 (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@3a1ac5ae (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@17e79096 (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@61ace937 (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@7d91d346 (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@114a5eef (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@3a020f70 (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@3ce1ac56 (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@4f19536f (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@c67c145 (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@26b42636 (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@1786bdaa (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@1281061e (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@205e80e2 (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@706b962a (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@24a4609f (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@6cd5b80b (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@3156653a (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@740ab4de (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@41aa35f (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@5e652e15 (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@50d4859c (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5b492345 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = ca45f8dc-5275-4601-8aa0-baf1f81b0407 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@21e12020 (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@17fcb48e (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@48526a64 (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@4960d261 (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@4d3973a7 (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@16e3212e (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@792cc26d (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@40f248a9 (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@6c845c5b (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@3151840 (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@77406931 (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@2525d070 (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@6b8d260b (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@4071e422 (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@340c04fc (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@3f21f45d (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@3d9e20cc (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@720193a9 (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@267e52f1 (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@164dc97f (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@5a99033a (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@247b5f1b (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@704678bf (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@8b841f9 (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@1a2a0307 (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@64d714de (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@27170b7b (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@6dea21e9 (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@27123568 (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@7b3fa4b0 (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@646c347f (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@5835b472 (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@6e3a6369 (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@68a6503a (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@6d6c4e9d (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@188fe166 (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@2513f835 (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@7fee5b2d (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@7079faeb (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@171aa153 (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@2d7231d5 (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@20c83065 (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@1fd92835 (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@7f8e32a4 (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@1f53d2a1 (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@6c6d7bf3 (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@986c28 (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@7fc96646 (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@7e0e75c4 (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@79bb2b15 (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@3a01f126 (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@169d9247 (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@6af47e09 (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@706b962a (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@24a4609f (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@6cd5b80b (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@129fb3a2 (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@57007f36 (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@50044379 (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@27499c88 (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@48a43960 (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@1c89168d (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@6ee481ee (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@522fd66 (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@6ca4ab9b (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@38cdf5fc (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@726cf8fa (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@60b7e21c (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@7d3178ef (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@6e74eca1 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2424d543 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@49f9d978 (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@cb0af46 (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@34205ea7 (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@4547a1 (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@4aca92e1 (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@4309ce61 (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@756a75c1 (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@5fb85c82 (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@41fb900e (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@4c8c2496 (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@6aee94bb (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@772f9928 (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@6ac90c23 (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@474c2d78 (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@59993266 (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@527406a4 (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@34d619b2 (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@312bbfad (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@49017ee9 (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@66eff3b2 (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@26454765 (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@5c32e737 (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@42c7c39e (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@2724c82c (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@2b56cdc2 (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@60168cc0 (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@1dd5b66d (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@f040c8 (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@54d4ac9a (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@43b1446f (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@73e7f4aa (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@29a51466 (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@13d2d6cb (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@6e74eca1 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2424d543 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = ca45f8dc-5275-4601-8aa0-baf1f81b0407 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@cb0af46 (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@34205ea7 (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@4547a1 (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@4aca92e1 (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@4309ce61 (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@756a75c1 (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@5fb85c82 (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@41fb900e (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@4c8c2496 (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@6aee94bb (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@772f9928 (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@6ac90c23 (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@474c2d78 (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@59993266 (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@527406a4 (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@34d619b2 (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@312bbfad (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@49017ee9 (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@26454765 (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@5c32e737 (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@42c7c39e (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@2b56cdc2 (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@60168cc0 (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@1dd5b66d (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@f040c8 (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@54d4ac9a (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@43b1446f (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@73e7f4aa (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@71130c1e (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@d2ceda (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@49896093 (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@5879fac (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@6c1d00fe (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@7a2fb7b9 (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@7820dd97 (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@41e357c0 (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@457da5f2 (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@4268409b (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@3cdaf124 (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@675cec28 (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@4fa68704 (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@4f4a6af3 (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@2472e1ef (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@24cf74e5 (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@5faa59df (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@43abbd2b (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@70655128 (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@2fd27b9d (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@22bbbb19 (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@3ce71880 (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@66d1e225 (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@5a6363f1 (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@25ff78d7 (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@21d857f0 (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@48714924 (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@94cc730 (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@572b2f0e (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@342f85cc (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@7655c204 (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@19cfeeb9 (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@1712e1d1 (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@5fdb171a (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@7c6bb07 (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@611a2760 (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@1e7050ab (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@575532fb (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@58d1d028 (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@227ea6ab (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@3e174f47 (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@40ab6094 (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@16ada839 (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@41b11fb9 (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@45580dbf (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@5eec7a40 (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@257bedc4 (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@6cfe6205 (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@487bfc07 (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@29737543 (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@45e9983 (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@ea985bd (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@14b43265 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@514f90d8 (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@70d1a998 (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@ba162ed (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@34649a0b (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@2e140af7 (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@237c5630 (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@713b0af1 (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@1ca63e06 (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@f9594f4 (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@38ae0b9b (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@2c73dae (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@3dc24c94 (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@7bf29355 (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@30dfa53 (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@381c9dd1 (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@1715d0aa (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@78929126 (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@14212305 (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@480fc645 (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@71a6cf6e (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@1d516bdd (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@755a79 (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@36fe89dc (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@71e4fdd2 (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@916d3d2 (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@1fd147c (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@4da2fbff (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@1adb05a5 (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@256ccd6f (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@4d7157b4 (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@f8387af (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@59dfe1e0 (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@55539594 (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@1258a47d (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@1f5f766 (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@2783d659 (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@6eb51808 (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@399932ef (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@17f9ac7d (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@2ef191c5 (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@68c2a94b (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@18bcf0f6 (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@1b3f0a4e (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@5589c49d (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@78e62603 (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@66e3e (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@1f524b86 (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@19fd8dba (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@126b2a6d (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@ea985bd (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@14b43265 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@70d1a998 (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@ba162ed (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@4475aba5 (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@3f83d120 (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@12af2549 (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@1bc958a4 (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@464cb08e (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@676773b6 (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@c89877e (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@5d54e233 (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@7e3fe1d7 (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@2219c765 (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@626b062f (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@18d4252b (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@19e44ebf (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@4d240a8a (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@6caff1ef (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@76a8b3d5 (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@43375d80 (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@2fd692e7 (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@52abf6e2 (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@2a99b3ee (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@53bb2060 (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@48e1c15a (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@45703242 (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@2211efc1 (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@282363c3 (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@6e8e9c8c (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@2a28513d (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@76adc5e (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@34649a0b (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@2e140af7 (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@46dd17b1 (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@1704bb18 (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@7a0cf31 (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@96d3e80 (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@27a3d083 (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@154d7314 (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@1495efcb (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@74ec4ae7 (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@4df2bb31 (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@3359a448 (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@809ee5f (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@46572d0d (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@713b0af1 (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@1ca63e06 (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@f9594f4 (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@59e9bd82 (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@3c90b8c8 (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@15d55129 (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@38ae0b9b (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@1b3f0a4e (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@5589c49d (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@78e62603 (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@4891dbef (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@4f14d836 (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@2ddb2ceb (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4d8fd59 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@533091a2 (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@5ef90f35 (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@3a58a08b (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@563e6445 (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@5de0ba28 (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@3f9e993f (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@1aa7cec5 (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@42ce0643 (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@5947d887 (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@7083f9c (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@62f1269a (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@7d819c5e (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@37c9dd31 (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@7eabc9e7 (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@3968233c (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@48fa1658 (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@6ecc5076 (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@6460b69d (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@7cb0249f (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@24f12381 (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@64acb55c (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@2a448f1b (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@37eb9e41 (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@70918f8d (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@216b291 (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@650f60c1 (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@231c74a5 (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@9f96a79 (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@49008ebf (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@340a2dcf (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@534a7d82 (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@27136cc (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@2c7b2c13 (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@2ddb2ceb (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4d8fd59 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5ef90f35 (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@7d819c5e (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@37c9dd31 (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@7eabc9e7 (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@3968233c (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@48fa1658 (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@6ecc5076 (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@1ce917ff (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@6460b69d (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@7cb0249f (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de4f98cf-fa5a-408c-9b52-f35496168a48 org.polarsys.capella.core.data.ctx.impl.SystemAnalysisImpl@3a58a08b (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@6328fc54 (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@563e6445 (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@5de0ba28 (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@3f9e993f (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@1aa7cec5 (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@42ce0643 (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@5947d887 (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@7083f9c (id: daef0597-fa48-4eed-b955-4b617cfac18a, 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@64acb55c (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@391bccae (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@ab99d98 (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@75cec15a (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@785e11d9 (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@50b6e8a (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@258eeaf2 (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@49dd2e01 (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@41852e3a (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@1fa477be (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@18ce9c91 (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@4bb883eb (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@2b4d915 (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@3fe85800 (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@532e6178 (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@5c86072d (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@3fd5cdec (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@756f5ab9 (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@ade0a0c (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@67587d3c (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@76f36696 (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@79464063 (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@332ab2d (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@272797ea (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@4a0d824e (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@1038634 (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@177e3efa (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@cfd7338 (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@2a448f1b (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@37eb9e41 (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@5104efa8 (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@36072203 (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@38355f8f (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@53c7c75e (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@25481b21 (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@2ad022b1 (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@380bc943 (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@559b042b (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@30ef8caa (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@1b81f5ac (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@7da6664e (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@3cd7c7e9 (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@216b291 (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@650f60c1 (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@231c74a5 (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@20dbb58d (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@176e193d (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@9f96a79 (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@49008ebf (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@340a2dcf (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@534a7d82 (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@11226f30 (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@5c1a6edd (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@3b643bf0 (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@185026c9 (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@6ae5f47 (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@1f515735 (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@56a4429f (id: dcbbe32b-8645-4263-8442-ff4a2814c290, sid: dcbbe32b-8645-4263-8442-ff4a2814c290) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test1] >> release >> unload Project_test_01 [Test1] >> release >> unload output [Test2] >> require >> load Project_test_01 [Test2] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@2dd378f0 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@375ecbaa (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@62f7040d (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@1810f625 (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@2cf0fe (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@857ee39 (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@1ba94c86 (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@768d3001 (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@760cc8c7 (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@22dbb9a5 (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@3e0e5dfb (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@24ef7f98 (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@63398f4e (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@389ab347 (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@4828a9b6 (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@43e73c1d (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@6c8b98d0 (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@1660e8d (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@c0e720e (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@76f3a046 (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@460eeb50 (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@772d977a (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@8cc0593 (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@6356655c (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@5233560d (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@49be8d76 (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@5320fc55 (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@678e4101 (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@2d88c301 (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@553c8047 (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@12a1ce1 (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@719a04b0 (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@39d1a7b0 (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@4b948c1 (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@12d32598 (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@334d1cf6 (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@715d108 (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@49a47e6b (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@42d07d22 (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@19217322 (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@30957c9f (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@5a280bc0 (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@1bd044ca (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@97a9cf1 (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@68421f7b (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@720b3055 (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@70283a4c (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@ffd938b (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@31d14b6a (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@35ffefa3 (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@3f979b31 (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@2dd378f0 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@375ecbaa (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1810f625 (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@49457a5f (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@2e68fcc5 (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@2cf0fe (id: a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 54cacae4-7c7f-4ac7-9df2-96fa913e1ef6 org.polarsys.capella.core.data.capellacore.impl.PropertyValuePkgImpl@2c60ea0c (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@7b9c1e7d (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@161125ed (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@711e7549 (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 = f5c2cd05-edee-4751-a620-a6bc2b9d1ea4 org.polarsys.capella.core.data.capellacore.impl.PropertyValuePkgImpl@47b7cc42 (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@4bf23746 (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 = 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@857ee39 (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@1ba94c86 (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@112be39e (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@4dce0825 (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@1a4bf386 (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@2ce9fb21 (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@1f832ada (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@760cc8c7 (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@22dbb9a5 (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@3e0e5dfb (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@34cf1fa1 (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@4bdc5080 (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@5b06e3cc (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@24ef7f98 (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@68421f7b (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@720b3055 (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@70283a4c (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@74e0dc42 (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@58849f6a (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@3445b742 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@40f7cfcb (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6c76dd5 (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@5e25b624 (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@611b7dae (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@f11142b (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@71457d1f (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@45d8d73d (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@2c90936f (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@2b276a9a (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@396abea1 (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@5b804627 (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@e080950 (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@2e695223 (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@7b90c7ca (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@36f24426 (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@376bc27e (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@4a38edce (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@6ecf43db (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@9ce6518 (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@20838045 (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@3d41d7e1 (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@7af82f29 (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@3a577f86 (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@78ce6a35 (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@6d6724b1 (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@5164966c (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@6e71fde2 (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@3235a722 (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@479780fe (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@5a987eb8 (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@7c4b83e6 (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@145e1409 (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@3cf98b97 (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@5c5668e6 (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@29d12137 (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@333c86b1 (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@41c0887c (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@33436e35 (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@76858349 (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@1becedd6 (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@14d6660f (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@65a83a7c (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@22ed4a0d (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@3445b742 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@40f7cfcb (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5e25b624 (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@10883c47 (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@6dabcf95 (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@611b7dae (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@52ffd17f (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@293af204 (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@f11142b (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@71457d1f (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@45d8d73d (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@2c90936f (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@2b276a9a (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@396abea1 (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@2e695223 (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@8c00616 (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@5bf2cbbd (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@7b90c7ca (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@36f24426 (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@376bc27e (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@4a38edce (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@6ecf43db (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@9ce6518 (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@20838045 (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@7af82f29 (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@2db79cb (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@7416c9b0 (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@3a577f86 (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@78ce6a35 (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@6d6724b1 (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@5164966c (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@6e71fde2 (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@662345fb (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@3235a722 (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@479780fe (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@7c4b83e6 (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@145e1409 (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@3cf98b97 (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@26ec68f0 (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@237bf24e (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@5faa8ae (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@41513942 (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@204308a0 (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@29d12137 (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@333c86b1 (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@41c0887c (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@44e53c2b (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@649d7519 (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@33436e35 (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@76858349 (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@1becedd6 (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@14d6660f (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@3ccc9066 (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@6609c37d (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@65a11308 (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@87c5c92 (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@28caa4aa (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@4238e5ed (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@7ef80e34 (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@402de9e1 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@473b1a37 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@197dc360 (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@a1e984c (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@6b8417be (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@2755afb1 (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@46683445 (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@4fe03e79 (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@3cf071c (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@3ceb2811 (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@7e4e0224 (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@5f37fe96 (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@37926e9a (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@48dca781 (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@3274011d (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@7c910df6 (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@58535a40 (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@759e1e64 (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@67708523 (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@137ada86 (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@513903f3 (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@54d14a8e (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@37eb84aa (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@7280c63b (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@6bbf6503 (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@35e4c7c0 (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@8f4afb9 (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@55742b98 (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@22585d72 (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@5272eff7 (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@7f561b67 (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@2a047fef (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@3a8380d1 (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@294a8a86 (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@7983cd66 (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@70f12ebe (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@56d2ad79 (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@2b31139f (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@4c3e0362 (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@35434085 (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@76b99a31 (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@55b7d292 (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@69aefe55 (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@46c6cc8d (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@51669876 (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@2a14fb54 (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@2f126dfd (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@42e9a6d (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@1a581261 (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@3188a4da (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@35add25c (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@402de9e1 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@473b1a37 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@a1e984c (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@6b8417be (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@2755afb1 (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@46683445 (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@2b8316fe (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@2baa8f07 (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@1214f34d (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@4feb781d (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@162efb7c (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@3cf071c (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@3ceb2811 (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@7e4e0224 (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@54506fc0 (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@4175fabd (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@3a79f268 (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@5f37fe96 (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@51669876 (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@2a14fb54 (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@2f126dfd (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@6c2f72bd (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@3ca39f94 (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@2b0ea827 (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@326a27a7 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7daa52d4 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1674b658 (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@44cfe81f (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@40f60fab (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@351b53c (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@117c29bc (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@6fb72edb (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@4b478d2b (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@7c18dadf (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@1d5e7b25 (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@6a078370 (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@5110476f (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@1779e643 (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@4ebb6419 (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@f57f13d (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@39118d4c (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@149edd91 (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@3c209320 (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@39b2dce3 (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@6a5addbf (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@452051d3 (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@2b617af1 (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@26dd8b9f (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@2e11f3ec (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@3fe7dfa3 (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@326a27a7 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7daa52d4 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@44cfe81f (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@40f60fab (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@351b53c (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@117c29bc (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@6fb72edb (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@4b478d2b (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@7c18dadf (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@4bc94571 (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@1d5e7b25 (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@6a078370 (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@1779e643 (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@4ebb6419 (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@f57f13d (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@3f7f3759 (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@4aec3318 (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@2aa243dc (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@2d97688e (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@124e1d85 (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@149edd91 (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@3c209320 (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@39b2dce3 (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@304bcc9a (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@52dbed57 (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@6a5addbf (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@452051d3 (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@2b617af1 (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@26dd8b9f (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@1a560dde (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@5d3f798e (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@1df008bc (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@33b9ab7a (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@2704cd41 (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@41a07482 (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@3fbce5b7 (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@3ed359c4 (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 [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@64ea4cc4 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6d6d6314 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@306c95af (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@58e1a173 (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@334e6d3d (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@6f2dbeb9 (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@e48e043 (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@4e34528a (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@6c143eb4 (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@56e94ae (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@65459273 (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@1ff9a88b (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@c5322f2 (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@652540e8 (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@2fd86454 (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@679e6803 (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@724f82b0 (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@3da2ae11 (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@51348735 (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@45fe3360 (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@4baa736d (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@63d09e2f (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@16a8b04f (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@22f9e4c9 (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@3a50cae0 (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@5d961a63 (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@4a634450 (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@1031fd26 (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@3092666c (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@7c371448 (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@2c268e5a (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@63dd81ee (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@5fe650bf (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@324e0c22 (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@434a3c7e (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@4c971708 (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@2119d58d (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@6374f290 (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@71cf8b4c (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@514ed2a (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@6acee5b8 (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@2e6a7a03 (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@23720169 (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@1add590 (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@321a7525 (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@7497106e (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@bbceb13 (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@32133af8 (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@293df7af (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@13307144 (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@3a84fbcf (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@64ea4cc4 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6d6d6314 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6f4e32b0-db82-4921-85c0-c24d542ca148 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@58e1a173 (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@334e6d3d (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@6f2dbeb9 (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@e48e043 (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@124b6450 (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@522cd4a1 (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@50f6602b (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@19f5c88e (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@50555604 (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@7fcdaed (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@4a654659 (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@6ee2fdf7 (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@fa87974 (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@69ade846 (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@99a2ca4 (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@706e7525 (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@3cc1c185 (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@61cb8347 (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@53b4ab12 (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@2e6dec1e (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@1751e2ab (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@375bf0fe (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@4122557f (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@59feb34a (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@7b32443c (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@6c143eb4 (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@56e94ae (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@22729800 (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@78349c9 (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@4a2f2613 (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@3b15101c (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@d113de6 (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@1041e08c (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@23ed4329 (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@30eb32b8 (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@2b4b04c0 (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@6276fe8b (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@b616e8f (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@31f0e31a (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@1739a090 (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@17aca1ee (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@dfa5186 (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@71802f30 (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@6f059487 (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@8f40a51 (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@57dd0ca8 (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@27d440cc (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@6436491d (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@4cb86148 (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@733f9c3b (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@766860b0 (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@20c0a1c1 (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@2ffd36b0 (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@309f45b3 (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@7691ada6 (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@33b1ef7d (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@77296e6 (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@4d8ae966 (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@360d91ec (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@afb4a57 (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@192d3848 (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@37633d2 (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@44cdba9a (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@3e94f322 (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@587b7a6f (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@1462c6e (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@28f64fb6 (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@3162a469 (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@32c91828 (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@25c7743 (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@184d0341 (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@465aea28 (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@275d7bcf (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@57fa236e (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@2ec5aa89 (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@739089e4 (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@757735ab (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@7665486e (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@310bf9f7 (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@4623999b (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@38e5a6e6 (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@62501f20 (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@4172ec1d (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@6ede16db (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@7b994f70 (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@1952f63c (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@4f16e30f (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@51604cf8 (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@60336b6b (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@6e5e8247 (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@2439217e (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@7297873b (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@5357339b (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@137af49f (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@7ea5155f (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@3045fbef (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@5ae4cd97 (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@1efe0458 (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@4827e535 (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@5722e55d (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@2b56125b (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@45641fad (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@329d5479 (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@65811794 (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@2a161ad (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@3bdea629 (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@1b37d5b6 (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@5516c717 (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@371e3017 (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@64f20a90 (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@3e98b9da (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@78c0a896 (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@c129b94 (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@22254311 (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@598878e6 (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@24f1ff59 (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@3c270e68 (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@3412ff36 (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@2ec7fe1a (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@567d7ac (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@24f012b2 (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@50800f73 (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@79936fa5 (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@5dd287a7 (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@4ebd48d2 (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@1e162de1 (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@7c1a87c1 (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@353cc85a (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@1163edf7 (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@3eb5a31f (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@4b962a12 (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@58a8d524 (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@6b33c81 (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@60998bbe (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@1aa5fb05 (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@43a1c80 (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@379ad309 (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@2527b2c (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@5658a9fa (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@5e5f436c (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@3fbcd135 (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@2e2656f5 (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@3da22db2 (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@19424d49 (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@402e122d (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@5c236523 (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@70c01ca8 (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@7b633ffc (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@4b6ce5c7 (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@c219bf4 (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@7c74e384 (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@1e0aaf29 (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@326423f2 (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@329af071 (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@69294d65 (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@2291d48e (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@3179089d (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@54056fbb (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@5b7dddfd (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@5dbed0b4 (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@22b90bef (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@89e24a2 (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@3db99279 (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@7c254170 (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@5e7c162 (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@743cb1fd (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@bf408b8 (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@5d8ce677 (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@5ce34195 (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@6666bb20 (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@5e0607e1 (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@60f1a3dd (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@26d8b9bf (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@75b4b9ff (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@1be391a7 (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@7661264d (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@15976c7f (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@45bc5473 (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@341b381c (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@5afe7e9e (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@2b02fec4 (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@27e3c732 (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@4ad5c00a (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@63765d40 (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@5f3e7b34 (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@66ddedb6 (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@26cb4f7 (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@532165a7 (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@7fea532c (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@7653b13a (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@117f780b (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@492b3bde (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@2ad48733 (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@5ac7de1b (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@22217b19 (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@7adf9fbc (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@6b056128 (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@4078aa40 (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@786c34b0 (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@656ad99e (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@3212c1e2 (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@4bb0bb5f (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@622cb13c (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@2c888465 (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@7d1005a7 (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@10462cc5 (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@7fa7cf85 (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@2e7c0eb (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@2366e476 (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@12660b70 (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@7bf14b94 (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@596ef211 (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@67d3a43 (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@77217cf3 (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@651260b7 (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@569d43ee (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@4bd9c118 (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@31f0c538 (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@7d0ff3b (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@4b267960 (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@7cc8bc39 (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@6fb43810 (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@3d95b7de (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@6c94a530 (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@74eece26 (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@2b930162 (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@62e79c05 (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@62f66fab (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@51ddfa86 (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@f04430c (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@37444870 (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@669ef204 (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@58293d9b (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@3ad709e9 (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@534ed0ac (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@9c52d7a (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@36026b2c (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@628d6b78 (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@414ab0b1 (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@6ab0574 (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@600ffcec (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@69ff6c1e (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@126fce5a (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@43726e2e (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@5353ee11 (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@4bdd456 (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@6314bfa3 (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@2f7be6b6 (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@2bb588a3 (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@41c0e6e7 (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@76fb0db (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@3669f00d (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@7039ce71 (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@6f670bf6 (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@51931a2d (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@5948d43d (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@74576da9 (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@23b8e06e (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@6a33c446 (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@75451c01 (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@3ab01d25 (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@5e6f318d (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@2a8adff2 (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@4d111958 (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@72977b7f (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@370967ac (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@704abfa9 (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@20ac6bc (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@4b0f0901 (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@37c733cb (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@12d5656d (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@5568d364 (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@7b2e46c (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@1cf7d896 (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@7f271a0a (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@6cc70579 (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@7c460d09 (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@5ed7497f (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@19e7ffe5 (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@4ddfcd6d (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@13daf9a (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@65459273 (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@43fb51e9 (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@70fc585e (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@1cd168a4 (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@5e8f4f6c (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@498c8851 (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@3ba974bd (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@14265a6f (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@363bd19d (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@cd1c0d7 (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@640e5fe9 (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@4d5020e2 (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@77feff40 (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@752b5e10 (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@634cb64b (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@17765646 (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@210e8106 (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@180c151d (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@67b5639f (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@1ff9a88b (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@321a7525 (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@7497106e (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@1a8aaac4 (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@3eaa8721 (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@4b0d3640 (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@3d642533 (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 = 199de34b-bd97-4744-bd4c-8d8aeecbbb04 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@78537bd0 (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@2feffd37 (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@237cb05c (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@6f4e1a7f (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@51e32990 (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@7a452c76 (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@58d2b0e3 (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@37a4a10 (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@6d8635a0 (id: e3332f63-621b-4379-889d-1d43ab1ce16d, sid: e3332f63-621b-4379-889d-1d43ab1ce16d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0837ea01-5825-424f-b4af-f1e388fc6292 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@bbceb13 (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@304499fd (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@426b29ff (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@26675bf1 (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@45892916 (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@39e76ff4 (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@22588de6 (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@3efce28f (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@3231bddf (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@302beca2 (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@4254cd49 (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@170772b4 (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@6fdb29b4 (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@23be164b (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@4764b9f0 (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@6bdaf17a (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@5dfae33c (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@ea5ba86 (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@6c6c399b (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@5081544d (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@5a68be62 (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@79ba4e23 (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@25f307c4 (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@7c8e8f52 (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@7bb276f0 (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@25b29cc1 (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@18c27294 (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@10be8ac1 (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@cfc0a2 (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@6ea9d3d (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@14ecbdfd (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@78e42800 (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@6d02d6e (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@54815bfc (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@56fa70fc (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@fcb0836 (id: fed047b5-9d4e-42a1-bace-8063abf44acb, sid: fed047b5-9d4e-42a1-bace-8063abf44acb) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 1d33725a-c8a3-4926-884c-7e578e90485d org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@27361a7 (id: 1d33725a-c8a3-4926-884c-7e578e90485d, sid: 1d33725a-c8a3-4926-884c-7e578e90485d) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 25a80209-fc88-4dee-8c8f-e12a8ff161cd org.polarsys.capella.core.data.cs.impl.InterfaceUseImpl@5f0a371e (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@5af2c193 (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@daff843 (id: f396ca48-3417-4cbd-ad6f-e22a8a352c59, sid: f396ca48-3417-4cbd-ad6f-e22a8a352c59) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4260d6e2-ded9-48e0-b2be-0c8f6ff01980 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@1c6976f7 (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 [Enabled] >> require >> load Project_test_01 [Enabled] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@615f37f (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@528d2652 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@67c085a4 (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@1b85b5fb (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@12dc47a3 (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@13b2171c (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@1bb15247 (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@4dcf208b (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@5c19f179 (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@60b1618e (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@3304053f (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@65a2a9a6 (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@4711c7f5 (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@5ec9b96f (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@6430695a (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@69fbf950 (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@33d09643 (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@615f37f (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@528d2652 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6f4e32b0-db82-4921-85c0-c24d542ca148 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1b85b5fb (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@12dc47a3 (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@13b2171c (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@1bb15247 (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@6698e1b0 (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@1689439f (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@1500bca5 (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@432e728 (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@2586037f (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@693a57f3 (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@6f2a9f9b (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@6f2a63f4 (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@5414242d (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@39e980da (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@284063b (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@3e8df05c (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@4bcd8eec (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@4d1e48e4 (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@6a830545 (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@6d93cfca (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@590ffa39 (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@7715085f (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@436aa54e (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@65124128 (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@622bc7eb (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@5c19f179 (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@60b1618e (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@46d4daed (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@42544807 (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@51d5fb0d (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@3a834da8 (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@5ae0fba7 (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@3a94948c (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@44e70d40 (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@6429e679 (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@27e7d7c9 (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@5b164378 (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@70276c4d (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@1bb4b05 (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@711f1090 (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@3a915ffa (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@33f1c695 (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@798f1db0 (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@2a87c702 (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@3eb1ca1d (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@3c96630 (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@22a8964 (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@1681e1f4 (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@26d0201b (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@6ee02a17 (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@38d7ef06 (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@214027a9 (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@6b70b62 (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@4e1d5bcb (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@704fb571 (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@58463be8 (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@344caa59 (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@10ab7c18 (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@1d42b741 (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@74b2467a (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@257d24d7 (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@6efdd7dc (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@7adf0b98 (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@1fe7b15a (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@6403a761 (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@5874f72 (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@7061791 (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@25c90b4a (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@5c88983d (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@63cbb001 (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@54c68976 (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@21697595 (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@1f9c8201 (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@7f7125bd (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@4edee1f (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@15b5fd89 (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@639f6e4f (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@869e935 (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@71e4ba54 (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@4b075854 (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@4077ffbb (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@3143ca19 (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@7724af8e (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@4d005674 (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@3275e248 (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@1dc9f51d (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@4fc361f5 (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@bf3d8f (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@1d45f872 (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@4ff697da (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@2bc3696e (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@441a0155 (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@2ed4e9f (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@51295dab (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@6191d6f9 (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@75957337 (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@1de442ac (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@6bb80be (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@69f2a88e (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@37a0724c (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@86eb736 (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@528a68f5 (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@2e401cf2 (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@1d7ed275 (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@612ed698 (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@612ed698 (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@473ec13 (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@473ec13 (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@6eddce5b (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@7555a4e7 (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@562dfcb8 (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@2022c711 (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@5d34dd16 (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@64452234 (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@52e96be2 (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@5752f3ee (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@2c75487f (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@61ec8b47 (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@78434ae3 (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@384e0b86 (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@3e7e9a40 (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@3bcd887b (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@7e59c9d2 (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@7da0ac83 (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@6ff29fbc (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@5f55dcc9 (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@3b60b33b (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@435cd460 (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@38a8acc8 (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@496a9c80 (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@772d17fd (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@527732ac (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@2dda667a (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@4653c33f (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@494ef309 (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@43fad99f (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@3d6d9e2c (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@657ff885 (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@4e349544 (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@1f79fe50 (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@5d886ea (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@62648480 (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@810a33d (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@58cb4711 (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@19656534 (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@5f63b21c (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@5267eb86 (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@5016cd14 (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@62e84ee7 (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@20d9f3f4 (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@4d0f17b2 (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@2b971d6a (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@ba8f189 (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@6401f55b (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@5106ccee (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@42e9e7e9 (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@e017284 (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@65c1e532 (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@24724d8 (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@f9c5dd6 (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@608e17e5 (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@364b0a89 (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@5bd49ec8 (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@58f64cb0 (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@48d74974 (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@59fbf752 (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@3382a311 (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@41ecc0fc (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@23e75dc5 (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@25206f8c (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@3d406987 (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@1b3a3dac (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@7e93b893 (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@5a6a0385 (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@6458551e (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@2e45d364 (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@4df1b11f (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@478de50f (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@61dbb845 (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@618589e9 (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@78131c43 (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@3cc75e03 (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@39ba78e8 (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@2c353ccf (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@4ca4dc0e (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@4a15b4df (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@2002f84d (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@25d46bc6 (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@4f7a87de (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@282e61a2 (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@1fd9347a (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@19d5e61c (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@28ac68f (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@59f2840d (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@3d2422bb (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@4546166c (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@6742b6a5 (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@6742b6a5 (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@3593c820 (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@32162cb1 (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@403a1713 (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@196f29c7 (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@7a4975a6 (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@1fdf7c8b (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@7f9e5fa6 (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@4e5fdd59 (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@1b55753f (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@163b7a9c (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@26bed817 (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@ab3105c (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@2773126d (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@35d0c72f (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@746b9b8d (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@6b3e55eb (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@67bb9e97 (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@4f24d61e (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@56ac431c (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@c033658 (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@6a8ae6d1 (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@7faeac2e (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@7b7162cd (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@46f0bf1c (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@7d40683 (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@34882215 (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@557d8490 (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@72ba60a2 (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@1e486bc0 (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@52453a66 (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@73dbfffc (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@6e2132a2 (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@15ccb30a (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@39449a50 (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@131f00b8 (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@4e83d3b (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@1963b1ec (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@729268b8 (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@62ecd4fd (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@27a83c7e (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@46b90151 (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@20948e34 (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@3da5225 (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@722b5c9e (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@7877bc9b (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@29ed92ca (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@18af4c5 (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@b45acba (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@4e7b14da (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@1881ed0c (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@4c521361 (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@6a54462d (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@7c1f5279 (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@39fb13fa (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@5dd8b12f (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@1d32360a (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@77717078 (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@1674c9af (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@ebd4387 (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@233a63c (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@7ebde4b2 (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@4eb4637b (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@2af1b051 (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@356ce175 (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@24650b1e (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@49270b52 (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@6e73491f (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@3c466aed (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@3a2adc8f (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@378cdbe1 (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@2cb61fa4 (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@378cdbe1 (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@2cb61fa4 (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@1e281a44 (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@18695a5e (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@7874011e (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@40cb22a8 (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@12223b45 (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@380cccdd (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@60284633 (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@79eff6fc (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@5a1ff459 (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@7c806505 (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@2dc3d70c (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@529437fc (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@6eb02edd (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@3c82942e (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@fca5f05 (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@7c92a2d7 (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@133bad5e (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@3b3068f3 (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@665f2ae7 (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@f32b8e1 (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@79622a32 (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@50b36966 (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@3868eaf8 (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@772d0069 (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@58ab61ae (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@1398db84 (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@6c58cc25 (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@7369b78f (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@f379e70 (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@775f047a (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@254e7d3f (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@b5ff5bc (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@38a82eb9 (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@37db8102 (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@61aaa543 (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@15ac5edf (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@6c086735 (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@7302827 (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@3304053f (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@4429ff26 (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@6b370959 (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@6d406508 (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@260b1a68 (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@480d4384 (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@1b8428e4 (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@65a2a9a6 (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@4711c7f5 (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@5ec9b96f (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@142f03e3 (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@294452c3 (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@45187c13 (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@5a481bec (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@6430695a (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@58545e8e (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@538dcd0d (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@35a4aafd (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@87cfce1 (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@431841e6 (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@7d35f71a (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@6d564903 (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@2a23bbc (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@3cb86e8b (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@32e47c7f (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@69873812 (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@44d38394 (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@3b6071b3 (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@2af6f524 (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@7a610fc0 (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@2276ec3b (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@1aa3fc2f (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@7e1658a (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@758c65b9 (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@608e5807 (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@654982bd (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@690876ab (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@7f3f679e (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@6de3461e (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@44966d75 (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@6e81e662 (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@6a067fbb (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@1d220753 (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@6aa83c47 (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@b7b7586 (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@525928f5 (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@5f4cb572 (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@742de0d8 (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@242a6c9e (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@2927ee87 (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@3ddfd4ac (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@32562de5 (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@4d16386 (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@1294f64d (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@512d2a07 (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@52971cc2 (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@5d559845 (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@68463b3c (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@50034921 (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@3a182eef (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@4bfe1e59 (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@12b843c1 (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@58384af6 (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@232c6848 (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@181ba6a2 (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@486d582b (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@5218c42a (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@12b68809 (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@57dd024b (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@7553b49b (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@61fe078f (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@472e3d79 (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@78dea08d (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@10413461 (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@1128b99 (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@37e1ab37 (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@3ab6af8e (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@234d7685 (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@36167f36 (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@c14d2d0 (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@351d603 (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@4be071b2 (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@694ea22d (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@51a61f94 (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@29afff6c (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@702fc710 (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@516f2c6e (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@11ed8547 (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@6d9f3514 (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@45bb7895 (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@38811ad8 (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@57cd5135 (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@43eef94d (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@70d14e32 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@ef35561 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1883ace2 (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@177e0ec3 (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@4b7e67b3 (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@180f916e (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@b6f234a (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@62a42df3 (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@33f8292b (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@e6ef52a (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@a463287 (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@5b7cc0fe (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@15337c19 (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@681491ea (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@5314f59a (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@6800b5c7 (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@665dcf6a (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@2a8a998a (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@5e460164 (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@330529e6 (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@3bab8673 (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@45930e45 (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@2bb06ab2 (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@31603c3b (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@569fac7a (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@ba371ca (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@51a25a7a (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@1583e2b9 (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@a6d1d65 (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@3cbb786e (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@7f899409 (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@13df1e54 (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@38089c29 (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@283597c3 (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@7874dcec (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@13b25008 (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@6f276f83 (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@6b28662b (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@35e5541e (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@345660ba (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@60594ac4 (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@48e861da (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@5732997d (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@50e67091 (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@2b6e3251 (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@70225bb8 (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@18a9c302 (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@2bf8b41f (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@43b93aec (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@619c6db7 (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@7abdd640 (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@70d14e32 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@ef35561 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6f4e32b0-db82-4921-85c0-c24d542ca148 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@177e0ec3 (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@4b7e67b3 (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@180f916e (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@b6f234a (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@7d6eaad2 (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@45951933 (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@2175640e (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@53f27619 (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@5bc27e8f (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@3cacef81 (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@34503bbf (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@1f4a1cf0 (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@44c1287f (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@48c627d8 (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@7d7e70bc (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@329c5e7f (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@7f531a83 (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@5898b97d (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@3f7837ef (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@296e1afc (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@417924b (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@365ec007 (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@161223d6 (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@2e2f6e95 (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@2163991f (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@33f8292b (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@e6ef52a (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@a463287 (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@504a74da (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@484eabb7 (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@66d27426 (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@637ae8d6 (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@16fcc3db (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@6f74a99e (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@4581c76d (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@4a83a495 (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@35cecc9e (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@623e71be (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@4fc21c15 (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@4fc91068 (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@ca09f33 (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@1d02ac98 (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@7e05a4fd (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@2a3c8d08 (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@7c629d2e (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@52303058 (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@5b7cc0fe (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@2b6e3251 (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@70225bb8 (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@602de660 (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@6c24e30f (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@6fbc162e (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@729511c (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@18a9c302 (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@3bf40b8d (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@7220181 (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@4925fc00 (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@444c4705 (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@5c5ce807 (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@4be5d404 (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@2dc6e484 (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@b94ea56 (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@30b337f3 (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@14144af (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@4f5bcd42 (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@2738b26a (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@74d9f425 (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@7f36a22d (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@6e165154 (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@c5f051e (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@379ca06c (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@7df15b78 (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@21312963 (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@55b2bfae (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@77feab4 (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@6080df89 (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@45ead698 (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@20f4b92a (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@46f80392 (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@20e2f053 (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@332facc1 (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@2d3f2d3e (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@d83008a (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@3f3ee7fd (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@695992cb (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@3ddb1403 (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@28c9d462 (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@55939015 (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@22be1c62 (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@4febace7 (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@4a24962a (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@37eb443 (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@6d3151a (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@11e0ac5f (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@36177e67 (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@4452270 (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@6392c020 (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@15b8b278 (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@77040a59 (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@36493ebe (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@7593c45f (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@31c6ebca (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@14a12e99 (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@4dc1586 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@17bc5022 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@d061bb4 (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@bf03142 (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@d94e3c9 (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@60b3cc36 (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@67b544a (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@21672068 (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@3c1f8e25 (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@59d5e0f1 (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@3fd590f9 (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@41873d14 (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@517055f1 (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@59261d7 (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@14f0dfcf (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@3feb560 (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@6bc0f090 (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@4dc1586 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@17bc5022 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6f4e32b0-db82-4921-85c0-c24d542ca148 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@bf03142 (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@d94e3c9 (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@60b3cc36 (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@67b544a (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@dd3872 (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@2afd090b (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@5451a21e (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@85475da (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@6123d20a (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@7acc3d52 (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@2e5156df (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@2cd4deeb (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@3769408e (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@da56dca (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@29e6250f (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@23cf955e (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@5edfdc99 (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@3fdeb1d6 (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@1fc589a0 (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@7613bc74 (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@7e02922a (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@15a2d756 (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@dded1ea (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@672781b9 (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@1fdf5e01 (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@3c1f8e25 (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@59d5e0f1 (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@3fd590f9 (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@5766af34 (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@6391a6de (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@64686162 (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@7b9d8ab2 (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@5cd997d2 (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@56d8f567 (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@41873d14 (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@517055f1 (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@59261d7 (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@6ce72fd8 (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@3bfddecf (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@6e31af87 (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@83faa49 (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@14f0dfcf (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@2ae8e4ff (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@7f365ccb (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@422cbc6 (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@493f0f8d (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@11b6b6f6 (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@787721f8 (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@6a99a9cb (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@5b6b9072 (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@15ca1e7f (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@13ebc9ab (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@339370ce (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@6b26831d (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@2eda51e0 (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@63317301 (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@4b8c7aa9 (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@14ed26ae (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@68c42082 (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@5ffe0 (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@2874947b (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@55d11f8d (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@1c58e585 (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@338de311 (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@3fd67e57 (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@62263357 (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@3989865b (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@65406f10 (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@69689129 (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@3a87bbd8 (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@4fc9498d (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@2917978b (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@45bba59 (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@3859871 (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@6052cad (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@13bb5829 (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@1489cc73 (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@660b180d (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@4252af1a (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@34f15785 (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@6e41ef3c (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@50345989 (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@74916ea (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@39ba34f9 (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@58e304fd (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@2a69e679 (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@65585b98 (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@dada636 (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@4d298f92 (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@2816f260 (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@fb5e861 (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@6f4963b7 (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@6e1d24d3 (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@71075e82 (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@51515623 (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@7521d365 (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@729d5aae (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@39a5f931 (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@629e5068 (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@195f0da5 (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@10f7c0a (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@1775716b (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@7786efd (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@662b6992 (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@1c3eb671 (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@20fc62b4 (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@64b7efd0 (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@596d7d2d (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@3009d54f (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@1a07d4dd (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@e45e8ec (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@3ce6496a (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@14e5ca3d (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@343522a (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@26328ecb (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@36a19391 (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@2fea556d (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@1d1cc28d (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@c874926 (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@36007e3c (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@6c71a731 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@299c00b7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6ba3e51f (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@504a3644 (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@6072b2f8 (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@2bcc25ab (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@3d29755 (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@279b02d8 (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@35606277 (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@134adc90 (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@186d572b (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@6558e7fe (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@49998c04 (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@66dd24c6 (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@3bf670de (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@3f106ec9 (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@3a6c2c83 (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@3518c41c (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@3d6022e1 (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@13a75a2 (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@5a695932 (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@29225e47 (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@15e916a8 (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@472ce6d2 (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@571c87cc (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@6c772b0e (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@34a276da (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@38aced41 (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@4a5e9c3b (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@32aa48f3 (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@1599ecda (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@114c46f4 (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@225d81f6 (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@77a7f1e8 (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@773226be (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@43ab54a (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@4aa6d60a (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@2465607 (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@64a78727 (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@35e6ee1c (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@490c782c (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@79caf964 (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@218cc7c5 (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@23185be6 (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@37c4c6ca (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@4282c5fd (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@3df70d02 (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@48c44410 (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@76204995 (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@d403c7 (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@72fa9ae3 (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@6c71a731 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@299c00b7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@504a3644 (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@6072b2f8 (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@6c422420 (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@34a6d678 (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@2bcc25ab (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@3d29755 (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@149c85c5 (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@4f8833a3 (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@22400a3 (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@5cd1d209 (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@7ed2e028 (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@4cba7c34 (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@2580162b (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@3927e4a0 (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@6a7e5d52 (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@753ad7f5 (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@6d00fa62 (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@483af6eb (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@4c477c60 (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@35606277 (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@134adc90 (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@3bbe5e12 (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@7af755a5 (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@4cb2f356 (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@405e99eb (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@c4b638 (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@5b37cd35 (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@1aef3737 (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@2eca6440 (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@b1a72d7 (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@6ea148e4 (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@28d55913 (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@650ef75b (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@1d7f1305 (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@1f60cc78 (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@6d51e6fb (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@7ff76025 (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@1af5a3e5 (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@3efafcf (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@61ebf777 (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@25594527 (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@120420e2 (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@6ceb74ba (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@5285761f (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@3d1a6115 (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@eaa5564 (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@3953aeaf (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@409f1214 (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@6d967d1d (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@5c661057 (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@32dc9f41 (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@76e3d2ee (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@3ac8a828 (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@2fd43435 (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@14453c52 (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@7c59e896 (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@32f86dd (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@304e7555 (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@3e03692 (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@5284853b (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@13f546f3 (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@5d377169 (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@2b6c8aa9 (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@27f43599 (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@1e8f2d4a (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@78d5bbcb (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@37234fba (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@31fdfc3a (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@56ff6232 (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@32190c5 (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@2ed25184 (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@70107448 (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@652539b3 (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@10269b0b (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@5183d022 (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@6cd1614f (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@7637fc13 (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@19635ed3 (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@7a2f450f (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@4a11601a (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@42d684f7 (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@32a0ccc (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@7b5f92c0 (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@3a8f3c01 (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@4c08e69b (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@1f97dfba (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@7109b952 (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@25bc013e (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@504566d2 (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@1676b71b (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@2a444afe (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@658d5d8e (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@46c7b238 (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@270802c8 (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@2f93af6d (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@20fdf63c (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@5b50c669 (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@3c299189 (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@ef3b9a6 (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@41f0e252 (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@6c9b6852 (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@558c67de (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@62624cc5 (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@2b8ad3d5 (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@5a2091 (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@3b4314d2 (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@6a4ce583 (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@6bd90516 (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@169870b0 (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@7bbce15d (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@77e587df (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@657c95a6 (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@a57d724 (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@75beb62 (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@5bc1b367 (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@3ee2f52d (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@23d51648 (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@8cce55b (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@53a8c03e (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@22188d32 (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@cd81eba (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@389d0069 (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@5e8a6b55 (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@52dd4242 (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@5f004b8f (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@2dbf052 (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@62171ce (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@2082e430 (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@50af262d (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@5c4a7881 (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@5168cdc7 (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@66fc00be (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@409ebe6e (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@511d5f9c (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@584ed756 (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@1a593178 (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@21836c10 (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@7fc3b314 (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@55bc9d1 (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@5fb05164 (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@4fa27ba1 (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@14ec26c5 (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@61664584 (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@3c8013bd (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@60a318ff (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@150cc020 (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@4695ed60 (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@7ab413f4 (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@5530010e (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@4f2dc345 (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@3c4c142 (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@3ce46d88 (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@e49dc0b (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@2ba2d251 (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@4a11964a (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@28626524 (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@a30199b (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@67de86c2 (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@5cae8458 (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@a52804c (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@a4ac5c (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@712347bf (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@469124cc (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@4ab8deb0 (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@38bdf7bc (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@53c851ab (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@4f19792d (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@52b4e854 (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@200c2d00 (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@5a91cc1c (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@369338dd (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@343a3ec0 (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@4b5a1fc (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@2b4f2467 (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@2ab44c86 (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@1f01af3c (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@94e47c (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@2928a241 (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@76e31e28 (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@55f84eff (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@1db158b9 (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@37fee2cd (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@3c57825c (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@4149d2d2 (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@62c4f69c (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@6281cdfa (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@16160d21 (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@5d177d28 (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@3b4cee56 (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@4ba9719e (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@221fdb07 (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@7efdbf4c (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@7e58048c (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@2a79845 (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@186d572b (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@6558e7fe (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@37c4c6ca (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@4282c5fd (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@1e3abad6 (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@2b9053f7 (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@66448ddf (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@4862abf6 (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@3df70d02 (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@55ac511b (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@40932fe0 (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@49b155f1 (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@50780a11 (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@5e42d486 (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@5b585d51 (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@59385076 (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@2951f048 (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@69125d1e (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@18058516 (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@70223b96 (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@5657466a (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@2dd61b13 (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@7c6bef9a (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@1d74850a (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@682aaf81 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4ff715d3 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7ff5232e (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@3ce6171 (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@ae896c7 (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@4aba5341 (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@4230962d (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@74616368 (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@28d8c26c (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@1c633671 (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@446f8bba (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@6db09ce1 (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@7e812689 (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@3b10e17e (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@20532865 (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@2d494edb (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@3b504e25 (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@682aaf81 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4ff715d3 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3ce6171 (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@ae896c7 (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@fc4d85f (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@58ff041c (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@4aba5341 (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@4230962d (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@5950120b (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@21b46bfb (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@2dd0e15 (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@72e9387 (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@6d6998d1 (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@b2a4dbf (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@2a24e31b (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@c29e918 (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@2e3c7428 (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@77a283e5 (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@173f6baa (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@711b396e (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@46f73142 (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@28d8c26c (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@1c633671 (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@44d0e320 (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@71926a7f (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@1f371d83 (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@59e84925 (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@3b4b11f5 (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@1cb7c81a (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@15d99c16 (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@e635ee9 (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@6dc42269 (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@4f91c0d3 (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@4e6af177 (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@173533c9 (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@1f2dad19 (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@6d506c2 (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@683ebc96 (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@56ab7123 (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@249c4b8a (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@ad1aacd (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@17167d0d (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@1ab934a5 (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@5c3ffc63 (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@5b3fa2eb (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@7f654294 (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@2c2a5dc1 (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@fd570c3 (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@295bb328 (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@7cff2575 (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@3d3fece7 (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@452339ce (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@1cd10b8c (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@5b8a6be2 (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@4f06cc27 (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@4d36f5d1 (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@1e51f4ac (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@168c49ff (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@6f12c8fd (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@4154235 (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@702230f9 (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@1def171a (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@5201b111 (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@292da72a (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@4c9f22d2 (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@50951713 (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@fc3ad29 (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@4b135f0c (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@7e2f6d0e (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@6fad057 (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@14c29f44 (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@45f859ef (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@403a0b43 (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@1092037b (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@445ae792 (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@57a63b99 (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@3e3308c4 (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@7df7ea67 (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@1b6b7cb3 (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@3a8c7444 (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@4b6a5cad (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@42823b40 (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@1bf54900 (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@7b4f906d (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@4a436b4d (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@696f5e1b (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@6045d81f (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@7d4c91af (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@71af8ee5 (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@ecf17cb (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@4004a32d (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@595c936b (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@61aecc43 (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@3564bc82 (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@42e0c107 (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@4f8a0dd5 (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@5f9a280a (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@54be04ff (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@70661b4a (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@351824f2 (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@3a1d5437 (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@7a61a475 (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@4161fb17 (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@35aa787d (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@65c63e13 (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@12737cd2 (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@5c8494c8 (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@3a0b76b5 (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@709077d2 (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@454cb44c (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@4636f073 (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@5b605a52 (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@7b897eec (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@acdbc86 (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@23e2d225 (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@2d096d20 (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@2f873b30 (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@5bbf3363 (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@3d392559 (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@5a1b66a1 (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@4c538869 (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@3c363c38 (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@78dda5b2 (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@1852b738 (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@74f514d8 (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@79af2182 (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@6a80b23 (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@4d12aca (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@265e1e96 (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@5e716989 (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@537b8ff7 (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@58781a0 (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@7cc09b3c (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@734ba764 (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@27289c58 (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@5f49eafa (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@719706f0 (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@7ef1b33c (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@443f3a41 (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@37a419a9 (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@6b778aa1 (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@6ba00d1a (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@7cde2896 (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@2b2b972e (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@7b4e571c (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@106d4db2 (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@1dfa5db1 (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@6a1f3bc7 (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@4590af77 (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@25a961f5 (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@694e183a (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@2c72d3d7 (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@6c592a39 (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@211588e (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@656c31dc (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@658c0583 (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@2a7c563d (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@509a0f4b (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@547c3655 (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@51d98144 (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@195cf8fc (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@193c4ccb (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@2c470f27 (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@3109784a (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@4f6ced8f (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@344daabd (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@727ecc1a (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@2b3f88aa (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@366c566c (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@5e4016f9 (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@597c4efa (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@7556cf2 (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@d7ce898 (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@3d8bf8ff (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@63b7a2a (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@2a25b4e3 (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@4077a117 (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@22d9e5e6 (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@7fee31bd (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@786b100f (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@6b0efc55 (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@e2da56a (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@5c504166 (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@1706887f (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@bf6229e (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@3696f77a (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@2fa8e645 (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@594e4bf7 (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@58624a83 (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@4290b699 (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@2a9a1457 (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@38f70342 (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@56ef9962 (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@32d79ad9 (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@57ce171b (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@3e9ed58c (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@424667fe (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@449618e4 (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@6db92609 (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@444c034c (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@30696219 (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@6e2c526 (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@2bd4dbd4 (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@3ea883ad (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@7f53f8f6 (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@102a669 (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@7b4df80f (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@1bb93bd8 (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@39ace98f (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@446f8bba (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@6db09ce1 (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@7e812689 (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@3b10e17e (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@18889c0b (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@6f4a54fd (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@536d437b (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@6a444973 (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@20532865 (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@ba0af6b (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@326f53ff (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@7aa88b10 (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@4b2efbe9 (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@457bde10 (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@338d7748 (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@f403363 (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@14d0e7c5 (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@6063b8d5 (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@c62763d (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@1abfa89e (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@7d670284 (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@bfa8ed (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@1f73f559 (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@786f4571 (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@3dd91bda (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@405c344c (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@4085c823 (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@42c3598f (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@37b18dc6 (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@166e3128 (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@78443716 (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@209316b0 (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@1b7760d9 (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@7c77e5ee (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@25d291f1 (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@1dcc256d (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@3d9dffa5 (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@7e06356d (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@64fe20eb (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@a130c54 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@506abf6c (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@f8da553 (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@e80a1ba (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@35257f94 (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@3a4e5ccc (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@2e158d7f (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@19337413 (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@365f5f81 (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@7dd15816 (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@7f5c073 (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@464b329f (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@1a1a6529 (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@2dac3b0d (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@2f370ee2 (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@30771e51 (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@798d165b (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@35353e34 (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@22e2766e (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@2a6f61f5 (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@3b41952d (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@2799c8ef (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@16f99b74 (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@47c83097 (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@70172dbe (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@781abcb5 (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@2aa450f1 (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@2ec8592c (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@6387613e (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@4ed586ef (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@43d84788 (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@45928bec (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@c21243d (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@17f52f0f (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@1690ce7e (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@478cfaab (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@42093eab (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@7c3afcb2 (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@6cc92e75 (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@4cb0d8e5 (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@47c74bbe (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@6cb3e098 (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@492cd1fd (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@466a6873 (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@249bda31 (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@5882ee19 (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@1181fb2 (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@cc48c58 (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@7cd52f43 (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@321f2bb4 (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@64fe20eb (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@a130c54 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@f8da553 (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@e80a1ba (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@25a06285 (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@1e8c8ab6 (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@35257f94 (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@3a4e5ccc (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@77a21511 (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@666ffeac (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@517db1ae (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@54187461 (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@68d44f8d (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@7488fe02 (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@3eea7f39 (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@7bfbca4c (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@39b62725 (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@afdb6ff (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@2d2599b3 (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@5240755a (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@6814dd76 (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@19337413 (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@365f5f81 (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@121b2109 (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@748ae062 (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@769b910c (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@712c1627 (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@52867190 (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@78bf893d (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@610a0910 (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@7006a638 (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@11ed5359 (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@151fd638 (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@1a12ba30 (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@3507847b (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@26dc8848 (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@29107599 (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@6004dc16 (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@69a9a831 (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@2bf5e384 (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@1e3e7de (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@47417f98 (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@630daf61 (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@67608947 (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@79235f62 (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@35525261 (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@3b2a950d (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@58e3199e (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@3b5885af (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@1cbe19ff (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@63ec3353 (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@1e6bbffc (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@31d8c4c5 (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@4c473fac (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@5fde48b9 (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@6882a690 (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@2251e8b6 (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@579e190f (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@7a2818c5 (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@2a5adb34 (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@d2be911 (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@2cbeddbf (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@2f0380f (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@4c73cb2e (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@167ab43a (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@4f61fc9a (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@4cd28539 (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@1e2a0d36 (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@5d32b1ad (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@1df703bd (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@4554a677 (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@b594056 (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@43ae3749 (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@66612e6a (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@1992e3db (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@748fb6ad (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@5c971abc (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@4c5797d3 (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@31fb37f (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@5a24c9d1 (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@20a35008 (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@523af5bd (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@4492b30e (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@540945ba (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@22016249 (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@2793fca9 (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@76482196 (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@68729e70 (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@32883cbe (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@3694e0b0 (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@7c5949e3 (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@1f1fa9ac (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@78b334b8 (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@6e3ea76c (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@5e5b4287 (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@1fd5f3b4 (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@7e221202 (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@65bccf6d (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@6177f627 (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@518ff1ee (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@3fd34bdf (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@3c973cef (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@4c21beba (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@77f4ad40 (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@3661096a (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@1387c5ed (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@1a74dda5 (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@5b299ca7 (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@678ceb92 (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@1eaa053f (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@478fb720 (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@5207d06d (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@42e8313f (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@52088779 (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@1198e803 (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@6444b84 (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@b4a1edb (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@7b8ffbc3 (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@638badb4 (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@5f55bd39 (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@1ee75071 (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@417e6eca (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@7c737c5f (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@1942c12a (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@2bf8e4f6 (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@62414577 (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@e72c29d (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@18a0c9f4 (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@571aa3b0 (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@4b613cfb (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@3d5a18a4 (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@599fbd63 (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@5b9a92c3 (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@19defbaf (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@27505afb (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@139ae802 (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@34a29188 (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@3489db69 (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@7097ef02 (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@65b46882 (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@3267dc84 (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@ee3f1d1 (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@7d8fef8 (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@bd7817b (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@6860acd8 (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@791ca57c (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@39f3ab99 (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@e182985 (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@63f342f2 (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@7fd82cb5 (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@794041e (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@10b5dd3b (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@28fb0ddb (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@157fc6bd (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@490b0a52 (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@39ee537d (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@22692283 (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@13be5d6a (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@73f96746 (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@2f60546d (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@4e5409e6 (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@7601c5a0 (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@4e7a4f71 (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@3b5a48ad (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@64780dc0 (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@106ffab (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@fa48e5b (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@6652a022 (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@6beed6a1 (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@7043a672 (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@2ca09202 (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@1d6f6384 (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@6f5d3249 (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@52af73ef (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@134956f8 (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@1580f1a2 (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@11d0e393 (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@689081f0 (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@7105acd4 (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@a4cc79a (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@215ba30f (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@6825ca90 (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@120b926c (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@4a0d60de (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@63399c7c (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@452b6ed4 (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@58d91725 (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@77acaa3e (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@6de667 (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@24ba761a (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@67f9db65 (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@4ee81fb5 (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@3c2dc0db (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@152606c8 (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@1b3db66e (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@538d4019 (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@7dd15816 (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@7f5c073 (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@466a6873 (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@249bda31 (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@6640266a (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@3fa82753 (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@5d5013a1 (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@57a774f4 (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@5882ee19 (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@74de5e69 (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@115252ef (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@4d998f69 (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@3a0448e8 (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@42a8fa51 (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@d15263b (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@35d29a00 (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@123a2b89 (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@206a0c46 (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@cf60237 (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@1dc4910c (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@5e61975e (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@2e99b8e8 (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@16ee68c (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@381b5b5c (id: 29d42166-b770-427f-a8c6-aaebcb17aec3, sid: 29d42166-b770-427f-a8c6-aaebcb17aec3) (name: CP53) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) [Scope2] >> release >> unload Project_test_01 [Scope2] >> release >> unload output [Scope2] >> require >> load Project_test_01 [Scope2] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@5f90c49a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3a6d0d5 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1c2d0835 (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@2c035d07 (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@292f2c80 (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@dc5ebfc (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@71084bdb (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@15737e4b (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@10388715 (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@1f4c85c (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@28a9f64a (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@31aa71ed (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@69a77a93 (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@70a3ecb6 (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@716118ab (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@3d94d513 (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@5287b303 (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@5f90c49a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3a6d0d5 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2c035d07 (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@292f2c80 (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@369af6ad (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@685d2668 (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@dc5ebfc (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@71084bdb (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@468fa74d (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@cfd790e (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@2048ecce (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@4d4735c9 (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@2a8e9e33 (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@1690b459 (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@48b1cfbe (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@5db0675e (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@5653d888 (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@45f28c67 (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@44335936 (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@431b45f (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@3a74d53d (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@10388715 (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@1f4c85c (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@4fef0ff6 (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@1245cf5b (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@4611e229 (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@56a747f6 (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@6aa4756e (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@236dc2b9 (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@412beec7 (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@2d5f99e3 (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@64999623 (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@29acf803 (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@4e2ecbc0 (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@4c9e5e8e (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@59a8c584 (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@616065ba (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@3797c1e (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@3dad38d1 (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@22b64e05 (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@4099b25c (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@8c8afdd (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@5c7765a5 (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@4c21ce48 (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@41a78ec2 (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@cdc776c (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@6b61711f (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@29f0a1b5 (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@545cfbd7 (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@3b549127 (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@52575b02 (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@74ddc702 (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@18366ac7 (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@27d7e9b0 (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@7885e16d (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@713adac0 (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@1b99e73b (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@39b1791 (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@54420006 (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@27fdade1 (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@7c811110 (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@2501aae (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@3c75ac20 (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@3f9405c4 (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@3d93edf2 (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@347fb2cd (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@257a0cce (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@3a5f9780 (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@18810144 (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@51a12143 (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@24484bc5 (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@62ed2b5b (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@72f69d63 (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@2a050147 (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@340fa801 (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@21d9a869 (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@461d089f (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@3ff78bbd (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@5301e6ca (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@2c07c3 (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@385de18 (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@5f6e4f14 (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@10f9e141 (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@70e869c4 (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@2fc47d71 (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@14e9f5 (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@724fa277 (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@7eec66ba (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@591073d3 (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@4a77416d (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@45a41e4e (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@586079f6 (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@2b417c2 (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@6ed71423 (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@5ec965eb (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@12ab0cd9 (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@26e3aabd (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@70c3c44e (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@65300180 (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@1ccddaaa (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@67def17b (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@59d155b (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@2774304e (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@551eb680 (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@455bd071 (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@2881324c (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@2e718152 (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@efb98aa (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@1538195c (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@340a5ae5 (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@16d33627 (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@77a36c09 (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@78ce1ed4 (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@42df8078 (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@151d24a7 (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@4fe0ca6d (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@3324f72a (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@5c7043ee (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@3f527975 (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@76286f50 (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@62a14b18 (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@3c100b91 (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@102544b7 (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@25c2eb0c (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@4dd39d27 (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@31d32f91 (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@487d5faa (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@78c318f2 (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@4915d7fa (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@614ced48 (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@166ffb43 (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@6513bf9b (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@58506efd (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@310c3357 (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@f9dc2e1 (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@31c418db (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@580c2c89 (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@396767a3 (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@517c0fb6 (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@53a42045 (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@5c0ecc80 (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@6246c918 (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@1dd6eb1 (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@35da25a1 (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@2e9f60fe (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@7a45623c (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@10073323 (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@af1c5d4 (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@642c12ac (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@759fb360 (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@740c7891 (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@7031bdce (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@211a9f93 (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@4c3553f3 (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@22710cd6 (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@3a1c6c2a (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@5c501a51 (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@1ccf4962 (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@36f2f191 (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@6fd6a659 (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@3388ab60 (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@55ea702a (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@74b56d7f (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@1c779825 (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@4b737dc0 (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@40c5fa8b (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@507353ca (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@6a20c3 (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@6f9483e7 (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@2840825e (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@781a070f (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@d1698a2 (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@6f27abc9 (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@472dfb5d (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@327deea0 (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@b97b3c5 (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@4a9970d0 (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@46e9043f (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@4aa1b101 (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@691e1ea0 (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@6800eca3 (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@7ed9c98 (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@646e25ac (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@99dc7da (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@6192d6ee (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@2354d165 (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@33cbe339 (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@7291e3a4 (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@77cbdb6a (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@406ccea0 (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@6fc56b8f (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@5bf9ab3a (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@18ac262e (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@17fcd816 (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@560c4435 (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@1d2eba81 (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@4bd8a574 (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@1224103b (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@73eaa34c (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@ae5f718 (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@38729bb7 (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@734af4a8 (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@43f25297 (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@7888517b (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@7929a26 (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@2e03001c (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@143a9f2e (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@76a6425 (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@5c19e764 (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@28a9f64a (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@31aa71ed (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@69a77a93 (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@70a3ecb6 (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@1a849daa (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@48250f8b (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@278c8c65 (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@5e517c7f (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@716118ab (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@bfd10e (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@43939ad8 (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@1674b451 (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@40baed1e (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@3e7373a6 (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@528c8daa (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@45c958f8 (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@6002fda4 (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@ba11031 (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@3e59cced (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@3d6fd222 (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@26c8b4d1 (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@25eb08a1 (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@55259655 (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@1618b011 (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@7515e03f (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@8c6403c (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@71a8e84f (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@22e35653 (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@782d5e28 (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@42d026b1 (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@748c4434 (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@4ce5d538 (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@5eab1e92 (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@1d0d4e58 (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@bb61429 (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@69985c72 (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@6f41905d (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@18c96c63 (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@22d3885c (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3b2a15c6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@33c5c64b (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@6645d588 (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@43020e9e (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@7ee33bb1 (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@75e04389 (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@17db360b (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@13b0bd77 (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@2628198d (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@3db894c2 (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@12910918 (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@193f176a (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@14e68517 (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@379099fe (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@2ed8d4fa (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@4f3d120c (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@6f53e8c1 (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@5cbfc3bc (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@3428b3d5 (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@13227a2e (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@63478d6b (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@4147009c (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@3000b57a (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@30f34a5e (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@6f80b5fe (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@29ca2ff0 (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@159ac9e6 (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@5ea85cfe (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@1c4d743c (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@64807dea (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@23a4c7aa (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@9afc83a (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@63eaa3b4 (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@254dc530 (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@2051cfa4 (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@57c82d8c (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@6109c3c2 (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@2a26fe96 (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@4242899 (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@1216d1dc (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@3dae178f (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@20e19ce2 (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@5241887 (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@27e7d5eb (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@73d77c94 (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@5aaf24e3 (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@2ed63d7 (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@25701248 (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@36312ca7 (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@21985397 (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@22d3885c (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3b2a15c6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6645d588 (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@43020e9e (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@6ec8ac15 (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@6d0f189 (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@7ee33bb1 (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@75e04389 (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@5d7eac81 (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@4a8b3759 (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@76c18372 (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@5946b79d (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@236675d4 (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@72eca2ee (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@62b4b1b2 (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@34bb4173 (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@7a28061b (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@6dc43062 (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@32cdff67 (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@49a6940a (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@2f69dd63 (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@13b0bd77 (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@2628198d (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@30c67b09 (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@5d48b7e8 (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@4b05f233 (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@2e1a5635 (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@367553e9 (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@5205bb7e (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@44e14597 (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@38b618c0 (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@2440fe24 (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@5be17f99 (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@3e0852a2 (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@69840836 (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@25a59e0b (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@5944455f (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@18bae6ad (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@51368834 (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@586a01df (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@237fc930 (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@6cbfdc7c (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@9ad9ef7 (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@14112e4 (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@5c2a6db5 (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@4e640670 (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@2bdb736d (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@220482c0 (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@2d4c14f0 (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@4375d0af (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@743bbc84 (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@30cf69a2 (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@54d58342 (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@13b7f9f1 (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@62540447 (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@84bbac8 (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@66e7d1a9 (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@4a33d4f5 (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@88787c8 (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@5fd0963 (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@513df155 (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@47d2f890 (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@1480bc55 (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@75fad8c5 (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@253cb892 (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@45ed8aba (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@549ee446 (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@770132e0 (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@37b9ecba (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@1ea808ad (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@3d3773ea (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@43dfc09e (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@3bfb3863 (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@65c8b2d1 (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@4c26980 (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@728b0977 (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@530dcd18 (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@44de6e9e (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@4c092041 (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@3d400929 (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@3d612b5f (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@7cd8ec09 (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@59e6bd49 (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@38010e04 (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@484a476e (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@734942ca (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@1fa9b51f (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@2fe8f9c0 (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@3678682d (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@1e00b40c (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@3d4edbd1 (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@56f5b006 (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@557cebf9 (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@52edc882 (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@73ab6e8 (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@66398613 (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@54289a0e (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@68bdf1d1 (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@3ae297d8 (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@10c18789 (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@a99775 (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@79dcdc8 (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@350ef1cf (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@47c79590 (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@585842e (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@7afbef50 (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@3f2e0337 (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@4897d183 (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@76f541d (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@5cc8aeed (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@19a4f9a (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@44ebf47b (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@6f692f31 (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@14577652 (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@734b6324 (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@7ba4aefe (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@7c45f673 (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@65e11205 (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@438e7078 (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@737bf4d9 (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@6fbeb8dc (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@6f0579b4 (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@32b6093c (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@49ec20e0 (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@de028b0 (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@cd2de0f (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@7bd28d (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@46cb8fec (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@3986d262 (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@6af2b671 (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@6d3a1300 (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@24248f3 (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@d588f1b (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@72e6e1ff (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@56a0c4f0 (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@6d64c3ba (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@542e3b5d (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@1facf12c (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@549e9870 (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@1f2430e2 (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@33315825 (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@26bb7a3d (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@52a59292 (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@6bec1893 (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@44b2d6a7 (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@39a5369e (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@47ea123a (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@4c49a2d4 (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@1e1c4214 (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@e9d968f (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@6d643ad2 (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@5917b3f0 (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@9b2ec15 (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@356c10e7 (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@2afe2915 (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@3432aa1b (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@c4e4fc5 (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@235eb103 (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@d1607e (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@6f2a0db4 (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@39aa7ffb (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@6376dca6 (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@682f8226 (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@42c2b5c7 (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@b6846d (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@47159329 (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@35ec6e7e (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@62d78989 (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@54681e82 (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@64425fb0 (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@4a8d6543 (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@530ffa4f (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@25f86387 (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@5a2cae23 (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@e87e396 (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@68055d9a (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@3d5bfc2d (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@94c2b8d (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@153cd068 (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@6e892bbc (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@12980a6b (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@32db9f28 (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@2b7d192f (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@4767a2e (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@7b6ab489 (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@506917f5 (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@6c220332 (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@42c22cc3 (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@3b628c4d (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@73e72e14 (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@38632ba9 (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@1f9b4ac0 (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@3ea43ad (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@22750e1a (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@677d8dde (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@142175eb (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@3db894c2 (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@12910918 (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@27e7d5eb (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@73d77c94 (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@48a785ad (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@58499efe (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@70313615 (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@64626ad8 (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@5aaf24e3 (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@72992771 (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@6dda3b40 (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@4a74caba (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@4c17da3e (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@58ca1003 (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@7be1afc5 (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@1bb32eb9 (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@3c71c5c1 (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@5a9cacf4 (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@17ac8b19 (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@790b41d5 (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@4b66dcf8 (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@7422226c (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@383888f3 (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@1b1e63c8 (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@3673c68c (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@56cc86ff (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@43d47203 (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@51d65b43 (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@561c0286 (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@4a0966b5 (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@50f54e0c (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@59fd5da4 (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@6524ead0 (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@2e6ca545 (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@c7f6ce9 (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@20c3d9c9 (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@6b434d98 (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@4734e44e (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@6748c0a0 (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@51eb0d5b (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@7bbc6771 (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@3673c68c (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@56cc86ff (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@51d65b43 (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@561c0286 (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@7b60687a (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@7b6d1ae3 (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@4a0966b5 (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@50f54e0c (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@5bde8215 (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@7c34b03b (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@355ee28c (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@d59d135 (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@4fd10890 (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@2cd9cf3f (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@6b8bd7bc (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@5be7bbea (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@67cd0db7 (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@58f8646 (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@20394d6b (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@74da0977 (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@30df6432 (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@6524ead0 (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@2e6ca545 (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@68f3e48a (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@4d21d02d (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@f11c133 (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@33bc70b4 (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@705f6e56 (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@71c62137 (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@552638d5 (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@5cfcb15 (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@e693824 (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@4e667f47 (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@16e14df9 (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@51eebbfd (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@77f95773 (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@6b6b52f0 (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@4a54204 (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@2030203e (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@1dcfb984 (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@2c02941f (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@29946f9 (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@2389a744 (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@43ea3928 (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@7b70ff26 (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@3316d03f (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@5dcbf29e (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@4ffab376 (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@338fec60 (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@361d5506 (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@463219ab (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@6df5b679 (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@41296b79 (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@593873ed (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@65c828b1 (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@42b861aa (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@14ec3bf2 (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@ed18599 (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@2af8b952 (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@5e8ab5b6 (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@5c751eb3 (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@796a982d (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@632adde (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@751bd970 (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@581d8c0e (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@1fb14183 (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@c7e53f6 (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@2705db50 (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@134c4e42 (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@6e4b8f1 (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@78fbaa38 (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@71ad212c (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@625f05 (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@23e24cc8 (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@6c05a723 (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@3d4fb28c (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@1d9c1092 (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@f1b16b (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@406ab82b (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@41b6e0b5 (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@7071703e (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@1018b1d8 (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@66dd4826 (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@45106c4e (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@490080b2 (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@6555540e (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@6d2b931e (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@48499faf (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@60ecbd8e (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@51016ee3 (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@6083b4be (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@64b3ebe6 (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@6de12ec7 (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@7a5abcd (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@4b30e9bb (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@217cc44d (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@badf86c (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@3fdc0311 (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@794464da (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@713aad7a (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@1d906751 (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@4728a28d (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@6691e50b (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@42e4d5de (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@5c50883c (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@5e6e65f1 (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@37be7a8a (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@53100386 (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@47e3e8a7 (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@668dcf25 (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@4ab87aaa (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@6118187d (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@b4288f (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@9d07f19 (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@713a1b32 (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@7b3305d3 (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@b14b324 (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@765a7d75 (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@15a4f3f0 (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@4494824a (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@6a37846f (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@583a34d2 (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@58016603 (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@2d5ef836 (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@32b3f299 (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@3b26ccb9 (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@5e687605 (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@66a7f470 (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@23c0a76c (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@4f13149 (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@5dac41d3 (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@7bf176cd (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@4a2ee258 (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@75b38017 (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@5983b21 (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@381925e8 (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@51c3b9c4 (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@72df4bd9 (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@bdcfe68 (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@3d5fd49 (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@6454bc14 (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@24306142 (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@823ef38 (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@49d64634 (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@1e3e493d (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@39a301c9 (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@2eee63ea (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@55f277e5 (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@3c293ac (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@77013780 (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@45958702 (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@4c987a6e (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@5bd0dfa2 (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@25935e6f (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@c64cf2f (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@49a42ce8 (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@6c2ce6c1 (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@75b73b88 (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@5f009fa6 (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@372b2bc2 (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@3cbad908 (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@701dde6c (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@2b3b8266 (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@4520d9f8 (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@2f382acd (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@31486ff8 (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@6b3b310e (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@197eb43e (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@6008f3cf (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@3d0790d5 (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@4484ee92 (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@45045fef (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@79974dc0 (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@3593f53d (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@56006d63 (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@319cab6b (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@72a609d5 (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@58b620a1 (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@d0835a1 (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@599b1098 (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@2e75caa2 (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@75113cc9 (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@bb219f2 (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@6ab5853f (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@6a156211 (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@d780a56 (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@a660c34 (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@6b7ee80a (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@26197589 (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@31758d8f (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@5a8ab3ce (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@6639dffa (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@5255757d (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@3da1c4af (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@158c0cfa (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@6c6dac50 (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@65ae058e (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@b67c281 (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@73bc582f (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@3faaa413 (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@aec0aad (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@4d32e06e (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@1ca9614a (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@213255e5 (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@27df489 (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@44f00fb1 (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@775ee7b7 (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@1aea8c69 (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@2da429d1 (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@c7f6ce9 (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@20c3d9c9 (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@6b434d98 (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@4734e44e (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@1f412345 (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@6e1f92b8 (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@e690da1 (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@2f85910c (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@6748c0a0 (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@2bd00b71 (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@6d121faf (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@6e1ceef0 (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@118edad5 (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@3a2ec016 (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@4ede52e2 (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@2961619e (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@65833ad4 (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@3689d0e0 (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@c65d931 (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@4b62644 (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@dbe625c (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@75c8bddb (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@57c64e02 (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@6277d6b8 (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@1c25e428 (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@2c33a412 (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@496049c8 (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@15fe844a (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@26c93679 (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@176b0586 (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@5c8e20aa (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@3d3333a5 (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@52a6a084 (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@1daed863 (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@3088200c (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@140283a3 (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@73c7b327 (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@18c100fc (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@2b19fd44 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4089ab8d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@4990ce4e (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@3cce73f1 (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@b79e97a (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@71ae7da0 (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@ef6b030 (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@5a7e5db (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@31742866 (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@48d44270 (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@6f6bd83d (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@1c562f24 (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@5f144f1 (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@98666f1 (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@87dabfa (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@1b7d111a (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@76e695ae (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@2b19fd44 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4089ab8d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3cce73f1 (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@b79e97a (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@296ddc99 (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@6ce10c78 (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@71ae7da0 (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@ef6b030 (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@7a570a56 (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@1da7bc0a (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@71bbdd55 (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@26787662 (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@986468d (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@13ab96c0 (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@28221816 (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@6342aa69 (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@3cb08e00 (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@736212c0 (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@663013bd (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@6fb141af (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@2f49a8eb (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@31742866 (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@48d44270 (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@185b3a39 (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@4d5b0efb (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@5dfc282e (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@769a5802 (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@6323bcfc (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@5fa255ee (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@617c9017 (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@45028e72 (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@3bb81e72 (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@76f831ce (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@59114b9a (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@12f42958 (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@3c2a513e (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@6fb490ba (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@2b03bb4 (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@31bd6c53 (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@5ff078fb (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@140a02ff (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@17e4e651 (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@4d61cf0a (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@118a51fd (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@5553a4c9 (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@65b5165c (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@26ef9c7f (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@652924e6 (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@2d94a166 (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@605e557e (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@47e44288 (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@18fef47c (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@7e384f3c (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@3187624b (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@5f657a4e (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@7b4b830c (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@22832837 (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@281c9316 (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@5c5f3b51 (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@40d2cde7 (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@c1a62c8 (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@e37c293 (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@78fbea6 (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@7c6334e3 (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@4cf042a6 (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@70caeecc (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@aca04fd (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@6f6bfd6b (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@21c07752 (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@6db5128 (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@5cec50e2 (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@6cdc6eb1 (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@4e04fe9f (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@128aa466 (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@6394f099 (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@52dc503e (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@41078fb8 (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@ecfee2e (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@3ea21269 (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@5754724d (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@269b5817 (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@88437f7 (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@6249e1dd (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@43ce21d8 (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@6ea46775 (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@211eb64b (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@1d79dd1b (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@50ab9e0e (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@4d3c6be (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@74e67286 (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@2724f804 (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@2bf35900 (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@318f8cf6 (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@af138ba (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@2938f155 (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@2ba43232 (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@4bb47378 (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@4883b65c (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@26df4440 (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@117e5c12 (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@48128129 (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@2d414a89 (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@6d247964 (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@ed9361e (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@529ef525 (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@75acf8fd (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@3b8d5075 (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@7ca3f8dc (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@59b11db0 (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@4b486d6b (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@1a17828f (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@2037214b (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@612cc38 (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@70150957 (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@39d01951 (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@6890c987 (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@51334f55 (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@5397e1b8 (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@5a82ce00 (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@34b0f826 (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@7fb25002 (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@13c4e46d (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@5ffacadb (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@6c3878ca (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@1e7170f (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@1d9991de (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@61a8527 (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@2e3566bf (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@661dd8 (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@33569cb0 (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@19b45ba8 (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@4c9cead0 (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@3fd9915c (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@48bf414 (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@2b7f8cad (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@59c20869 (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@409d0cef (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@1750fab5 (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@782de21f (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@68b83afd (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@4c0fa07a (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@75ae9f5e (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@2e0d2e1a (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@696dc016 (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@74d305eb (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@75063040 (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@32bcad04 (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@4a628433 (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@23c41b9f (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@b994ca0 (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@30c60ccb (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@335df1af (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@46de39bd (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@6afb2535 (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@6dbe0d05 (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@6427689a (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@57c63ba6 (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@5b719ee0 (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@46ba76ae (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@1986b55b (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@7ffbb6c6 (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@282ab147 (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@3d30adea (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@742c4691 (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@859624b (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@398bd8cc (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@591ac353 (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@3e4922d3 (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@5963c06e (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@a186148 (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@35981041 (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@40305633 (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@4cf519e3 (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@399a0224 (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@5c101761 (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@1e53431e (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@73319620 (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@178c0a96 (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@70d87252 (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@59fbbc43 (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@2604b1ca (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@6adb5a95 (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@1b555580 (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@3220d50 (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@51206b6b (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@644719c (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@64d56ad6 (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@68e61ede (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@4d0b4acf (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@1a4ce11b (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@1149c568 (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@37ffc41d (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@eba111b (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@4286c0e0 (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@334be74 (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@6eb096c7 (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@593a0f9 (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@639a9d71 (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@24d40c8f (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@d0c1522 (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@3aca70e7 (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@23e82792 (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@4365ed86 (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@696f7ef (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@39b83c24 (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@1160c557 (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@2078711b (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@58d9202c (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@dfca575 (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@6f6bd83d (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@1c562f24 (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@5f144f1 (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@98666f1 (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@3cb2a627 (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@33ebbb8c (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@9e0f2ee (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@6c27aa53 (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@87dabfa (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@2bd44e98 (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@25adae8e (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@7409fd5a (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@5c7f776f (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@55d652f6 (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@261f82d3 (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@17c5d70 (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@66dafe4b (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@b32344e (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@5a0608ed (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@76592110 (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@5df0b00 (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@1fd5cfb1 (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@757eedc6 (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@4a1003d8 (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@37ea9691 (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@6f36f9a (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@4e1a25f (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@4ea56fd8 (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@2d182683 (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@300a0305 (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@39f0ac01 (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@5c4edf48 (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@300ec67c (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@507cf953 (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@6c50c7f9 (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@46cef1a4 (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@b5f227 (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@37b43503 (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@38308967 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@c06fa46 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6e4d453 (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@1905b345 (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@76a7e64e (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@192946b2 (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@278403da (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@3caaf8f4 (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@7d1f837a (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@26e2989f (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@27cbb051 (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@7f257dc4 (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@2f02ee86 (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@56620efd (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@1d0ccbf4 (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@1958e425 (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@21164f56 (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@6745b86f (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@1c6d8c18 (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@42ca3a7c (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@5135b18c (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@1bf9fd05 (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@6b84bf2e (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@780e71f8 (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@44b06a4 (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@508ec2fd (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@4f3a3027 (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@5e869abf (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@1e647063 (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@d209c45 (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@13853ece (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@15b74993 (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@499513a7 (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@6faaa942 (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@1a325bb8 (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@356662bc (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@548f479c (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@6ed504f6 (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@66327d0f (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@604780f7 (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@4e5a98c4 (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@86ec74d (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@7d41194a (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@215d7e2d (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@479f2dc (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@52e1fda1 (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@29aaa8e9 (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@4e7be3a8 (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@5e437cab (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@60a61b04 (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@48c79cf7 (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@38308967 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@c06fa46 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1905b345 (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@76a7e64e (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@1204e66a (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@49e04262 (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@192946b2 (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@278403da (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@279e40e4 (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@50c6fd09 (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@a02982f (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@f85fbdd (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@1158c9e2 (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@3acf108 (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@54ec3f46 (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@21755bbf (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@3f51a8f0 (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@5b113aa3 (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@5a3e05f (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@7a2aee0b (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@16253ca2 (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@7d1f837a (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@26e2989f (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@6fecc3e4 (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@66e7832f (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@67e2c8da (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@5c0c9860 (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@6288635 (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@777d3a32 (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@167c1e5e (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@2e0b5b69 (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@6c5069b3 (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@72e262a1 (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@1f4c2de1 (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@2a76a031 (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@2c3309a4 (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@52ee1ae6 (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@79016fc3 (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@66e93ffa (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@52a374aa (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@70b87d32 (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@2b56b91 (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@2d0c82d2 (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@64c3a5fd (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@57a105ba (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@7e61153c (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@37320230 (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@4e27b566 (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@1174e5cd (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@674aca2a (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@570439f6 (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@5acb77b6 (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@50a512d3 (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@4786d8d (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@46775ef7 (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@18c1930f (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@7aca220e (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@3d193cdf (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@41654d6d (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@7e59654c (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@ad2419c (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@7330adc2 (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@5eb0a21e (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@481c94d (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@72292aa2 (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@20050b7 (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@597ba2bb (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@53bad378 (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@687d8f97 (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@68f8efc7 (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@6c92f619 (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@69b6c9e0 (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@6d33f276 (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@421abec0 (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@48de8bb6 (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@5e38a540 (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@15931218 (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@1ced21a7 (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@17e85037 (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@4acd6988 (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@6d41edf9 (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@13a2f818 (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@746316e2 (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@3f8696fa (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@3981a5c6 (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@3de7f8d6 (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@51df2d8e (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@5ae54009 (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@34d31396 (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@29b8325b (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@2d4b6d96 (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@5e4e00ae (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@68b680e8 (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@516dc102 (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@7de1a9cd (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@42bb4f4c (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@1e562633 (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@218c812a (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@51d3eb17 (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@490a1f4e (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@6642dfe2 (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@238297d1 (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@742ed96c (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@64a77b6d (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@66403b2c (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@7f94efa5 (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@8bf1a77 (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@685384e4 (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@18cf573b (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@84539c8 (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@25966525 (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@7abc06af (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@60f7fcee (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@3e31a6df (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@68c886f2 (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@21f05529 (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@3a025495 (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@765a45c9 (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@7fdb2de1 (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@4c392e3b (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@14179f4 (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@4be43d39 (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@1bedfedf (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@207e9eb8 (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@4a19627b (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@2261447f (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@23eae0f2 (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@2da3d928 (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@4413b399 (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@3f834c85 (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@7cd94b0d (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@43c806c8 (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@1a1efa53 (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@3f5c7af1 (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@6c25d636 (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@55be27eb (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@c9f2cd1 (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@70f7fdf3 (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@54d20d79 (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@54ddef0c (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@4379eb43 (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@37ad849b (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@2350ba84 (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@2f7f7e5e (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@3e217be0 (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@6573a9e3 (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@43d1ab53 (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@1708b0f9 (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@22c32783 (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@5a87be89 (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@37ef34d (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@5c43cc56 (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@221af13a (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@5543d111 (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@7817ea6e (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@df15777 (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@1786ae30 (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@1cc85d14 (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@53828ca6 (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@676cc7a1 (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@399216a5 (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@6b61af0b (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@2cc1e97d (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@23d4e472 (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@553f5690 (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@4e9a5e35 (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@51886316 (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@557bea21 (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@793c75e2 (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@5ec9073a (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@79c644c3 (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@9361a54 (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@69fb21e (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@174ca398 (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@1d3702b5 (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@66435c4f (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@6ccefe22 (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@1dee2654 (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@f574958 (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@485a048 (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@72b79782 (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@4aecda59 (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@1679dcb9 (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@70b51575 (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@350fb76f (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@d3012 (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@3227c859 (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@7adba5bd (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@30365635 (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@3f291e89 (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@2c0f8327 (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@3d868c96 (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@73170178 (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@23d1a286 (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@2a3a6856 (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@42be0bab (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@27cbb051 (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@7f257dc4 (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@479f2dc (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@52e1fda1 (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@28461c47 (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@6f1313cf (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@27afa07e (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@3e28d6f2 (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@29aaa8e9 (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@49c96d7d (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@3e627e31 (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@7a12f86c (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@47fd4093 (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@20c0473d (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@5c515e2c (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@6894e7ef (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@20002ab3 (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@7c8a5c33 (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@31ed0c52 (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@126a275b (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@339ec217 (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@1d5b7b93 (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@30fe44d6 (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@73eded6d (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@722bcaf9 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5679e9de (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3ad04160 (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@2799ea92 (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@b5ee24e (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@75f7ef1 (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@68fd49f3 (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@3837b86d (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@272c97b1 (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@362325cc (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@6d12f591 (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@5ed63fad (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@4baff0f9 (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@6a23b1bb (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@15905fc3 (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@e4492f1 (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@3a5893f8 (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@4d814361 (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@5a787355 (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@7001b1f1 (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@eb83b5a (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@49e5fba7 (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@509ecb15 (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@2ded66ce (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@62c0eac2 (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@49e1dfe (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@4faa3a44 (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@51c5fe94 (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@2a364c8f (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@2861f7f7 (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@360790a5 (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@64e3718c (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@1101128 (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@75958d19 (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@22fc4dd0 (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@5dec3712 (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@5cf4f4d6 (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@5505714 (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@450218a3 (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@796ae3b6 (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@243fa09 (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@5ace5a2 (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@503e22b4 (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@7e670c56 (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@5fd728e1 (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@519b202a (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@37c9e00 (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@2ff92a05 (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@68fc9f53 (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@7f5a33fc (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@3ca80e5d (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@722bcaf9 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5679e9de (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2799ea92 (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@b5ee24e (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@7be791f9 (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@47c68350 (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@75f7ef1 (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@68fd49f3 (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@410a3039 (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@61495e6a (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@1f951765 (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@5bf29ca6 (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@6c6b8682 (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@681dc773 (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@58f21364 (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@5d1835fe (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@51155fac (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@57353ca2 (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@60229b5 (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@3acab982 (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@416022dc (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@272c97b1 (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@362325cc (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@556fb16 (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@43e7f2aa (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@b56478 (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@1dabec48 (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@61252ff5 (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@4a18110d (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@5c7eecbd (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@1e7582d6 (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@56674c6a (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@5cfdbfd2 (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@29f4f42c (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@24e5718 (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@20d75084 (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@2e8c9526 (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@8b8cad (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@708dfd33 (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@6a44d0d6 (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@202b4d1d (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@7c195351 (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@63625d84 (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@2f6cf35e (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@55d5000b (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@63e0523b (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@121fbdbe (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@5a215aa0 (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@2709dcb7 (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@469933e7 (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@57fca0d0 (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@2d12898a (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@264e017e (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@81afd12 (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@6d942e1e (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@7ca44b97 (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@682b6d7d (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@3706ef07 (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@7baed327 (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@16fb166f (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@1685ad60 (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@786da65a (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@d3eca56 (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@6dfaec0e (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@7830c89d (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@124b69e2 (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@69dc7d87 (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@53fc662e (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@2df638ec (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@64bb40c9 (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@6e81399c (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@5efcef74 (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@42519d1f (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@7c522094 (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@75144362 (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@5dd9985b (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@6f20684f (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@150bd76 (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@529886bf (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@42fb9313 (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@4149fa8a (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@4de69bde (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@4e9695c8 (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@79fe3e34 (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@17c1c43f (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@6e808572 (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@14c275bf (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@1cc5f68d (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@5bd79a1a (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@3f477cff (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@3c870f66 (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@7f91fddd (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@54f46081 (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@58fea719 (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@6943c958 (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@3caa854f (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@4b2d0a33 (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@66c6ba20 (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@1138a6a9 (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@7950d93c (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@5a8f28b7 (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@94b8e7c (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@2274d7a5 (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@1acc5b9d (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@1e816e9e (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@73bf476b (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@21627146 (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@4567349c (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@77bd9537 (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@28f558b5 (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@1de626fe (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@2c95a975 (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@7fdef07e (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@3b9f18a5 (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@3eaa3aa7 (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@52cff7a9 (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@7f7ede8f (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@13f8a9ae (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@56a62f91 (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@7fcc984d (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@190937fa (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@7b349f33 (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@27f7d016 (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@45c0d8ed (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@1a521a61 (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@7acfce8d (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@70c442a7 (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@7b466081 (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@5943061c (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@7bdd3ad1 (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@16cce21e (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@62d6aeed (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@23e4374d (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@317d8a52 (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@a8989eb (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@2c6369d7 (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@6828fde3 (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@26e23810 (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@11f8d0ca (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@780f9c5f (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@1608877b (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@d9c5094 (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@11cec2fe (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@432fbce3 (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@643945c7 (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@b4ea124 (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@6c704b81 (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@52863a48 (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@7c3f4aa2 (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@2068380 (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@135f5ea2 (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@26fdc221 (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@2ed7c257 (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@589f1f8e (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@21565c97 (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@3103f790 (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@71a91042 (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@6c5a9e76 (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@54b76e22 (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@4c925762 (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@7483c9a8 (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@641e8ac7 (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@bb72e18 (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@1cf80dd5 (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@6f5c138f (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@4fd3ae98 (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@7b9d5009 (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@27d77c0a (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@19247e69 (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@ba4783b (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@680b481f (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@3c67abf5 (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@7ea806b4 (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@7692105b (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@1b86d674 (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@2525ee16 (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@4a3b1a84 (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@151a1b2a (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@1a52e1db (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@7a984148 (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@32ab73f0 (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@6568f587 (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@5e695f53 (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@40ed17fd (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@690c1148 (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@2ea33dc9 (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@7498bdc6 (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@7d97744c (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@27828306 (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@31bb511d (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@6b9d6e5f (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@46aa8e27 (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@68b79797 (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@68d8e348 (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@7a9193c2 (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@16f6433 (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@6d12f591 (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@5ed63fad (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@5fd728e1 (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@519b202a (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@33e24306 (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@5e9d5ff (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@3f6fb4b3 (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@2bd0c67 (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@37c9e00 (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@1d6a62b3 (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@22b577ed (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@ce996ce (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@2660ca (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@14d6de1c (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@733dce18 (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@3f6520ad (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@7cb025f9 (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@232878a6 (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@33227957 (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@423b643 (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@79c1d4d3 (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@194c6e05 (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@3b3b810f (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@2233a985 (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@44d2d51b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3537e868 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2b0a161f (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@5332e886 (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@28883720 (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@466267a (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@5476b73 (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@613bd111 (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@58388d1f (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@1a5c29c4 (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@111ccdb (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@79cfd8f8 (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@7038beed (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@1ab47693 (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@7d6506f9 (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@123deb8a (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@6660463d (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@44d2d51b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3537e868 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5332e886 (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@28883720 (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@69ff45d0 (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@6a015da9 (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@466267a (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@5476b73 (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@5561064 (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@24d874f0 (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@351c8dec (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@5fe4ca67 (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@e465f9a (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@45fd1bae (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@79fb2604 (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@2e6f4eac (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@837046d (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@25ba5eae (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@1683bcb6 (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@1fe30832 (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@334936c6 (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@58388d1f (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@1a5c29c4 (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@76e1b0de (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@4fc29e73 (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@530eb2e1 (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@537b81df (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@811acc5 (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@2e2e9e9c (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@3b46bdcf (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@343ca601 (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@314e43c7 (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@6bcef10c (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@77260247 (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@4a3e5c47 (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@576ddc2a (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@109ec8ba (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@1db654ac (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@25d2ff39 (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@1ce7fb25 (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@7ada2b1b (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@55e603d8 (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@677f156a (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@44e2e473 (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@6fcb9d07 (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@a56bbe5 (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@159d3b80 (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@460f943c (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@759f0a5f (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@4a291e9a (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@1ac8d8ae (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@65cd553c (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@5e745df6 (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@71caff45 (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@10835e95 (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@203ccab6 (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@4137640a (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@67a19bbe (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@6ddc1629 (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@511e3e0e (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@3a0933f8 (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@4ebd895 (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@574019c7 (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@28683386 (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@721d796e (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@7df5b85d (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@2aac0805 (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@43b1fad5 (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@5a7e3dc4 (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@a194186 (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@40bf9ce0 (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@c94b170 (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@272f2d3b (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@677a5d29 (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@611bc680 (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@69080837 (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@6b88335b (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@e0c0379 (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@27ecfb3f (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@5838efd3 (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@78df02ac (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@1948b3f6 (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@611917b (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@2a696f7b (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@20f9a904 (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@167dc419 (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@4113c85d (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@7d88cf00 (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@4d1331a5 (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@2f8e0327 (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@708067ab (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@4b4b4674 (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@333b751e (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@38430fbb (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@34268c9e (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@d4b22e0 (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@2d55da25 (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@1d0d35b0 (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@c0446e3 (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@1b241a98 (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@57e4f54a (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@79f9820b (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@16f5f45d (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@2dbeccc1 (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@5d002299 (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@68dc0ae8 (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@51b25cb2 (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@ab15a81 (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@61b2900f (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@40c912e (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@44ef8e75 (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@f92bc7d (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@7c1ae012 (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@443e45c2 (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@3ead6204 (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@39516a6b (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@7a6edee8 (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@4c5f7899 (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@7e6f414b (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@5ee65d3b (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@52f35191 (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@267bd141 (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@6f70d840 (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@5319bed1 (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@11dd108d (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@69543a2e (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@558aae1c (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@3f3d2d13 (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@2dc3f082 (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@19b06283 (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@4fb38113 (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@7d462f87 (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@28d20866 (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@7bbaaf76 (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@6372a16a (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@5b5b145a (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@75b4c158 (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@26477a6a (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@5f6491 (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@1dd6dada (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@a381e67 (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@34c20faa (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@1f6913e2 (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@5568fd4e (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@ef845b5 (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@2ae3b49f (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@7d424422 (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@6f524449 (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@6ba3883 (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@7e865516 (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@3180e561 (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@70ab523a (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@2782028c (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@6be0cd8f (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@249b5bd6 (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@66062eb3 (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@6c811434 (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@3d016bfc (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@433ac261 (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@149e0f03 (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@705a8910 (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@4632526c (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@538eb901 (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@370c5264 (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@13ba5f9c (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@47cfceb5 (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@75e22f60 (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@4ce1fd0f (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@54d905ae (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@4e20c442 (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@75ff6ee1 (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@3db5a6c8 (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@7c778184 (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@2aa63b20 (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@2420d0f3 (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@34b3b159 (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@74086dea (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@6f6c3770 (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@4de9c526 (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@64799cbb (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@71ce92da (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@3d6d9613 (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@753ec585 (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@37f562f3 (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@32a86e95 (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@603548d1 (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@de64914 (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@4b5a7136 (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@163db4c (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@1f148a0b (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@7ecdeb21 (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@2a28cce3 (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@3ec9e404 (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@6e5bf380 (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@513493a0 (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@1318a911 (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@2147ecb0 (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@fca47cd (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@1c885221 (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@50f1c433 (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@d5805cf (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@30b9c622 (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@6fd79487 (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@5c8be69d (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@73aac1f1 (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@31e75935 (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@325bee9a (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@175b0469 (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@4990397e (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@111ccdb (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@79cfd8f8 (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@7038beed (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@1ab47693 (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@24dc4090 (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@11264d30 (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@289fb169 (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@7d18284d (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@7d6506f9 (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@186aba33 (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@4dab54ae (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@71cd5716 (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@7bbc6d4e (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@364afb28 (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@3a3d51a0 (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@22739db4 (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@4381a169 (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@b165b4b (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@299636ee (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@66b174a8 (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@1badb24f (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@22d86e72 (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@3ae10d81 (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@57982a41 (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@2151d537 (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@401b9491 (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@72a41416 (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@64f8f221 (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@4b2f7be4 (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@570cc10c (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@55a6b5f (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@2610f82f (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@16505752 (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@2765e035 (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@71b36715 (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@50c3388c (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@443d0f01 (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@4cd13bfb (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@69c24ca9 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1da9b4e0 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@5510064 (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@752ee402 (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@21952797 (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@2b90fbd9 (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@6fe66010 (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@40f3a129 (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@6256f7ad (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@54d36580 (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@c92cd7e (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@50591f09 (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@f9e7777 (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@19dbe4e3 (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@39112bd7 (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@3afe64b7 (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@77461795 (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@69c24ca9 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1da9b4e0 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@752ee402 (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@21952797 (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@2b90fbd9 (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@6fe66010 (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@217ced53 (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@2d0c7357 (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@2d811cad (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@4832400f (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@ee23a2f (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@40ba666f (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 = 5fa1c861-d58c-461f-9411-f2f1b7ef81e5 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@50ec69ba (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@7c8e0e4d (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@20b4172c (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 = 689fac05-5b63-4169-bedf-60b16a35ae9c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@29e310d8 (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@71f1e1fc (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@6ea5290f (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 = 20f7ceee-a308-45c4-ab7b-930a37990bdd org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@65fb6ea1 (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@3f937829 (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@20bf1eb6 (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 = 59434c85-96f8-4c1f-bf78-11ecbf693425 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@33259dd0 (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 = 13d04ff4-e861-4336-b5d7-251984291833 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@d956373 (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@480d5153 (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@79d9ed5a (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 = 7468d936-4004-49ea-84bc-2074a5c7000a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7590d9c (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@6256f7ad (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@54d36580 (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@1ba9a76b (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@460ea7de (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@13b0cb2d (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@5c0043be (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@a4435aa (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@39c7536b (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@2c3b0edd (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@72f8b557 (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@593a37c7 (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@5ae56b80 (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@2edcdbe7 (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@19399166 (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@11351989 (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@607dd944 (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@2836354f (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@7d51238e (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@449194fc (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@4aa8c2d3 (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@53ad1a84 (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@27941e2c (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@6fea4856 (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@6358b122 (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@589aeef7 (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@5ff8feb6 (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@62eda5e7 (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@441ac939 (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@4b786a1b (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@53ed208c (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@5ca0658b (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@4ee13c27 (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@4641af52 (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@7c121e56 (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@23c1a062 (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@6486a039 (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@2f76a8c4 (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@437af3d2 (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@6d96896f (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@3c406b8c (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@266ad448 (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@321a5734 (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@6b1e6de9 (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@543d770d (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@24852156 (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@44467105 (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@5caf2d41 (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@6395acc6 (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@6e17be73 (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@19ae24ed (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@3ccec7bc (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@72f3bf7f (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@21c47374 (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@4925a2ed (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@31c6f52 (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@6cfb2009 (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@6e26b131 (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@af044d2 (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@6a76cc21 (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@5fb8520e (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@44ccff1 (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@c92cd7e (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@50591f09 (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@4dec0f2e (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@2fbd7225 (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@35deb391 (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@2d675374 (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@dfac89 (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@4437caed (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@435bbc1 (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@135eb4c0 (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@6e98f9c6 (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@1402265a (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@3d407ca8 (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@5bde2774 (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@72a1a300 (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@77947bf8 (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@498ffc9e (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@6340975c (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@1c068197 (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@48196254 (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@7e441cc5 (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@19d98e26 (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@317baeb3 (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@3273610a (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@6c0ff1b5 (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@39f2faac (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@5510d517 (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@7cc2958e (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@6fd351fa (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@41dae136 (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@12b13c77 (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@7a37a54a (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@f9e7777 (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@19dbe4e3 (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@292312b (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@4548d9c6 (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@7f2b3cea (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@6ca3414d (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@6fa633f6 (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@5fd9e246 (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@2c42f61d (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@1d9b1759 (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@39112bd7 (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@7933493b (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@f6cc679 (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@510b6de1 (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@41506e54 (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@22c98dd4 (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@4b7fc8fa (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@4191c011 (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@37134b9 (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@6d38be2e (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@58b5836b (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@176b5124 (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@1d357b8c (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@35d46fca (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@418e0cc0 (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@c2197a4 (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@1d073ff9 (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@54153b32 (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@6fdccdb3 (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@2a382ece (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@ee42487 (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@735542c2 (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@7aeda84e (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@1148b783 (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@3ea77931 (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@70850404 (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@214eda6c (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@2d04cfe7 (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@7b5bf871 (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@2761594e (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@187c0ca6 (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@3c40f7a8 (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@1ef5575c (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@33f3c6e5 (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@4b92e501 (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@7054a66c (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@442f508d (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@69467203 (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@352038c7 (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@60929fc9 (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@5e07106e (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@40bb7c7 (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@30d95181 (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@44c1ec84 (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@22a30012 (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@7b4f2e0e (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@1e03dbf (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@4a0e54cb (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@70176e08 (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@72aa115a (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@72a7d775 (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@4a377de6 (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@11b3d86 (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@2319dc3e (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@6f49bb57 (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@1e602315 (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@464fca52 (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@2b5a1689 (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@9eb93b6 (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@160c7115 (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@2e2934dc (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@55bc81ce (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@1fdeec (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@75ee9323 (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@1206d696 (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@230587e9 (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@5c6522c1 (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@3ef80d9a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@58829feb (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1aac9518 (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@4268af05 (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@59b61016 (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@eabd071 (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@1bab269c (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@4263c5c6 (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@5fc1799c (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@6dc4c5d1 (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@6450a298 (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@6f4849b8 (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@64ebc778 (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@5f19b663 (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@3ea91a22 (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@56982e3e (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@6cf2f392 (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@7ecaeac1 (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@8c49730 (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@1fbaa1c8 (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@64afbfce (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@4d1add78 (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@614baefc (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@2bb5e7fc (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@327d6c8b (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@299786a1 (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@1517f121 (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@11996e78 (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@485951f4 (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@5d6e74d0 (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@77da08a5 (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@2d6a5288 (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@2f3e6020 (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@15859e3 (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@26e0f64d (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@59e10e0b (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@5025a77 (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@46d69c75 (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@6725487c (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@36e583c5 (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@21a3b68c (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@53e4a3f9 (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@1ecf7751 (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@42e34e6 (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@2590bfd0 (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@6dfbbb18 (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@46328e01 (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@7509c557 (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@26786b53 (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@696dc137 (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@171ecc94 (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@3ef80d9a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@58829feb (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4268af05 (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@59b61016 (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@eabd071 (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@1bab269c (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@6b14f590 (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@3b6c88db (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@7931d6ec (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@6c4c5b5c (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@33392c5e (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@44c81a63 (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@50a7e576 (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@7a65eaa9 (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@1fbfa648 (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@20814d36 (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@2e1964c1 (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@54b8e680 (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@36a6991d (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@54c9f467 (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@5e9db720 (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@c20cfd9 (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@27f2a8b5 (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@6343177e (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@259eb36a (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@3c030ae0 (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@5fc1799c (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@6dc4c5d1 (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@49348683 (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@627cda64 (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@3625422e (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@7d04e376 (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@8ea21cc (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@522f7cf4 (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@98bb340 (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@c66af4c (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@555b1b4d (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@7cba05ce (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@28ffa8aa (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@115a7e36 (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@1c569e23 (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@306e7c12 (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@6501284d (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@27e84115 (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@fe7644d (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@4caa174f (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@20851dd7 (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@4500103b (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@7171d1da (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@6d7db0d4 (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@651e6309 (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@20da3659 (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@5f5adc99 (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@5fa12cb6 (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@49b11a60 (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@38a895f1 (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@311f2869 (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@670d6660 (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@262e12fb (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@5ad50cd2 (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@12c12b81 (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@1ef361df (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@481c0130 (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@3add377d (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@21db9e84 (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@2423fef9 (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@c1e6ecc (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@5f2bd6ed (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@22f94c32 (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@1916baa2 (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@6681cf42 (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@671ce1c1 (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@feca9cc (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@2303c139 (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@4b90e1c4 (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@4b02139e (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@21ca61fb (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@1cfd76f2 (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@50af3a68 (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@6450a298 (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@6f4849b8 (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@6351a653 (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@1f2d06ca (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@7e8823d5 (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@5320b035 (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@3dade73c (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@4ac1bd15 (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@75e8b913 (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@231f0e83 (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@715999db (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@36b7bbf0 (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@6a7bc14 (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@5d17c155 (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@60bd0c6d (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@6b5e43b1 (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@502215d2 (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@335c6bea (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@3b8ad788 (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@22505883 (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@629c459e (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@324f611c (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@5f14c64a (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@7fa0196b (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@7f1013b4 (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@361edacb (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@4fc16cd4 (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@30d55f06 (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@4fa7771b (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@faf34a6 (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@4bcc4e4b (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@51fb055b (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@2590bfd0 (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@6dfbbb18 (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@7afb07f0 (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@651926aa (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@47ff697e (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@2c963ff4 (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@151fd10f (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@3e019e46 (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@6fd76013 (id: 41f66aca-ab4b-406a-acf6-57257d6f5f70, sid: 41f66aca-ab4b-406a-acf6-57257d6f5f70) (name: PL 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 79a6d4eb-ec2a-45c8-8968-df9389297588 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@46328e01 (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@4e435166 (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@cc32ea6 (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@62bea77d (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@7c7a1d39 (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@399f9970 (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@597b3a4 (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@1863557d (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@739f68d7 (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@360e2bcd (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@e3ca43b (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@cf6c03c (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@4a7d8a5 (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@4330cbbf (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@2846b29e (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@128b708a (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@28d3f08e (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@6c5bcb3 (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@5427568a (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@78980ae2 (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@25832b77 (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@719f86c0 (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@5b4e50c (id: 8fa046ce-eddd-475c-89cb-25e1b4c2e198, sid: 8fa046ce-eddd-475c-89cb-25e1b4c2e198) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 071c1f9d-01a7-4028-8cdb-ae98ed05782b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@b5dbd9e (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@2bd84df5 (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@a8f085f (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@23bbcb2e (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@103ccf0a (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@79628f1d (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@7642f560 (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@6d075d49 (id: dc07c8e2-f9f0-4f6e-a943-7fe7c7bdc5db, sid: dc07c8e2-f9f0-4f6e-a943-7fe7c7bdc5db) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) [Cycle2] >> release >> unload Project_test_01 [Cycle2] >> release >> unload output [Cycle3] >> require >> load Project_test_01 [Cycle3] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@d519e2f (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7b93f40a (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6b9bd05f (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@475ca1c2 (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@65aafb07 (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@51f5feea (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@6260515c (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@6f7c62d4 (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@2743e064 (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@50b0b894 (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@787fb88c (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@5a86e76b (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@6d342daa (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@58b2bfd6 (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@40a7c356 (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@47831416 (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@b962831 (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@46177a9a (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@38d4bc7d (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@67283cd5 (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@5dc557a1 (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@20fb2529 (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@3d51421f (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@1b390ff4 (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@6cb62b6d (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@159d89bf (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@22eb70a9 (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@717e9daf (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@2cce2dae (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@55e799f9 (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@2cf0c5d4 (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@2966b600 (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@74184ddf (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@1d592af4 (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@372d82ee (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@2be7e4bd (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@1da722ab (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@49fda561 (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@129c6442 (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@64aa8a0 (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@22dc60b8 (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@6ae1f2f (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@77e1c5cc (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@24bd6c38 (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@63abbe8f (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@5ee75375 (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@649082b5 (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@3f9f031 (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@19ed1b49 (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@686fa930 (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@62496ab3 (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@d519e2f (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7b93f40a (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@475ca1c2 (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@65aafb07 (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@51f5feea (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@6260515c (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@2d04a25c (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@586589fe (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@1f99ffa9 (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@7dc94c8d (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@7557172a (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@3f3f3de (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@5dcf0693 (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@62030e18 (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@5ddfb069 (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@2743e064 (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@50b0b894 (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@2ab90f54 (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@6f2a299 (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@3e8a22e3 (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@6b2b49be (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@90a3820 (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@758d0164 (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@445ac0d2 (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@74ab756b (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@21ed5b8c (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@2c76fc0b (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@61f7e8ed (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@4ed8c995 (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@5a2caf9 (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@485d26b6 (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@5bbbd846 (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@74e754ac (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@552eb410 (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@7ef53890 (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@562862b2 (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@27234d00 (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@15ad246 (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@cb61248 (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@62f3b453 (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@5f85be40 (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@81a9f14 (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@3482e80d (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@4b2c83e2 (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@7f3e2930 (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@5f3c7ab8 (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@3ff76026 (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@787fb88c (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@5a86e76b (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@6e86540e (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@4bc82b5a (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@4e764177 (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@23264a6d (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@6f48ff3e (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@290316de (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@57ba40b5 (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@36b334b (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@2bf29d17 (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@1a76db51 (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@1f4c9f42 (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@3b0033b6 (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@7b08d5b0 (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@63abbe8f (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@633695d3 (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@5ee75375 (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@6109c8f6 (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@5d727afa (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@6d955f6 (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@e73da56 (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@7c202bec (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@195668b1 (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@484cdbc0 (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@45fc2388 (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@4fc99fc4 (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@533fec00 (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@411f6f8b (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@4451f00b (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@1e287285 (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@6aae89ad (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@74a82afc (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@4647710c (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@58ba6b88 (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@649082b5 (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@55ca51cf (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@23852fbd (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@5ab2be82 (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@4a036ee8 (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@3781430f (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@3d737a85 (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@727a9507 (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@23dfc18e (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@1e7b77c1 (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@387a91d9 (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@1e0ee97c (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@43809882 (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@6003a4c (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@509cf116 (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@592c1e18 (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@46ccbb8e (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@418fceb1 (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@4a22a486 (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@4abd2107 (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@724857ee (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@20c5c9e3 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7cdc45ef (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@57b29064 (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@6b2c0b85 (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@4949d832 (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@32853195 (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@6c76a726 (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@1d0678dc (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@5c3d38f3 (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@5842e314 (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@14492ecf (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@4e71c854 (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@597ed21a (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@1a5fc626 (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@4d9b67b9 (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@21a51582 (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@724857ee (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@20c5c9e3 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@57b29064 (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@6b2c0b85 (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@4949d832 (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@32853195 (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@3bf20fda (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@1f821bbe (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@341ebebb (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@585749ec (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@73f001e3 (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@6601a03a (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@27424b92 (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@59dd6954 (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@39519f42 (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@1d0678dc (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@5c3d38f3 (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@6e187de9 (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@370ea89b (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@1960f63e (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@2cafbf41 (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@1f56808 (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@5db28d9a (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@c3674da (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@79539355 (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@10d0ee0b (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@4603b412 (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@65a330b9 (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@fde63 (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@1738d8df (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@4e18a671 (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@1f37714d (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@35790347 (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@3ed910b7 (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@5b17a875 (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@acd09a9 (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@4835a9b (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@63b46c2b (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@7d67eede (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@17514232 (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@99885c1 (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@490d65ed (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@bde630c (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@1683e097 (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@3c5886c9 (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@437442f (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@58377b66 (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@7cdfbe5e (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@4c901c2 (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@596e9b29 (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@5842e314 (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@14492ecf (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@27c1ec75 (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@adb8c77 (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@454e847b (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@182ce54b (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@52e0c53d (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@44c0f952 (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@61eb3b32 (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@5ad73efc (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@ecac1b6 (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@4d83a354 (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@7509337d (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@728ddc0 (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@7eee6e44 (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@4e71c854 (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@597ed21a (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@37c67569 (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@5aac864f (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@f57090d (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@6bdd9037 (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@651816a8 (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@1a5fc626 (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@2fccd9b8 (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@254db83c (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@12e5c2f9 (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@15bea4ba (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@5cf6aeac (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@14326156 (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@287c8b23 (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@488761e2 (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@216d2590 (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@2652c83a (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@6abb7a40 (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@19409e84 (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@51496999 (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@61ea7892 (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@50b26795 (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@26555b51 (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@30e5468d (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@4141cfe9 (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@68ca7c34 (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@72818e8e (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@3d7029b0 (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@1075d2f5 (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@69efa7bb (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@55ecca53 (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@716ea7b0 (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@2bc5519f (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@1c9fdf68 (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@7ac1a5d (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@e0bc1be (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@4499f82 (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@c9a41b5 (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@4f07f82e (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@1f51d641 (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@572cffa6 (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@9e58b1f (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@79d3c485 (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@6821e620 (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@58c0e54d (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@7d583039 (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@1ac834fb (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@7d3fd164 (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@1eef8c83 (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@455b1c49 (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@53303324 (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@4e14c45f (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@405d85d8 (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@288387b0 (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@7c980678 (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@47252d04 (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@4d0c34e (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1f9ddb01 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@5117968e (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@1a309995 (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@7a6816fb (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@7de56ca4 (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@5aec34c2 (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@28f22477 (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@6102db43 (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@7204547a (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@4fa27ab9 (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@51095af9 (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@3ccda980 (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@49d2202f (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@191a0948 (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@1a45a713 (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@4b158c72 (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@139e1e67 (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@5a071515 (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@6d4d5c79 (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@a5c3bbe (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@695271b4 (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@b9f6e36 (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@c3655a8 (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@675c1e5b (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@1d790cd5 (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@54efd5e7 (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@979b72d (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@375f9f69 (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@276ad981 (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@d006066 (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@5342ac83 (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@54ebce76 (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@1217f9a (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@556e5b83 (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@130ec319 (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@199c2770 (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@13cb5676 (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@345eb5cf (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@512dbe56 (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@2972a4a4 (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@60c33f1a (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@21721e00 (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@1d11db76 (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@6e8c886a (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@738b6177 (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@2506b3f6 (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@2345bcd5 (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@1a5fcf91 (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@52059867 (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@5ea14a6 (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@4d0c34e (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1f9ddb01 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1a309995 (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@7a6816fb (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@7de56ca4 (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@5aec34c2 (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@7536da94 (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@74884534 (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@512c67bc (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@69573ac4 (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@7e13e52e (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@6102db43 (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@7204547a (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@4fa27ab9 (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@51095af9 (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@6e8c886a (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@738b6177 (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@7615cf0 (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@2506b3f6 (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@59eb30b (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@45d0b4ce (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@354f06a9 (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@7a6222c2 (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@a94c06e (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@4a226336 (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@7b83b32c (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@53abf5f2 (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@20c24f6d (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@304bc180 (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@56b71e76 (id: b5ddc47b-7ce8-4c98-b1cb-d25277c29a3c, sid: b5ddc47b-7ce8-4c98-b1cb-d25277c29a3c) (name: FPS11112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7f6ccd82-8686-4e06-b3bc-1f82fef40a52 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@35b09cf0 (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@4d9b4aba (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@2ad5169a (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@23bdf2fc (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@12dbbd67 (id: d50168b5-71ac-4ddc-a67d-d59d8beb2e8d, sid: d50168b5-71ac-4ddc-a67d-d59d8beb2e8d) (name: FPS212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c83929a4-4f07-4175-a201-b5716b77bd78 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@6beb1663 (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@2912e8b6 (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@3ffbdbb5 (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@7e893e99 (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@4de27725 (id: df9f68bf-0e86-40f9-b95d-6e8bafc3bbca, sid: df9f68bf-0e86-40f9-b95d-6e8bafc3bbca) (name: FPS1112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 00126d97-60bc-4bd1-927d-e95d633250fc org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@641b2983 (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@6e5e22b2 (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@1b8c6bef (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@170e04ef (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@2a6460bc (id: 2925d1e3-0390-4bb2-b701-509a1f62e504, sid: 2925d1e3-0390-4bb2-b701-509a1f62e504) (name: FPS112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4fbebe94-2d4d-4748-bfb8-c9f4be920625 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5abf7537 (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@550f54c2 (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@38c81561 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7239b207 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1d93d513 (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@6be59d91 (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@2f6e0a45 (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@65895962 (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@755b2d3d (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@58302ac0 (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@648488e7 (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@1b8373bd (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@80435d9 (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@57d6555d (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@36634224 (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@7fc10835 (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@7d685532 (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@7709eb85 (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@4b9513d2 (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@38c81561 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7239b207 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6be59d91 (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@2f6e0a45 (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@65895962 (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@755b2d3d (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@7561cca7 (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@29377a61 (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@725b0d3d (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@234fdefa (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@3d3bc3aa (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@648488e7 (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@1b8373bd (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@80435d9 (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@57d6555d (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@36634224 (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@7fc10835 (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@7d685532 (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@18718b7f (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@34af8837 (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@4358ae37 (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@7c26a2ab (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@6818e423 (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@20be2727 (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@26110c11 (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@6febc182 (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@40fd19a0 (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@112b9987 (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@3ff47e37 (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@ea24f9a (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@26ba77f7 (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@6b902506 (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@6b4bb461 (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@1e3b7330 (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@7469dde4 (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@4c84552f (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@7a5a0862 (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@3f3d56ea (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@5013a14 (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@6b423ab6 (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@41f136a4 (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@142ea276 (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@18f3fb7d (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@621ef55f (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@2a12bbae (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@4bce8188 (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@4ce1b39f (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@2744d874 (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@16248604 (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@737d870 (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@6d82c86a (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@3ef7ad8a (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@49eaa7a3 (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@31a91c89 (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@9e6d690 (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@5e323911 (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@42f95acb (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@3b4d4b49 (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@4a058e6 (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@c39c2b1 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3cf69ba5 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@4b118287 (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@6a6faa16 (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@480426a8 (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@294b2f4c (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@3031ec2c (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@67526ca6 (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@3e4211aa (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@37141234 (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@581a1a6 (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@7f2be882 (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@a859eb0 (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@638888ff (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@31c8e5c5 (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@49a85c39 (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@6ffe3ba2 (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@489689d2 (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@3e86bbc8 (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@35c461b5 (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@2b796f84 (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@57ddbb20 (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@5c8e02e8 (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@4a511905 (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@2a344a84 (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@100ae059 (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@18117f4c (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@630c5921 (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@4c379638 (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@61ed3a70 (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@7295d21e (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@7ee48641 (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@768c8373 (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@3143add3 (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@74f672b0 (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@2e7a24e1 (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@3cffad46 (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@107eb23f (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@57da3172 (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@28784a44 (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@692c5790 (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@ca6ffc0 (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@a710e87 (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@60315fe7 (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@4ed808a5 (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@47024f4 (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@64b04f1d (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@279f0724 (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@297184b3 (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@4e33e395 (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@10114dd8 (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@c39c2b1 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3cf69ba5 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6a6faa16 (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@480426a8 (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@294b2f4c (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@3031ec2c (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@2abc35eb (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@9e49e3f (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@2084ceb1 (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@56a727a9 (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@59c571e2 (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@3e4211aa (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@37141234 (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@581a1a6 (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@7f2be882 (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@4ed808a5 (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@47024f4 (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@3d871f90 (id: 3c07a8d2-2051-4485-8353-e76b2baa6949, sid: 3c07a8d2-2051-4485-8353-e76b2baa6949) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4fbebe94-2d4d-4748-bfb8-c9f4be920625 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5aa27832 (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@30ff5ddf (id: f01fd724-63d3-47c4-973c-586d6b23c5b4, sid: f01fd724-63d3-47c4-973c-586d6b23c5b4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4561d20e-cbd6-4c1c-ade5-fd46c54e33d4 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@64b04f1d (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@348469e7 (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@40d16db0 (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@79cb7152 (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@9383f5c (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@1ee4b4cd (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@5513f64c (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@7937e422 (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@7ce53874 (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@2f2f468d (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@49813cd2 (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@f51c734 (id: b5ddc47b-7ce8-4c98-b1cb-d25277c29a3c, sid: b5ddc47b-7ce8-4c98-b1cb-d25277c29a3c) (name: FPS11112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test2] >> release >> unload Project_test_01 [Test2] >> release >> unload output [Test2] >> require >> load Project_test_01 [Test2] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@38cac5f3 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@35187148 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2b784066 (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@3bd2ff94 (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@7424f86b (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@36ae5d0b (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@703a561f (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@1bf3a572 (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@4a965903 (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@43c7092 (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@3144bfdf (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@2d8858d (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@773b15f6 (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@5ecbebd8 (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@72937f2c (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@77ea9056 (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@7bdf6a31 (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@38cac5f3 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@35187148 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3bd2ff94 (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@7424f86b (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@36ae5d0b (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@703a561f (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@1861806a (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@5adff4 (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@416ce225 (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@f050628 (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@4cc8addd (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@4a965903 (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@43c7092 (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@3144bfdf (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@2d8858d (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@773b15f6 (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@5ecbebd8 (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@72937f2c (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@44858db8 (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@51bdead8 (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@61bf8027 (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@1f6a264e (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@493f4f59 (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@74fbb229 (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@45f1600c (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@7127988b (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@1d137653 (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@34d0f522 (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@7aef02b4 (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@37c13ea2 (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@316677e7 (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@2aced0c (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@3794003c (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@22f1181a (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@582a15d7 (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@6ff0ced1 (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@58313239 (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@38a20fd8 (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@28ef543f (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@63daac0a (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@2c96e40f (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@462e28a (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@567e1095 (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@60724cac (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@298d996d (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7a98d211 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@252666bf (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@28ad75f (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@23952ba5 (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@66c6553c (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@78a93f5c (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@32305323 (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@511e0002 (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@6704aa0a (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@445937ac (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@24ac67a5 (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@4d4f51a6 (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@7b17ecf (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@32b11ea3 (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@e1ba296 (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@39ee0092 (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@35a54666 (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@fdb0277 (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@5c071e08 (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@15a47f8a (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@a2d8d2e (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@5d32eea6 (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@39214c56 (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@fcf2cd7 (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@696d94fd (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@70fe023a (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@2077e9f0 (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@218bc51b (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@691e3a2 (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@67ede98 (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@1010ab7e (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@66cf843f (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@63802e67 (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@40c617ef (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@55980fd2 (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@4fec9722 (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@2d7d6bae (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@5d746881 (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@48070a62 (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@63f9d1c7 (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@259ff60d (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@5bd1b25f (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@2bf5e75d (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@5936d22 (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@6900de60 (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@4cf1df5a (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@35e8f695 (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@31318428 (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@540e53b7 (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@26a066a6 (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@298d996d (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7a98d211 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 7de91d30-045e-4f37-8a15-bdfbaaaf54fb org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@28ad75f (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@23952ba5 (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@66c6553c (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@78a93f5c (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@3c910a23 (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@36d3c617 (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@62680a44 (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@538a8a8a (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@67fe42ca (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@4f35d35c (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@6d2dcad4 (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@1e47b739 (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@1d3fb54f (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@511e0002 (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@6704aa0a (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@445937ac (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@24ac67a5 (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@5936d22 (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@6900de60 (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@47ef4a86 (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@4cf1df5a (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@236dfb7a (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@1e6b3eeb (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@13de3934 (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@7a29f6ec (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@532f6662 (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@bb37784 (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@69c6e85f (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@5c6dfd1d (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@74598c84 (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@6446cadc (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@3a1c421b (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@92ad550 (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@312f555d (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@63ed798e (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@3b39e372 (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@64662110 (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@2f28157c (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@2701281e (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@53576dff (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@66cb824 (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@4e7c1d40 (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@cb500da (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@404f9c1d (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@7146e99 (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@29acf526 (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@dbb8319 (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@49686cfd (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@af66419 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2909e4d5 (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@5542dc4a (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@3c50fecf (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@fd18d91 (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@5b3393b7 (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@5b2d7c3b (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@2ea2e997 (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@1e5e94dc (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@3e38c9b3 (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@6c1ac7ce (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@554d758b (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@3fdfe38a (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@4752d093 (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@2eff2c55 (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@495fd412 (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@49686cfd (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@af66419 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 7de91d30-045e-4f37-8a15-bdfbaaaf54fb org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5542dc4a (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@3c50fecf (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@fd18d91 (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@5b3393b7 (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@7e5ba1ad (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@45468e2f (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@46782e13 (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@111a340 (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@22e42c06 (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@5322e983 (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@54ad4d42 (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@1f87e82c (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@217e61c3 (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@2ea2e997 (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@1e5e94dc (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@3e38c9b3 (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@6c1ac7ce (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@554d758b (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@3fdfe38a (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@4752d093 (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@4393981f (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@310e054 (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@52177eed (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@4d1cbbe4 (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@12908138 (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@1606c17e (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@7f8f3545 (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@57e462cb (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@416ba04e (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@6146842c (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@6765a05c (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@13637441 (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@f96cfb3 (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@5a245d89 (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@108971d1 (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@1840defd (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@21927111 (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@5922b8bf (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@2fe5db3 (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@1cd7dc27 (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@62d49e75 (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@12374459 (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@302384dc (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@67e98b09 (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@210886b7 (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@9351b43 (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@259c7bdd (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@e861da4 (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@6bde1ffd (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@63b24f1 (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@5afe0f87 (id: 256f7376-caf5-4fd1-8455-dcfbeb5cf23c) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6fb44e37 (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@3b360fa2 (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@6aef969b (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@647d04aa (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@484a6c9 (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@2de5067d (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@347aaf9d (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@3e356673 (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@1f262d92 (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@f9a29e (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@40ea1202 (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@c691084 (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@3a5de006 (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@31be606 (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@13f19e65 (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@575851af (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@250c692 (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@5ea72b08 (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@41ba940f (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@547a60be (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@501a58f5 (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@3782c695 (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@220d3686 (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@25f5cde9 (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@27aae452 (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@63d285c (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@4d4f871b (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@465e91de (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@36267533 (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@5936c463 (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@6870e701 (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@5a925bb0 (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@5f18323c (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@30e2f060 (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@5f454192 (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@17c2de11 (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@9d59707 (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@2e1307ad (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@5b2f8a2c (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@5a9cf50e (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@7f543cf5 (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@494c62dd (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@19fdc9d4 (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@561d779a (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@45978768 (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@74459348 (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@4d9cc6fa (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@1f169e01 (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@2b842797 (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@63b24f1 (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@5afe0f87 (id: 256f7376-caf5-4fd1-8455-dcfbeb5cf23c) ID = a4af6e59-ebc0-45cd-a288-d859e77a79a3 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3b360fa2 (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@6aef969b (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@647d04aa (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@484a6c9 (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@242c6d81 (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@3e356673 (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@1f262d92 (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@58a10b92 (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@611f73b3 (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@740c971d (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@5a687eb3 (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@a4503f7 (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@10dd6be7 (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@68d25551 (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@4fe2aacd (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@2004f05b (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@590faf70 (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@3e430c8f (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@f9a29e (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@19fdc9d4 (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@561d779a (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@701c3ea2 (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@d5c5ab0 (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@5ba2e842 (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@3d41a44f (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@18d8acc9 (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@45978768 (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@546f4856 (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@56c2a305 (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@729ffea7 (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@3478f47e (id: dabcff85-a52d-4d94-863f-9be19b4f0b4e, sid: dabcff85-a52d-4d94-863f-9be19b4f0b4e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: SEND, protocol: UNICAST) ID = 329ef257-283f-4ef6-8a10-36b9fa125907 org.polarsys.capella.core.data.information.communication.impl.CommunicationLinkImpl@66501abb (id: 329ef257-283f-4ef6-8a10-36b9fa125907, sid: 329ef257-283f-4ef6-8a10-36b9fa125907) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: SEND, protocol: UNICAST) ID = 529fb0fb-6e84-408b-8e5d-a6f4899cbff4 org.polarsys.capella.core.data.information.communication.impl.CommunicationLinkImpl@25c95f8c (id: 529fb0fb-6e84-408b-8e5d-a6f4899cbff4, sid: 529fb0fb-6e84-408b-8e5d-a6f4899cbff4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: TRANSMIT, protocol: UNSET) [Bug565895Test] >> release >> unload test [Bug565895Test] >> release >> unload output [Bug565895Test] >> require >> load test [Bug565895Test] >> require >> load output ID = 60651902-7a55-430b-b93f-e4c6590c12dc org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@40ceb72e (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@62c6cf9e (id: 256f7376-caf5-4fd1-8455-dcfbeb5cf23c) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@ef8f453 (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@488ace5f (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@51e0e1a (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@4b5f797e (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@34fe1cb0 (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@7887bf1a (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@23e32588 (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@48a3adfd (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@cfc33c5 (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@118b34b4 (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@1fb9a7f6 (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@10c764e (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@76be181a (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@65d06da (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@1619076d (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@40ceb72e (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@62c6cf9e (id: 256f7376-caf5-4fd1-8455-dcfbeb5cf23c) ID = a4af6e59-ebc0-45cd-a288-d859e77a79a3 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@488ace5f (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@51e0e1a (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@4b5f797e (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@34fe1cb0 (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@d9c0e6d (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@48a3adfd (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@cfc33c5 (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@61feab51 (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@24c4b71b (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@71dd3a3b (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@1cd25dde (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@8e2c936 (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@99fdb5e (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@118b34b4 (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@1fb9a7f6 (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@10c764e (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@3ed8bced (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@76be181a (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@e508f0e (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@8283816 (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@736cd22a (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@e6d50ba (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@3d38a229 (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@342fd5af (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@4c7e10e9 (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@4c952913 (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@70d08130 (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@19fde922 (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@77785711 (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@1240255c (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@66edff25 (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@10afbe23 (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@255ab3f8 (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@362308ca (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@3f3eddfc (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@528d329e (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@cf3b791 (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@4eacda86 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@70d6ec63 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1e16a11a (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@792282af (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@376aeef4 (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@26128e92 (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@1dd01c18 (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@495380f7 (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@6219fee6 (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@504d8a29 (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@6a4b4475 (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@47086914 (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@4c60abb5 (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@3e54419 (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@35308223 (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@65ee1e4a (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@2c9a2c41 (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@5766047 (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@34e6db50 (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@21ef9fc8 (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@5cea5790 (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@6a287012 (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@68960a5c (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@355ac959 (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@3b025eb5 (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@12030127 (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@4a1f2dd1 (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@296c25ca (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@3231a4 (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@a3202bc (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@3970d78e (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@71fae71f (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@60d45795 (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@7a699ed1 (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@451aeab5 (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@63fe3f16 (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@2154a403 (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@177d39ee (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@5a036f6 (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@1734afdb (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@13446582 (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@6d089c4d (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@699b109c (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@5b632003 (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@7b28af1e (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@51634b0 (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@6f419946 (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@32bb0fab (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@70221be8 (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@28298aa8 (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@3f7f0673 (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@4eacda86 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@70d6ec63 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6534f64e-4a3f-4c9e-af68-9d8e5d33fa89 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@792282af (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@376aeef4 (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@26128e92 (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@1dd01c18 (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@6219fee6 (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@504d8a29 (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@6a4b4475 (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@47086914 (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@7b28af1e (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@51634b0 (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@4b2e1bad (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@350babaf (id: 519a6d3a-cd23-45b6-9b00-b92114e675f1, sid: 519a6d3a-cd23-45b6-9b00-b92114e675f1) (name: PL 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7500ee96-37de-47ea-9689-6752ce6b4c52 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6f419946 (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@5c57d11a (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@3c34c0ec (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@7feab930 (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@abafda4 (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@64b7c4ec (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@4a8b4618 (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@68813cc6 (id: a3729d4c-7400-4fa9-881d-7fc0759efb47, sid: a3729d4c-7400-4fa9-881d-7fc0759efb47) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f35a6478-63d6-4c1d-9a5f-78e3e44092eb org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1e6ccd07 (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@76524bb6 (id: feee0b33-8d4a-4913-a352-0ca9e2107189, sid: feee0b33-8d4a-4913-a352-0ca9e2107189) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) [Test1] >> release >> unload Project_test_01 [Test1] >> release >> unload output [Test1] >> require >> load Project_test_01 [Test1] >> require >> load output [Test1] >> release >> unload Project_test_01 [Test1] >> release >> unload output [Test2] >> require >> load Project_test_01 [Test2] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@418488a6 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@35db15c2 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@67df3f0f (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@2e0003d2 (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@2dd8cc71 (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@5620d9ed (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@5a68a3bb (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@6c525903 (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@2d58688 (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@52ead88e (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@fe3f8b2 (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@21acde00 (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@207eb55 (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@465a1b2e (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@591c5383 (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@648b4186 (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@596b4301 (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@4ffea069 (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@74c5625e (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@4afc8a31 (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@498cbb24 (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@73cba794 (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@2cc3fc21 (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@2c0568a (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@2eb9886d (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@e06d29 (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@33f1bbe0 (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@3305cf12 (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@519dc3ff (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@521775c0 (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@6c87fad9 (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@7167d504 (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@4eda72ec (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@270aa782 (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@7408d088 (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@3b08f4f8 (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@2658ac67 (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@549c2999 (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@66a22f12 (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@1a71b80a (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@79a914b7 (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@4c4c3afa (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@3be146de (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@2cc70840 (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@25064c13 (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@30d69667 (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@35ced738 (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@73c9e98a (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@1ab9295f (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@25506ffa (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@6c63d162 (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@418488a6 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@35db15c2 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6534f64e-4a3f-4c9e-af68-9d8e5d33fa89 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2e0003d2 (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@2dd8cc71 (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@5620d9ed (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@5a68a3bb (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@2d58688 (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@52ead88e (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@fe3f8b2 (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@21acde00 (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@25064c13 (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@30d69667 (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@35ced738 (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@4bc1f153 (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@37b7d75a (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@21c9c81e (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2414ace7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@29eeab1d (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@45c0ee6a (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@24940ad (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@6e3046ae (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@638ed39a (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@7fda7e77 (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@415ec8d8 (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@2d37e36b (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@64ddccb9 (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@53f2c0f2 (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@5a4260b5 (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@1a5b5794 (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@20e9b783 (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@55ea9b6a (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@1c641eaa (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@5c431d45 (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@31fbece1 (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@30cb007f (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@ce6c982 (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@480b546e (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@26f9256a (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@4ed91132 (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@74497bb2 (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@66f3e971 (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@9ce52b0 (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@f98823a (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@30b3fc90 (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@49723396 (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@3252a3da (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@79106ef8 (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@56684a36 (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@ede2dee (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@29b5139c (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@5328dffc (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@47050655 (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@384bf206 (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@39e32f60 (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@2ca1d09f (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@43794cf0 (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@24c54d5b (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@4fdee8c (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@26fae3a4 (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@41cc4d5c (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@605f928f (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@169e67c2 (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@1bb9955d (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@7a8268ee (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@5c77c0c7 (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@70c51a4b (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@21c9c81e (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2414ace7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6534f64e-4a3f-4c9e-af68-9d8e5d33fa89 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@45c0ee6a (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@24940ad (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@6e3046ae (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@638ed39a (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@415ec8d8 (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@2d37e36b (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@64ddccb9 (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@53f2c0f2 (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@41cc4d5c (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@605f928f (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@6a81a70 (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@169e67c2 (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@5164012 (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@294a35f4 (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@1a68d3a5 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4aae2c49 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6b2e22d6 (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@4486542 (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@37934f77 (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@45c1a30 (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@4da723de (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@241c3544 (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@9593e47 (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@6db028c6 (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@5c0eff13 (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@1c6549d3 (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@707fa481 (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@38a9b54 (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@28d71a51 (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@548ef7e1 (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@6ec55b74 (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@1a68d3a5 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4aae2c49 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 5205a91c-0d1e-403e-be0f-7a65d6aa2aae org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4486542 (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@37934f77 (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@45c1a30 (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@4da723de (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@9593e47 (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@6db028c6 (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@5c0eff13 (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@1c6549d3 (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@707fa481 (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@38a9b54 (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@28d71a51 (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@160fd25e (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@7aad6503 (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@441b78a1 (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@1d27b094 (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@6c1858aa (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7ac66942 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@523088aa (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@2ec0a855 (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@4e1f29f9 (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@518ac6ee (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@14b3535e (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@202e97b1 (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@1b11df59 (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@1c2bd763 (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@120c4e1b (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@dbb6786 (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@52908520 (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@23a7f3bf (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@344d977e (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@5382cb9d (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@5edfd48 (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@194bdc41 (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@41654e71 (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@4feabe3 (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@6e130189 (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@29fd71de (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@4200a456 (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@33d0ae46 (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@4539eefc (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@7881404 (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@406d32b7 (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@76f90662 (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@7c3d484f (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@3bd24bf8 (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@12033ebf (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@2c77e08b (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@3a1eba7a (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@133aab4a (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@18c79954 (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@ba7517f (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@4425f71b (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@283642e (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@26aa4013 (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@17b7d110 (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@7c4171d2 (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@657ad860 (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@1124a604 (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@3832da61 (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@18c59a7f (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@7c4af286 (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@2c2d3f4a (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@1ee390b6 (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@5df69eb2 (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@6e4fab9b (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@3fc841cd (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@6c1858aa (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7ac66942 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 5205a91c-0d1e-403e-be0f-7a65d6aa2aae org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2ec0a855 (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@4e1f29f9 (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@518ac6ee (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@14b3535e (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@1b11df59 (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@1c2bd763 (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@120c4e1b (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@dbb6786 (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@18c59a7f (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@7c4af286 (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@2c2d3f4a (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@8c51676 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@d6218ae (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@acfa91d (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@4a69e40d (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@11fb68ec (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@69e74fb4 (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@45d6c8e1 (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@14a4f51b (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@38cf4bba (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@4d0ad73d (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@1060de0e (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@2af15bb (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@2adf4d9c (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@4b5e498d (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@642f45e (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@1a76253 (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@51c46c56 (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@686f55c2 (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@799eac95 (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@4391fc0f (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@31458ef7 (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@23160c58 (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@2fe0e6ab (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@635d06dc (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@7e720e76 (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@6d15b92c (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@42c861e4 (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@32434102 (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@55fbadc5 (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@4f2a04f0 (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@4eec9bb0 (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@4e884a0c (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@2067fc15 (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@607bedec (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@636c727f (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@6fb89c34 (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@70a05282 (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@4f0bc5f7 (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@4f74a9e3 (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@6406c505 (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@1640bf45 (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@7f5e407 (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@6d247eab (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@3f58b0e7 (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@52166b89 (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@509fabc (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@52913e56 (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@1e776aba (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@4404576b (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@29cc802e (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@25fa56f9 (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@8c51676 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@d6218ae (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 51a682ec-43a4-4b8e-8f22-c2784fd73868 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4a69e40d (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@11fb68ec (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@69e74fb4 (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@45d6c8e1 (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@26734050 (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@6c05e07a (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@3f4c98a1 (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@4c2ede69 (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@7063667c (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@57efa3df (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@f0d4349 (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@382e12de (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@47a01f86 (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@2894004e (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@165c874c (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@6874416f (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@5293179e (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@39a8db36 (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@387e95b7 (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@31ea798d (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@54380acc (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@23dbb5a3 (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@42f5c6d7 (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@560fda2f (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@6b7df508 (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@795a8c7e (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@51acffd8 (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@557d9550 (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@69af8aed (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@725fb7ba (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@5e5c78dd (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@415983e1 (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@1d2d13a5 (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@2dce0f35 (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@35048070 (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@50124354 (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@34708479 (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@38cf4bba (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@4d0ad73d (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@1060de0e (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@2c997a84 (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@7ae91f3b (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@35b665a1 (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@60921757 (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@7380c9b (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@43dfaa77 (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@4c43a43 (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@67e1a790 (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@6db3b0d0 (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@53013303 (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@76b21d02 (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@1c85e963 (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@6cc0ff13 (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@368350a3 (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@503f017c (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@634224e9 (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@89177f5 (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@24bb280c (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@ca7e906 (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@7eb0f117 (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@7d9d1feb (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@1bb31c (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@334795c0 (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@4a06e2f6 (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@5f71ce1a (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@2af15bb (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@d4969bb (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@2b6a01bd (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@1973b456 (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@69863644 (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@50bba7e4 (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@2b2733a7 (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@2ff2e391 (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@779ec43d (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@53ae6ae5 (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@69e72f47 (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@79333d25 (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@52166b89 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 3bd548de-2849-4672-a3b6-aa4e6f797458 org.polarsys.capella.core.data.cs.impl.PartImpl@22025e65 (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@6d18dd24 (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@70a85dc9 (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@4fcc7154 (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@55abe0b (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 = f86ec8c2-7fca-4ae5-9ce8-78ae3100011b org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@2393f4e8 (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@2f83d65c (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@2d3eab13 (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@68605377 (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@729f42f2 (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@5b16db19 (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@19b6a350 (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@270f251b (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@42b88515 (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@16a0a80b (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@3aa025ac (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@64d9e81e (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@6dab8bd3 (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@7e58969d (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@456e51bf (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@6edcc814 (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@5f18330f (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@654eba0f (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@521afcb0 (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@5a8e128f (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@4410c29a (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@549e86d5 (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@51641f8a (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@7bd47543 (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@39926cb1 (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@191aed78 (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@6873399e (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@30d537be (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@1a8822f1 (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@54376df5 (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@25f91124 (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@3c08bae2 (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@674c9838 (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@8fb09e1 (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@656659eb (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@1c40200f (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@1fcee6e7 (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@6060045b (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@d43c55d (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@557d91d5 (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@3fec8be6 (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@5f4e129c (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@4c344d05 (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@757e9e6f (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@2e96989d (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@1e3b521 (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@6fd19c7d (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@6eddea0e (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@7415c538 (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@68c32c26 (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@509fabc (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 = 08ffc4da-5b9b-4b68-8f89-5200bf764508 org.polarsys.capella.core.data.cs.impl.PartImpl@2e80b279 (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@52913e56 (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@28fce14d (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@1da12d0 (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@19ca3b43 (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@3f2ea3f3 (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@6a781866 (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@42f2d5a2 (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@7510ce9d (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@5c566dc3 (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@140e5529 (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@15fa5e54 (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@30cf4f23 (id: e64e7e87-0431-448e-879e-4609471a28f6, sid: e64e7e87-0431-448e-879e-4609471a28f6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 52249b27-24ac-4413-9ff0-629255cb6c04 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@108f6d85 (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@7f582222 (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@779ccab4 (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 = 386a6905-ac6b-4604-b87f-3044a871b79a org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@57eb6684 (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@45345775 (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@5b51b791 (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 = 4e872ac2-85d1-4ac3-a0d3-f01108f24c5f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7790d7cb (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@66c87ae7 (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@12219b51 (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 = 0afa9fa3-5a4f-4136-8ff5-2561f9baea26 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@59bd3edd (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@f06e744 (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@bb46e85 (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@27e76b43 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5cb0b8a4 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@a4ec36f (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@1eae9333 (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@26de1873 (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@2836afb5 (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@a976a88 (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@562fe748 (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@761a134 (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@5872ea64 (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@5eeabc57 (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@24e3aa3 (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@5048f840 (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@d34f24e (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@7090772d (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@17e613a3 (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@7b73e7 (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@2a774724 (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@592d7458 (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@7ef10fd5 (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@254ebfa7 (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@3590824d (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@72dbf13 (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@71d49784 (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@21b7ad9e (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@1084d10f (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@2444bf30 (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@6b6255c9 (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@58f235c5 (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@5cd0d127 (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@5dec48b2 (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@2f86f15f (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@3341626c (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@57bd1a2 (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@26ea8a5f (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@3e7e8bd4 (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@694cc75 (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@5d39fbc4 (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@2ff33a4e (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@6599344f (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@45ceabed (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@57bb8f4b (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@612ceeb8 (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@4dbb859e (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@17086312 (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@4e68a712 (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@6dc7f9b4 (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@524e8eb8 (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@28268391 (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@48ca00eb (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@702eb4f6 (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@27e76b43 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5cb0b8a4 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1da431da-55cd-44b9-8b31-1e979ed62985 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1eae9333 (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@26de1873 (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@2836afb5 (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@a976a88 (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@132f16ac (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@4564893a (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@58b2cd24 (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@69c03f90 (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@231de72 (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@7d5caf58 (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@42d25301 (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@2e55c990 (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@bffcd37 (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@79801b9f (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@5ea80a3d (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@2de890f1 (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@45bc1663 (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@49f292e8 (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@6047e3e5 (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@41b86bbc (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@2b5df43e (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@29bbedef (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@2bdc96ef (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@ceda43e (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@3e7705f9 (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@71d39736 (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@7225af65 (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@19fc778b (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@b81a3ee (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@6410c87 (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@29ac3e76 (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@9a7519d (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@2a00a859 (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 = 63361adc-3791-4963-9d6b-282b61244e34 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@46dde5f3 (id: 63361adc-3791-4963-9d6b-282b61244e34, 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@5872ea64 (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@5eeabc57 (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@5041b639 (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@18566dc9 (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@5738856d (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@5cbb83d9 (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@1161609 (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@39a019a5 (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@837f6c6 (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@a6e9f24 (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@1cfdd326 (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@25298c2d (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@129fdf88 (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@6cf6e540 (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@1e606f1b (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@77c1d01e (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@1bce22f1 (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@40c9182d (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@5d4caf98 (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@2474c50f (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@4ec7b2da (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@4647c35f (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@7e4f8460 (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@7c917a1b (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@fb34631 (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@771621a3 (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@75f8d7a5 (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@24e3aa3 (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@17596615 (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@51044664 (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@62f2f61e (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@119a53c1 (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@4d2ff629 (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@3e6bbe8e (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@4b5ced5b (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@89babaa (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@71fabb6 (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@6d4940c8 (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@7d3cc545 (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@17086312 (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@4e68a712 (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@19c76ac4 (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@35551a7c (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@515598c3 (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@5117108 (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@2cdc112a (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@202c66a6 (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@b23d5a1 (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@6e2510b5 (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@b3eef9 (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@1d0fd225 (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@539babae (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@9cd0871 (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@d9d1fd7 (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@6404d7ec (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@3746501e (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@15f58d78 (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@67ed23d9 (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@6dc7f9b4 (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@2998f489 (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@46dcd535 (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@3520cd82 (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@6ec51e75 (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@2e7798b7 (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@312c6fa6 (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@52510d5c (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@811e36b (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@1ab170fe (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@48b27d51 (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@12d3a2f6 (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@155e117c (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@4f9b5a9 (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@5f7a1892 (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@5031d599 (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@3581fb12 (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@7c1c54f6 (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@73ad7d6f (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@2deee39e (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@178dd45a (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@92889b9 (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@11f6cbf6 (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@4b5e3845 (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@32080a70 (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@7f2038c9 (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@58aef5a0 (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@620862e0 (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@10a1af5b (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@6eb93bf6 (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@4115d074 (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@60aba5d4 (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@7d6d15ed (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@35b721df (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@73512f64 (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@3fc82565 (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@7c126d6c (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@70a712e8 (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@af72997 (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@746ad6a1 (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@1b7cbc4d (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@5384cd98 (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@600cedee (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@4271e090 (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@3c91b247 (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@490c4040 (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@188eee12 (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@122f2a9d (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@7a801d47 (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@5c28bf3a (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@5fde4e91 (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@415b8487 (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@d860687 (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@6fd735e0 (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@3027709e (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@291327d9 (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@ca4c718 (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@62ff74f4 (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@57348773 (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@12ef928f (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@47552d8a (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@ad7af5f (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@286893d9 (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@1a0e14b7 (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@46fd17b1 (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@2c57a046 (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@73d9a71 (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) [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@191826f1 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@484ffdd8 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@4a35d745 (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@1224e4f7 (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@65a8512a (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@2a26038b (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@27ab7371 (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@2f471e96 (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@21be1469 (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@e8da889 (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@7c7fe174 (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@3841d6d3 (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@67eb9237 (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@8b13b6b (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@261d810 (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@ef8c6e2 (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@35399720 (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@3452888f (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@38ff674d (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@70f86966 (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@90170ce (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@29379791 (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@6ab158f5 (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@59b1bf9c (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@5b342364 (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@4e2aac8c (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@56a30ce (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@7c2102ee (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@2afd797c (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@dc843f3 (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@59f0fec4 (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@7aa52458 (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@f0176b (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@1ba58535 (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@544c734e (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@7180a7b (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@7530ebc (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@3068af4e (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@7096c0e (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@4085f546 (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@5f3c2504 (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@2adbe372 (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@66fe833b (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@93e7567 (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@2873c7a1 (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@e9aea3b (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@60a13864 (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@3cd11b2 (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@54dc0566 (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@2c0b77ce (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@1dc0cac9 (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@191826f1 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@484ffdd8 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1da431da-55cd-44b9-8b31-1e979ed62985 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1224e4f7 (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@65a8512a (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@2a26038b (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@27ab7371 (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@5529deb6 (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@72aff438 (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@680f8bbd (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@14c34d36 (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@f04ed76 (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@5d899ec (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@22d08eb6 (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@15cd0f6e (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@208d624a (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@57c07d72 (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@6276fced (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@16c1f714 (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@18e5a207 (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@30228330 (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@f2295b2 (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@ea1aa21 (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@783fe0e4 (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@4181b402 (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@42f2eeb1 (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@7ad03a0f (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@3182476a (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@6450b08d (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@1cacac8b (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@5e031ac0 (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@4dc7e8e4 (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@2e083b7 (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@38fd8dac (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@66b22e4 (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@78e849fe (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 = 43c8f8b9-8f02-47bc-8ca3-ef2b81ce811e org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@55b4f389 (id: 43c8f8b9-8f02-47bc-8ca3-ef2b81ce811e, 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@e8da889 (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@7c7fe174 (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@7a042877 (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@2e404a76 (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@4dea66d7 (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@4e1d5a5f (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@1581947b (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@397136b (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@1aac7d2e (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@50227d7b (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@14497ab4 (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@2ffe3f1d (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@56c262c1 (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@15c814c7 (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@4a0b5010 (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@1453889b (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@514234ba (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@4796c79 (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@14e22736 (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@1c7d7261 (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@5c5a72b0 (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@130fd7e6 (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@16518926 (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@61481ff7 (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@6e883e9c (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@3d5744c (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@1957d5a9 (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@3841d6d3 (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@17927399 (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@3f4d0233 (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@189062ee (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@2e51d861 (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@2a5b6889 (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@7d50ab6b (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@664c313d (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@467e6f45 (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@6ed417cf (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@7b5c8d04 (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@10899e31 (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@2873c7a1 (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@e9aea3b (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@7652617e (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@7031ed8 (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@25583364 (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@13a0b6a1 (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@605ad187 (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@55011381 (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@301d3fe8 (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@3ab8ca9b (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@5687bbc4 (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@1baf2ca5 (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@56fcf0ca (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@a02a13b (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@6fab58bd (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@4e857f86 (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@4b9e1b2d (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@2e22cab1 (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@57c44b6 (id: afff96ee-d797-4ad2-844f-27a8c1eb6e9a, sid: afff96ee-d797-4ad2-844f-27a8c1eb6e9a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a08baa79-d048-4eda-9574-73c7500cb3aa org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@2c5d36e4 (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@df10172 (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@51a2d335 (id: d67d7bc5-3587-473e-a269-e332c4190149, sid: d67d7bc5-3587-473e-a269-e332c4190149) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0b208e05-1121-4de1-8db8-7600e950311c org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@56bf4b2e (id: 0b208e05-1121-4de1-8db8-7600e950311c, sid: 0b208e05-1121-4de1-8db8-7600e950311c) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = a3370b06-90e8-4229-843d-c8dd43edde34 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@10b9b70a (id: a3370b06-90e8-4229-843d-c8dd43edde34, sid: a3370b06-90e8-4229-843d-c8dd43edde34) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 206980af-7ec1-4ebd-9edc-882519815740 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@2c3d796 (id: 206980af-7ec1-4ebd-9edc-882519815740, sid: 206980af-7ec1-4ebd-9edc-882519815740) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a5c9fb66-c6ec-4213-b93c-c52d6f9da50f org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@47ec3b3c (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@74667100 (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@24757fc2 (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@1e8752f9 (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@448bd5d0 (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@1bbb5c2f (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@144e24ae (id: fafdd931-363e-4010-bbcd-36b921a1a3b9, sid: fafdd931-363e-4010-bbcd-36b921a1a3b9) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 461435b7-5c4c-4080-92d6-89d8401252ab org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@60a13864 (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@19a697aa (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@65a9f470 (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@7f169840 (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@5a4665e7 (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@c58e2a2 (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@511875b3 (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@8a3e207 (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@74331d9a (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@3f35ac4c (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@2d12f3f4 (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@3ab68f8b (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@56858a8a (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@44401bda (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@7ef7ddf5 (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@7033df77 (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@a98ca21 (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@4ec28e63 (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@10cb5447 (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@7b798401 (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@19d145cf (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@5f9acfe9 (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@1539c131 (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@22d7061b (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@31bbc0b3 (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@38d7b4ea (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@63bcca88 (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@79c1ff3a (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@161006e9 (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@13e58025 (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@1688e05b (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@6046e59f (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@76778030 (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@49acc273 (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@18f77925 (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@4fca1db9 (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@5767270 (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@2ae697f7 (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@9fbfddf (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@16430e8c (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@20100bc6 (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@3e57791c (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@68946e0c (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@662d2afc (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@46c353c4 (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@43d94d99 (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@7f5eb541 (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@71882d33 (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 = 32e820f7-6205-459a-ae31-c0b6dbbad446 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@761e8afc (id: 32e820f7-6205-459a-ae31-c0b6dbbad446, sid: 32e820f7-6205-459a-ae31-c0b6dbbad446) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 14a8911f-867d-45cb-984c-082f921a362b org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1f3f661 (id: 14a8911f-867d-45cb-984c-082f921a362b, sid: 14a8911f-867d-45cb-984c-082f921a362b) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 51ad0313-5050-4e7a-ae47-eefa13776ebc org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@4ac9f96 (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@6da7e57f (id: 31ac0261-3947-41b6-9b41-2eab42c55c0b, sid: 31ac0261-3947-41b6-9b41-2eab42c55c0b) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 167dafc9-6cf9-492d-9846-2cbbf80b3d2b org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@5ec84495 (id: 167dafc9-6cf9-492d-9846-2cbbf80b3d2b, sid: 167dafc9-6cf9-492d-9846-2cbbf80b3d2b) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 65071399-aea5-413f-a568-e24500d1d030 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@3d01d8e7 (id: 65071399-aea5-413f-a568-e24500d1d030, sid: 65071399-aea5-413f-a568-e24500d1d030) (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 fragmentedOutput ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@2a3b2e55 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@39584dd7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 51ed4c07-158c-4f00-b389-532b4c9cc9c6 org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyTypeImpl@14eabaf4 (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@466d46cc (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@65930211 (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@af7d486 (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@4b8bf236 (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@67fc86ad (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@1a8283c9 (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@2e6527fb (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@5c8406d (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@741aa763 (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@56677073 (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@4a6902d3 (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@4d5a5fad (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@5ce9a93e (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@3036d8dd (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@31e9d445 (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@7e01a530 (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@8ad4f41 (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@855ec9d (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@14de429f (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@67855d11 (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@530d1e7 (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@2226f4d8 (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@448a90b9 (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@92a30ec (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@a9667c7 (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@1f83d279 (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@f1c9668 (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@57e96a37 (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@6ef89752 (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@5f03f4b5 (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@4acab165 (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@7f6bee5c (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@182b3fd (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@41e44924 (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@42df4bd (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@18898edd (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@32e1d899 (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@11ac50db (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@7acfd64f (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@2ee440ad (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@127d60f8 (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@61a4c0e4 (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@65dd0f31 (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@69b0da0f (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@10330d61 (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@57575c63 (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@5afe753f (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@36588023 (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@7258d1c3 (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@a8b6a16 (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@36d560d3 (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@7695bf64 (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@4e56ae92 (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@3562ce9b (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@2a3b2e55 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@39584dd7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1da431da-55cd-44b9-8b31-1e979ed62985 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5c8406d (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@741aa763 (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@56677073 (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@4a6902d3 (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@7a8168e1 (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@5b01e96d (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@3608ee96 (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@34751d1e (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@4542ad11 (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@2d043abb (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@345a016c (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@34389e61 (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@49070063 (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@5d68391b (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@7f711432 (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@60d14eb6 (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@7c50225f (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@2c2a32e1 (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@556abe7b (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@540a4ff6 (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@31f10df5 (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@7a4a723e (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@7cb9f77e (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@a81fa60 (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@1ad49fb8 (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@29e5899b (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@2912440b (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@1229cde4 (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@1f3e71b7 (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@3ffe2f37 (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@4d763347 (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@dd4245d (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@7af1017e (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 = 58f24c7a-897d-4319-9d97-651aa1670ed9 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@63973cd1 (id: 58f24c7a-897d-4319-9d97-651aa1670ed9, 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@5ce9a93e (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@3036d8dd (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@7effce7b (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@26f26e8 (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@13dedfc2 (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@15a81d54 (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@15a4958c (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@5ed5a5ea (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@6fec5349 (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@3c758d1b (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@25f580ed (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@56fc9b4c (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@5b87fcc1 (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@4b0abfff (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@42f1bc9b (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@70657972 (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@1460e24b (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@a0b527f (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@455132c1 (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@1ea46df0 (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@dc5b6d5 (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@5d8d95b8 (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@110663f2 (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@2c7047cf (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@ca33f8a (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@3db24bf3 (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@1f89a644 (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@31e9d445 (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@24a3e29d (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@be1d829 (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@5908f497 (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@263c580f (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@1db0f15f (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@18155250 (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@627b189 (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@429f7d62 (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@259932c7 (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@1a19ab12 (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@61ea70e3 (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@36588023 (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@7258d1c3 (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@74f4ee92 (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@39ed2af0 (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@3ff2e665 (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@4dd92020 (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@4e67885b (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@7f1c6252 (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@56976ee1 (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@53e7f346 (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@234ebb82 (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@b261b94 (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@2f18b957 (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@5623ef02 (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@fa15a97 (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@753d040d (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@2885333a (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@7b56c8c6 (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@c4f7675 (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@1cb29c08 (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@2ecdb1c1 (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@60a06040 (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@63458bfd (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@215b47fa (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@64bc8377 (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@5279e763 (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@42ff5970 (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@34fe4c8d (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@7aa0a693 (id: d67d7bc5-3587-473e-a269-e332c4190149, sid: d67d7bc5-3587-473e-a269-e332c4190149) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0b208e05-1121-4de1-8db8-7600e950311c org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@1274495b (id: 0b208e05-1121-4de1-8db8-7600e950311c, sid: 0b208e05-1121-4de1-8db8-7600e950311c) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = a3370b06-90e8-4229-843d-c8dd43edde34 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@7a07258b (id: a3370b06-90e8-4229-843d-c8dd43edde34, sid: a3370b06-90e8-4229-843d-c8dd43edde34) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 206980af-7ec1-4ebd-9edc-882519815740 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@24be6536 (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@a8b6a16 (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@71e3b943 (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@1d99cd51 (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@66862d8f (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@46b24146 (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@1211eb36 (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@7e0047f1 (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@cd72d3a (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@1045d000 (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@d10d165 (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@71d330f9 (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@44d87d04 (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@7aa3704f (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@71331d87 (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@198fbfa0 (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@1eb8c1c8 (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@7ff8fb58 (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@16ce1e05 (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@68d8bf9b (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@3e9c8ba9 (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@55ddd55 (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@591d306d (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@749478b2 (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@2e0f644a (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@45d3b3ab (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@75fd6d24 (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@22fbdac1 (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@7703c7e0 (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@2f157c40 (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@311fb0cb (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@4dce49fb (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@241bab65 (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@20e824da (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@6cbd51e4 (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@53835c19 (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@2a3a958f (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@4b95bae6 (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@4da1e001 (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@48b0e38 (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@7a6365cb (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@1c47b2eb (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@5e24e88a (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@202d7b8 (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@63aeb70e (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@42df817a (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@3bc64113 (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@7d6bc194 (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@18bbfe29 (id: 084a9acb-5874-4d66-910a-9f0724ca43f9, sid: 084a9acb-5874-4d66-910a-9f0724ca43f9) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 32e820f7-6205-459a-ae31-c0b6dbbad446 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@428ef2ea (id: 32e820f7-6205-459a-ae31-c0b6dbbad446, sid: 32e820f7-6205-459a-ae31-c0b6dbbad446) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 14a8911f-867d-45cb-984c-082f921a362b org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@3b01714e (id: 14a8911f-867d-45cb-984c-082f921a362b, sid: 14a8911f-867d-45cb-984c-082f921a362b) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 51ad0313-5050-4e7a-ae47-eefa13776ebc org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@31c047b0 (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@604a5044 (id: 31ac0261-3947-41b6-9b41-2eab42c55c0b, sid: 31ac0261-3947-41b6-9b41-2eab42c55c0b) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 167dafc9-6cf9-492d-9846-2cbbf80b3d2b org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@5fc71ab7 (id: 167dafc9-6cf9-492d-9846-2cbbf80b3d2b, sid: 167dafc9-6cf9-492d-9846-2cbbf80b3d2b) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 65071399-aea5-413f-a568-e24500d1d030 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@15b34561 (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 [Test1] >> require >> load Project_test_01 [Test1] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@791ee80f (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@750f5ab5 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@133403fc (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@3684659b (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@212698d1 (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@40226fcb (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@29a86393 (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@7d9367e4 (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@57e68255 (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@4db762c3 (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@4cab0fd3 (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@4064c3b5 (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@3d043b5b (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@66192a53 (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@4355e517 (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@263d6ff2 (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@3aff468d (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@159ba833 (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@798a9aca (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@348538f6 (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@740ecbc5 (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@3c9c3f47 (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@116dbed4 (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@cb27687 (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@e60d437 (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@535bb4bb (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@6460129e (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@45e7c5dc (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@3b4838ed (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@516730b (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@618675d5 (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@30a57624 (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@386cdd6b (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@361c48b1 (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@78b6d183 (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@63b99ce7 (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@3d60927e (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@696d0ca3 (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@2799f2c4 (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@8681c74 (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@31a28c65 (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@30ab96e6 (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@58cc4de5 (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@100f7134 (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@49aef74f (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@2b65dc62 (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@54865001 (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@45c5494e (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@527bd9bd (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@9f8b2ac (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@4c5b1337 (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@791ee80f (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@750f5ab5 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 51a682ec-43a4-4b8e-8f22-c2784fd73868 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3684659b (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@212698d1 (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@40226fcb (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@29a86393 (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@2f8c3e4e (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@3a79db7e (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@69f6a7cd (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@328e59b (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@4d98d5fe (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@301eb04a (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@4090fb0 (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@242633a7 (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@3daff1a3 (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@7ca587c3 (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@503b044a (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@655a5533 (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@211a603e (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@2a2676c6 (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@618b901f (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@323a610b (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@3d311022 (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@33741444 (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@deab793 (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@38ef060c (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@520b8ab6 (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@19c01302 (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@59dfa950 (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@578fd6e7 (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@65674ccb (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@5897a89b (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@2ed87e7f (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@5873c4a1 (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@310569db (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@3d17914f (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@11f60a06 (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@20de97a4 (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@6e1c4054 (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@57e68255 (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@4db762c3 (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@4cab0fd3 (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@4d3ac9de (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@2b2a2c3c (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@4e946e80 (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@1eb85bcd (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@55715fd (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@4ed14416 (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@731458cc (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@38ac8fb3 (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@72104538 (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@36a54e98 (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@6726a2b8 (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@3bab68f8 (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@4b62d330 (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@57af954a (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@5cede65 (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@65428a8c (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@38643e47 (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@13caf9c4 (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@6004202e (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@11e3d048 (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@86c5235 (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@4cac9e25 (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@de8c2ce (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@20632ab (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@68112524 (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@4064c3b5 (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@bd187c5 (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@596a0903 (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@754c095f (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@1db07a30 (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@3b48f0ec (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@32e3d497 (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@27f02565 (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@390fba51 (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@76d14095 (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@2dfb1de (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@7ea5b5e1 (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@49aef74f (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@2b65dc62 (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@5a02a8e4 (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@4a29d538 (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@4195bff4 (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@27daf3cf (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@2cce83d8 (id: 19334819-d30f-4b47-a1ed-ce949ba4c359, sid: 19334819-d30f-4b47-a1ed-ce949ba4c359) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cbffb615-45d6-40d2-bdb4-f0df0c759c0a org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@5ce41dab (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@41ea4289 (id: 6396c61b-b756-4055-8713-26b58b94d656, sid: 6396c61b-b756-4055-8713-26b58b94d656) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f823b2fb-16ae-45bc-9d68-2539435a4104 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@24b801a5 (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@43fe659b (id: 0c4310b8-5bbe-4f69-b56f-911e62c0eb25, sid: 0c4310b8-5bbe-4f69-b56f-911e62c0eb25) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 36dfe2af-59c6-465e-9727-61eacc45c363 org.polarsys.capella.core.data.fa.impl.ComponentExchangeImpl@626c2fb9 (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@1e085f37 (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@4142f5d2 (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@9d7709 (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@796c8ff9 (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@611094ed (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@131af2b7 (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@5c903db8 (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@c09c689 (id: 0ee49507-22d1-48e2-a877-503c0dd93477, sid: 0ee49507-22d1-48e2-a877-503c0dd93477) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 44dd39bf-9bcd-4c61-ba2f-58f41b12cdab org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@79b4862c (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@1a2482c4 (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@466e5eaf (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@175a2c2d (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 = 7cdfb5c1-4314-43d3-9a92-92d0539eb03e org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@6df9914c (id: 7cdfb5c1-4314-43d3-9a92-92d0539eb03e, sid: 7cdfb5c1-4314-43d3-9a92-92d0539eb03e) (name: PP212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1560b73b-71ae-4fd0-8053-4ceafef9acd8 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@409315e3 (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 = a87ea3d8-ff9f-4cd3-b9b1-a21f18ae99d0 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@4d7870fc (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 = f260bb57-7652-4541-9f15-65498acc003a org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@48863c6f (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@569767ef (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@3019b786 (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@591e5671 (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@28f827b3 (id: 5d077961-e572-4968-a9f9-ca14fbd68679, sid: 5d077961-e572-4968-a9f9-ca14fbd68679) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4522ffeb-2d60-45ab-8cd3-445a413cefb6 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@45303c62 (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 = c70bee86-6bd4-449a-830d-412e76bf5054 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@709c1342 (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 = 43032582-d948-4133-9fc7-db44a6a54e6f org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@46ca4a0 (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 = 17d5c35f-25c6-4fab-8273-727f6d791e65 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@54865001 (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@12e9a90b (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@36ab856a (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@38daecd3 (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@20f7c765 (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@3f8b210a (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@2c66d278 (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@48b74b78 (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@78d52d48 (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@1e30c029 (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@4df3485 (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@76c143ed (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@272f9f10 (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@3f062254 (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@4200422d (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@3ea2bfab (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@652e7070 (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@6b34ea03 (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@2c28737 (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@1d07131 (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@5dfd67db (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@5bd072ee (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@4d3dad9c (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@4fe614f3 (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@7913616b (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@210c2ba5 (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@17d3355 (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@7e43fe05 (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@1cb9d09f (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@5ca891ae (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@34a7f6f5 (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@557595b2 (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@71a8aab (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@1fa74e07 (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@14bc1358 (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@6d9ddc78 (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@3e014cb2 (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@1b73fa03 (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@6f210ce6 (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@6cdc6366 (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@580cc693 (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@5c2b8c73 (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@3b0aed2c (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@34c26e78 (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@ac41e2d (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@a0c5312 (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@31485ad (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@4a49d38e (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@36809b07 (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@52056a12 (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@f92b78a (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@15b8ac8c (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@6972e821 (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@59535570 (id: c8f17cb9-9a0c-4b4b-9b0d-2a70042711c7, sid: c8f17cb9-9a0c-4b4b-9b0d-2a70042711c7) (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@6007ed6e (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@37fae508 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@74d69167 (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@58eeda10 (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@6c876c50 (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@43c56175 (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@4229a384 (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@722cafbe (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@22672051 (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@5f6b106f (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@6a087d2a (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@11be3093 (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@5a9cef5f (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@45581915 (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@1419a45d (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@b967949 (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@364d9973 (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@33d8ae1e (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@6a3acf74 (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@525eaf4b (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@8022272 (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@7edcc532 (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@4221f4f2 (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@65a22f0a (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@7c2a907e (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@64c73f9c (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@535391d2 (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@a987e5e (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@1d7f3c6c (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@1348d9c4 (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@5cda177e (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@5d2271c6 (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@75a3a37c (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@28c5598b (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@670a8d40 (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@29687c26 (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@41388234 (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@43b39299 (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@70607722 (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@1a83ac44 (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@1fafb402 (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@4057da34 (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@337d6c7b (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@341b17dc (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@2aa8bff1 (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@337ab4b7 (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@18076d69 (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@3eef519d (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@4defccb3 (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@34df4019 (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@749d8e2a (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@6007ed6e (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@37fae508 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = a605020b-0ed8-40fa-9afd-0bd93fbba582 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@58eeda10 (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@6c876c50 (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@43c56175 (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@4229a384 (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@22672051 (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@5f6b106f (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@6a087d2a (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@11be3093 (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@2aa8bff1 (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@337ab4b7 (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@162b37a8 (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@734e688a (id: bc51f332-63f6-4fe9-95bc-635d9382df84, sid: bc51f332-63f6-4fe9-95bc-635d9382df84) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = cc8ada61-d647-450f-9767-5e6a6cd2282e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@656a0972 (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@4d8cdcc5 (id: d1d470c7-635f-449f-a36a-98fb52896976, sid: d1d470c7-635f-449f-a36a-98fb52896976) (name: CP71) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = f19a5f54-9303-4c37-9864-cc2f4092998a org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@18076d69 (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@38100851 (id: d48fb388-c9ea-43a3-bb00-1af7f3bc4b34, sid: d48fb388-c9ea-43a3-bb00-1af7f3bc4b34) (name: CP22) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) [Test2] >> release >> unload Project_test_01 [Test2] >> release >> unload output [FunctionAllocations] >> require >> load Project_test_01 [FunctionAllocations] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@6f86860f (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@17825932 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6628765d (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@23c93941 (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@111f6282 (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@29f7565c (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@2f5834e2 (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@36567aa2 (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@359fc735 (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@3b4e8a22 (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@6f0ac73d (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@4fdf14ee (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@73525d4a (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@4ea0571c (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@582c977e (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@423e4501 (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@23e7f801 (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@6f3353d6 (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@5398be29 (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@633eff16 (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@7f052480 (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@add6555 (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@1ca2fbd1 (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@8f0711c (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@5e8765a6 (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@3f9144ee (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@61680c7b (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@5bee874f (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@a5ac3f5 (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@a68b8aa (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@2b427648 (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@3f95a3af (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@5ada5bae (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@6fd9c22f (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@695cf0d6 (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@7b46ae89 (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@73499d64 (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@5220f198 (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@5c74614a (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@1288aeab (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@2d95b323 (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@786c3b38 (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@76d6b4e (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@50c770fe (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@2676742f (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@271072b0 (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@23b574b8 (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@34aa87d3 (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@3c6dea0 (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@6ab24049 (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@114274d4 (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@6f86860f (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@17825932 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 63c5f496-b7eb-47d5-bb4a-9dd17f586ba3 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@23c93941 (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@111f6282 (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@29f7565c (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@2f5834e2 (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@122acbcc (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@7cbb024f (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@1d9fbb0f (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@592f77db (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@7da2afcb (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@1f45ada9 (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@7f623a8d (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@5dd11b15 (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@35652b93 (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@7fff073 (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@3cfbb3c1 (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@205e2e7e (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@58da3e6e (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@30d6fd4e (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@4cc17c02 (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@776f0b90 (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@7afe8420 (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@359fc735 (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@3b4e8a22 (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@6f0ac73d (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@4fdf14ee (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@2676742f (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@74705952 (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@271072b0 (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@35feeafa (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@5888707c (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@5623f983 (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@23b574b8 (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@4c2981e2 (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@51310326 (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@3b8100a (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@10aa71b8 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@77bae689 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1fed942a (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@1919cc46 (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@1ecaa71c (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@4ec3cac2 (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@6516c1fa (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@e271989 (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@6f602bd9 (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@22f269e (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@729eea6a (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@dd61f16 (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@4ed8137 (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@39748675 (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@2b63d5f3 (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@1f7ac23b (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@77f61cda (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@6aac7b7f (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@5fd5f794 (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@16779d4f (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@51a04397 (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@58dead5f (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@28c78887 (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@2f0e535 (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@519fa207 (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@7c06593e (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@682f1e5a (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@2e12f72f (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@5c3bbdff (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@1fc55cf5 (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@f885c99 (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@6d4decf3 (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@41eee4c7 (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@fef9a6d (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@6cb11b24 (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@6e195835 (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@586741ed (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@2b28947e (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@4f24d204 (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@6b58e325 (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@9d2af8a (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@66b651aa (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@feb1b8a (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@23068099 (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@2afe33ad (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@387d44d6 (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@e3e157f (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@6d28b23 (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@c57eb0a (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@7c9efb6 (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@3fddc140 (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@10aa71b8 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@77bae689 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = ec627100-3a92-422b-9d4d-296483b56914 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1919cc46 (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@1ecaa71c (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@4ec3cac2 (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@6516c1fa (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@6f602bd9 (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@22f269e (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@729eea6a (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@27703f2f (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@dd61f16 (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@2afe33ad (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@651d566b (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@68bbfe4e (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@3b84ab42 (id: accd763b-0ce7-4e1f-9b52-e12b6f8d1671, sid: accd763b-0ce7-4e1f-9b52-e12b6f8d1671) (name: PL1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 49aabac9-01b1-4b6e-8d97-22a458c5583d org.polarsys.capella.core.data.epbs.impl.ConfigurationItemImpl@e3e157f (id: 49aabac9-01b1-4b6e-8d97-22a458c5583d, sid: 49aabac9-01b1-4b6e-8d97-22a458c5583d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: ciName, abstract: false, actor: false, human: false, itemIdentifier: null, kind: CSCI) ID = 07608a8c-104a-4785-a3ad-ee2656d4d7aa org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@43a73be1 (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 = 6c9fad03-0292-45cf-9fa8-d9ec9f2afb7a org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@29c7ec0f (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@727fc1c1 (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@7d5e6feb (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@75c3b92 (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@116d18e2 (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@1d90a2c7 (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@13bfa7a9 (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@75599ee7 (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@c8a22a6 (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@14142f6a (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@7af850ae (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@436f47b0 (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@1e2dd269 (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@2b77c1b9 (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@13329959 (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@2ad90e48 (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@5a173fe0 (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@4ff85712 (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@4887f7e5 (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@2a4e0bf3 (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@49c5c965 (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@44085788 (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@33c7b833 (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@690c2c2b (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@e654e8e (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@8d7fcdd (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@65fcbd4 (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@e3ad240 (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 = d6e7c542-e782-4353-810c-4aeabe8f37fb org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@601ee0ef (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@57e03b2c (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@49a05429 (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@5c6db99f (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@4b633365 (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@1d0c587e (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@56c646ea (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@6756bcec (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@35fc4378 (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@4a4c3211 (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@2e59cca4 (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@7cbaa45f (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@2b0acf33 (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 = 24b4f4e0-3cef-4c16-8d60-ab26dfcd0f17 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@59bb0432 (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@52d238c8 (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@df59eba (id: d882a401-4230-48b3-8ffc-96e7730c1c14, sid: d882a401-4230-48b3-8ffc-96e7730c1c14) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 15d56e67-d78c-4d7a-ba21-8e42cbf13a2f org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@25bb47c (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 = 326936fd-17eb-4a12-a627-a62cf23ffe34 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@3eaed2aa (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 = 7835703c-c982-4f5b-8eda-c77d60c0c65e org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@7ebffde3 (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 = 58c7adf3-10c3-4bf1-9aba-757ac283a651 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@552b786f (id: 58c7adf3-10c3-4bf1-9aba-757ac283a651, sid: 58c7adf3-10c3-4bf1-9aba-757ac283a651) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 984441d2-cc6d-4997-a21b-d6d7e408ae60 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@6b4c4cc0 (id: 984441d2-cc6d-4997-a21b-d6d7e408ae60, sid: 984441d2-cc6d-4997-a21b-d6d7e408ae60) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [CItoSystemName] >> release >> unload Project_test_01 [CItoSystemName] >> release >> unload output [Test1] >> require >> load Project_test_01 [Test1] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@3cf7040 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5f56f6d7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@29a2cbf5 (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@5c9bf477 (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@275c8beb (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@6b848a5 (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@75dc20c1 (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@3080a15b (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@7ec40761 (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@6cb9a24 (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@247f553 (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@6d94de54 (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@de76d45 (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@6ff357d (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@24ee8978 (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@3423a1de (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@2986f5a (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@7d33e6a9 (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@2d46153e (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@4426c19 (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@45613174 (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@270581df (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@3af79fe4 (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@2dc20e07 (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@61e4605a (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@6a641ec0 (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@69d6f5df (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@13fe6b85 (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@ab912e1 (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@6817cd3b (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@3631a5eb (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@51652d6b (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@13c171ad (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@5999ff0b (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@60ec24e3 (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@189a53e0 (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@ce0547 (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@16b9c3f2 (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@177336fa (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@5dbc62a7 (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@2d28a06a (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@7556406e (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@7b1c6cd8 (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@458b8046 (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@1fc3b6a9 (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@751d1068 (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@6724155 (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@3a86dd4b (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@4a1d3f23 (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@4604696b (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@42e98774 (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@3cf7040 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5f56f6d7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 34e31a14-6734-49fc-bd37-3e307b472c12 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5c9bf477 (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@275c8beb (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@6b848a5 (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@75dc20c1 (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@76d024ab (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@3510ea49 (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@71a9712e (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@65678df2 (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@12e50889 (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@2015ea3e (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@1a0fdf13 (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@435ed9bd (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@79c5201f (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@768e6103 (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@129dcf86 (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@273b6f59 (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@772e7679 (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@722d97e6 (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@e3087da (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@728d70e2 (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@76945d74 (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@681876e7 (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@621c3269 (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@7b0f44a8 (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@2f24d940 (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@4a02d0d (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@72cc88a (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@687f6c3 (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@fe0c18a (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@aad5d3e (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@6b24ac79 (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@522c6e30 (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@5b49096e (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@3b6deb94 (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@75e4cfe4 (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@44086286 (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@57191110 (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@37c612c (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@50341548 (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@572f419a (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@48215bfe (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@28b426d7 (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@585af8dc (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@75d451dc (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@37680a33 (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@3ee31097 (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@3170938f (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@66fd7ecc (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@11b3c9b2 (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@37f214bb (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@2ab0521 (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@fad10a6 (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@5cb6b8 (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@272c2dc4 (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@7df4a60d (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@1abba135 (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@7fb73dac (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@39b36d93 (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@61af7066 (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@26dac76f (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@60c6d445 (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@423be23b (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@580d965a (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@289cd38b (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@7e2e5e21 (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@631941e5 (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@5712b49a (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@195c2578 (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@158fbf24 (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@3c30d219 (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@7ec40761 (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@6cb9a24 (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@247f553 (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@6d94de54 (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@1fc3b6a9 (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@4f7fbfcf (id: 647a404f-db2b-41ea-bfd6-7b97dc2b819a, sid: 647a404f-db2b-41ea-bfd6-7b97dc2b819a) (name: LC1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 9d16139f-bc22-498a-9729-4ec3d1f85469 org.polarsys.capella.core.data.cs.impl.PartImpl@255303eb (id: 9d16139f-bc22-498a-9729-4ec3d1f85469, sid: 9d16139f-bc22-498a-9729-4ec3d1f85469) (name: LC12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7da7bbb0-da1f-4938-bec6-d6e118aba784 org.polarsys.capella.core.data.cs.impl.PartImpl@78c2c9a (id: 7da7bbb0-da1f-4938-bec6-d6e118aba784, sid: 7da7bbb0-da1f-4938-bec6-d6e118aba784) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = bfe323f8-7d09-4ee0-913b-768ec2ab4118 org.polarsys.capella.core.data.cs.impl.PartImpl@7777f99b (id: bfe323f8-7d09-4ee0-913b-768ec2ab4118, sid: bfe323f8-7d09-4ee0-913b-768ec2ab4118) (name: LA 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = fd678131-abb7-4382-89b7-a20ed67ce76c org.polarsys.capella.core.data.cs.impl.PartImpl@3c5aff5f (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 = 34e34d4d-8752-481c-b6a2-7743dbb84716 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@21a05440 (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@1393167c (id: a9462546-c8b5-481d-9f65-6642b5dcf5e9, sid: a9462546-c8b5-481d-9f65-6642b5dcf5e9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 84f2ae76-3459-4e17-8fd0-ed6360e0028d org.polarsys.capella.core.data.cs.impl.PartImpl@751d1068 (id: 84f2ae76-3459-4e17-8fd0-ed6360e0028d, sid: 84f2ae76-3459-4e17-8fd0-ed6360e0028d) (name: LC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7e73586e-1b4e-47a5-babe-e11185732048 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@fa51925 (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@4ccaf45 (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@6a358468 (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@421c6d70 (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@65aa6f4c (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@39018c43 (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@579fc578 (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@6249285c (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@573aa671 (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@14044e78 (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@3d99ed85 (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@6724155 (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@4a8777e3 (id: 18693b1c-2882-49fd-8ddd-ac33b43e16c1, sid: 18693b1c-2882-49fd-8ddd-ac33b43e16c1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0eeb7b80-0cc5-4442-8bd8-a9c1926f82eb org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@d598711 (id: 0eeb7b80-0cc5-4442-8bd8-a9c1926f82eb, sid: 0eeb7b80-0cc5-4442-8bd8-a9c1926f82eb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef9b7d8e-0f63-406d-951b-07917ee6c1b4 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@3abbe9d0 (id: ef9b7d8e-0f63-406d-951b-07917ee6c1b4, sid: ef9b7d8e-0f63-406d-951b-07917ee6c1b4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f7362b3f-2d31-4ee6-b3ab-e3ae77f1d972 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@78e7a006 (id: f7362b3f-2d31-4ee6-b3ab-e3ae77f1d972, sid: f7362b3f-2d31-4ee6-b3ab-e3ae77f1d972) (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@533da20f (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1b596c8f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@5cfd51bb (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@216ba8e5 (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@210f2d2b (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@504f4931 (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@b63acaa (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@5d778971 (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@154b167c (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@4f906f47 (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@77f45422 (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@248d0ed4 (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@5926c862 (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@a9628ea (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@5b5b74a (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@4ef749 (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@6f444afa (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@542eee80 (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@7c891ca8 (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@b0a58cf (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@4654d0ce (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@65ad6c6a (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@51f5402b (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@860b6fa (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@6852d598 (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@66122ac4 (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@4c1cfa0f (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@ac3a39a (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@5e8cf757 (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@5a8d90b5 (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@71eac569 (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@10c7781a (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@6ec7918f (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@19f4c299 (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@6acbefe0 (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@41e75d0b (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@137ee751 (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@2ca10fad (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@19a05136 (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@6254480c (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@6f46f78 (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@220cc46c (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@39be18fa (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@796a23e9 (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@426e50d5 (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@1c15c46 (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@6ba47800 (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@310ab743 (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@2acad642 (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@5a14fb5 (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@76bdea7c (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@533da20f (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1b596c8f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 34e31a14-6734-49fc-bd37-3e307b472c12 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@216ba8e5 (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@210f2d2b (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@504f4931 (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@b63acaa (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@5f767e82 (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@7c87632 (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@2d64b13b (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@571ab553 (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@13272064 (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@1b42a652 (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@6902426e (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@32d66cfa (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@32f40891 (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@4ecd8855 (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@3527a2d0 (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@3417b932 (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@26b58fa1 (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@4182402 (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@ca13773 (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@5f6d1fc (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@fb49e64 (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@4a4983a4 (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@4fd63f31 (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@7c1c6e06 (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@5770985f (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@512265b6 (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@2f73f714 (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@3080c0a2 (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@63e1048d (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@4c4aa0b1 (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@b35d3e8 (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@2710d8d2 (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@3e46bba9 (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@4ac6f04b (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@6bb16789 (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@37973aee (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@4aaed0ff (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@2a437b0c (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@421ff0db (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@4cd1e23c (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@70c4ea71 (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@416e647e (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@7ccadda0 (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@3fc91007 (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@6809f2ed (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@5a763606 (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@707bd735 (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@7c5a815 (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@4b517885 (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@65bddca5 (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@4f124507 (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@acfb803 (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@4a1a6c8f (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@4149d99d (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@154b167c (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@4f906f47 (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@77f45422 (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@248d0ed4 (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@426e50d5 (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@1c15c46 (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@1bf32595 (id: 7da7bbb0-da1f-4938-bec6-d6e118aba784, sid: 7da7bbb0-da1f-4938-bec6-d6e118aba784) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = bfe323f8-7d09-4ee0-913b-768ec2ab4118 org.polarsys.capella.core.data.cs.impl.PartImpl@32a511aa (id: bfe323f8-7d09-4ee0-913b-768ec2ab4118, sid: bfe323f8-7d09-4ee0-913b-768ec2ab4118) (name: LA 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = fd678131-abb7-4382-89b7-a20ed67ce76c org.polarsys.capella.core.data.cs.impl.PartImpl@7e924284 (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 = 34e34d4d-8752-481c-b6a2-7743dbb84716 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@6ba47800 (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@726a83c2 (id: c870c73d-f347-4220-8986-97d56f92eb56, sid: c870c73d-f347-4220-8986-97d56f92eb56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ef9b7d8e-0f63-406d-951b-07917ee6c1b4 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6b7c5ba0 (id: ef9b7d8e-0f63-406d-951b-07917ee6c1b4, sid: ef9b7d8e-0f63-406d-951b-07917ee6c1b4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a9462546-c8b5-481d-9f65-6642b5dcf5e9 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@600c3a5e (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@1ad6719c (id: 18693b1c-2882-49fd-8ddd-ac33b43e16c1, sid: 18693b1c-2882-49fd-8ddd-ac33b43e16c1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e76c6f35-7f0b-4bd7-8c49-2825a18f5c93 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@624c186c (id: e76c6f35-7f0b-4bd7-8c49-2825a18f5c93, sid: e76c6f35-7f0b-4bd7-8c49-2825a18f5c93) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0eeb7b80-0cc5-4442-8bd8-a9c1926f82eb org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@12125a43 (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@537446f3 (id: f7362b3f-2d31-4ee6-b3ab-e3ae77f1d972, sid: f7362b3f-2d31-4ee6-b3ab-e3ae77f1d972) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a09d7ea8-904c-49b5-aabc-c7702c4dbf9c org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@70677a9b (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@2edcf714 (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@10c4bea3 (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@22ef9151 (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@6b42a64f (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@368f683e (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@3fdb18b9 (id: ae87e1b8-5124-4084-93f0-cda1aa5690b8, sid: ae87e1b8-5124-4084-93f0-cda1aa5690b8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test2] >> release >> unload Project_test_01 [Test2] >> release >> unload output [Test3] >> require >> load Project_test_01 [Test3] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@668f87f3 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@17f9eeeb (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3256551b (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@76e184b6 (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@7d9ee7cc (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@288cba89 (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@218d0126 (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@41868e1d (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@31ff6e6b (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@7d157dfe (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@20009289 (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@2ec4bfe1 (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@5930db18 (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@47facfb8 (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@2f311c95 (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@84d5512 (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@57fab718 (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@46ec2550 (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@619e4cac (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@3997048 (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@1d94554 (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@2638269a (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@35d0f5dd (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@7d03d81f (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@363bd10e (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@51d02da5 (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@3a518a58 (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@51df3955 (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@7eb9e9a8 (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@61caed16 (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@57ffb83d (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@3cbb03 (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@6867b9ab (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@388a0c07 (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@39b519e5 (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@5c344973 (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@9cb19bf (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@6149d6b5 (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@70228148 (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@e2331ee (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@5ff4c774 (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@70a74e41 (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@146bb9dc (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@35056fe (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@60cc3245 (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@3fb6f9fb (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@5dcee54c (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@4938205f (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@22f694fe (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@26995086 (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@309a392c (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@668f87f3 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@17f9eeeb (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 34e31a14-6734-49fc-bd37-3e307b472c12 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@76e184b6 (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@7d9ee7cc (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@288cba89 (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@218d0126 (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@6afda6be (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@60578caa (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@2d422adb (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@648f9a64 (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@63c0081d (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@3f2efa13 (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@3061bdf (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@1b42fd61 (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@78219ef4 (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@30971d81 (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@37c30af (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@fd97c54 (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@7bfb8565 (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@7388e48e (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@11135b18 (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@556cbeb2 (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@721bc9d7 (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@4683ef8e (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@1f8d08a6 (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@71124dc1 (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@29f23733 (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@5ecf5999 (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@3d506bc4 (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@52398f2 (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@354a1b8f (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@2f5dc88c (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@3620219d (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@2eba331e (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@6f6297ed (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@1572c895 (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@6a2f3be6 (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@299c202 (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@1ac84a4 (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@4bba4d18 (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@77f0fbf (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@62133250 (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@6d78ac05 (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@68b1b328 (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@557d9fe9 (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@7da78cd8 (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@78da9ffc (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@7eb72f94 (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@1bfafb99 (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@5afa7572 (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@76f334ae (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@31ff6e6b (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@7d157dfe (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@20009289 (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@2ec4bfe1 (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@60cc3245 (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@702330d8 (id: 84f2ae76-3459-4e17-8fd0-ed6360e0028d, sid: 84f2ae76-3459-4e17-8fd0-ed6360e0028d) (name: LC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = d31b6d45-7b8c-4509-9f61-5d84f1303e6a org.polarsys.capella.core.data.cs.impl.PartImpl@2de01104 (id: d31b6d45-7b8c-4509-9f61-5d84f1303e6a, sid: d31b6d45-7b8c-4509-9f61-5d84f1303e6a) (name: LC112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 9d16139f-bc22-498a-9729-4ec3d1f85469 org.polarsys.capella.core.data.cs.impl.PartImpl@5b192bb2 (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@12bf2902 (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@78bc1fdb (id: 7da7bbb0-da1f-4938-bec6-d6e118aba784, sid: 7da7bbb0-da1f-4938-bec6-d6e118aba784) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = bfe323f8-7d09-4ee0-913b-768ec2ab4118 org.polarsys.capella.core.data.cs.impl.PartImpl@5447c5d3 (id: bfe323f8-7d09-4ee0-913b-768ec2ab4118, sid: bfe323f8-7d09-4ee0-913b-768ec2ab4118) (name: LA 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = fd678131-abb7-4382-89b7-a20ed67ce76c org.polarsys.capella.core.data.cs.impl.PartImpl@5ff7430d (id: fd678131-abb7-4382-89b7-a20ed67ce76c, sid: fd678131-abb7-4382-89b7-a20ed67ce76c) (name: LA 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e2cba002-bca6-4f67-ad80-6707703f6a0a org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@73e067cb (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@567ab61c (id: 0eeb7b80-0cc5-4442-8bd8-a9c1926f82eb, sid: 0eeb7b80-0cc5-4442-8bd8-a9c1926f82eb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 486ef6e5-1447-4f57-b829-21cf414e07ce org.polarsys.capella.core.data.cs.impl.PartImpl@3fb6f9fb (id: 486ef6e5-1447-4f57-b829-21cf414e07ce, sid: 486ef6e5-1447-4f57-b829-21cf414e07ce) (name: LC111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e3553f77-5c43-4b7d-9a5c-54d81059335b org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@7bb3725e (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@517d0ce1 (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@348a0efb (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@6e6df194 (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@53166ac6 (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@3e5669c (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@68f9a8db (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@ecdf6c5 (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@30cb867 (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@4f716560 (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@2d156157 (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@690b4bf0 (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@120eec3 (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@42094d0e (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@441083c1 (id: 2819605c-50b5-41d3-91f9-bef26b255416, sid: 2819605c-50b5-41d3-91f9-bef26b255416) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 03c4e4ab-b35f-4002-a322-0b220b3783f9 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@5dcee54c (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@5e0772bf (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@567621a5 (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@568c2cbc (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7e551c8b (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@5265966 (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@7b9fb4c (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@57383b3a (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@766b6d14 (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@3956bb7e (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@4a609dac (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@62e78735 (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@3e3b14ab (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@6e1bdfb0 (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@4bac8fc3 (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@7c764ba1 (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@45a112d7 (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@4d64ffbd (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@3a6bcf64 (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@748ea0cb (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@39742327 (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@5307aaa3 (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@37734f48 (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@367a2995 (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@2e8f5966 (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@4033aca6 (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@6d17a2e7 (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@ac61851 (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@5e562406 (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@72aaffbf (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@682eef7d (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@53c44918 (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@460fbfd5 (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@63fdf7ac (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@530d6ff0 (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@69b3f150 (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@62a8e74 (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@6ab42912 (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@52feb95b (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@24b1fb25 (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@76ba88e9 (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@3d8dc395 (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@1a1e811e (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@31dd39ab (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@138212b9 (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@40c0ea37 (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@2e389540 (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@450d1dab (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@23920275 (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@1c47d3dc (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@7316e33d (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@320c8df7 (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@22a17119 (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@7ff4586 (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@568c2cbc (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7e551c8b (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 0891d464-bb59-4272-83f7-9a3b7819a06a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7b9fb4c (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@57383b3a (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@766b6d14 (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@3956bb7e (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@24cee0a2 (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@3239eeea (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@1f172674 (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@1396e3a3 (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@400eda83 (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@3dbd22d6 (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@1b3f9793 (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@3f10e4ac (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@9fceb0f (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@5d03c374 (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@3a675448 (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@26ae22c (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@6ca0d5fd (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@2f7ba37e (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@2fbe67cd (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@7a908b94 (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@10f5a606 (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@62e78735 (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@3e3b14ab (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@6e1bdfb0 (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@4bac8fc3 (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@450d1dab (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@23920275 (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@4c3cf19a (id: 398b9eec-ed9e-4d41-b2a0-ee9adabbadac, sid: 398b9eec-ed9e-4d41-b2a0-ee9adabbadac) (name: LC112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 67439830-6fc0-486d-b5a7-b5add0064c7f org.polarsys.capella.core.data.cs.impl.PartImpl@1899820e (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 = 013bd3a5-e477-4e88-8c6e-2099b8ed97b1 org.polarsys.capella.core.data.cs.impl.PartImpl@3ced98d1 (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 = 7ed417fd-1031-4e0e-9521-a1a57dfd9ffd org.polarsys.capella.core.data.cs.impl.PartImpl@1f1a4449 (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 = f5a8f6cf-0f2d-46f3-a955-ef0b8bff12f6 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@3ab39927 (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@bb5dc42 (id: c7f33f23-02b0-47f4-be8e-9b7c98be66a5, sid: c7f33f23-02b0-47f4-be8e-9b7c98be66a5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3f94128e-9406-459d-9c9e-3a4cf61062f1 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@6cd4df7c (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@474f435d (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@6534a15b (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@7acdc15c (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@ed35545 (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@86c9a9 (id: 15f09f23-3627-4719-b8f4-be41d74085ef, sid: 15f09f23-3627-4719-b8f4-be41d74085ef) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 340c720d-44dd-4277-a433-6347fe6473ea org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@1c47d3dc (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@5fe6ef5f (id: 8dc347d8-3adf-47cd-9963-ef90c9539b7e, sid: 8dc347d8-3adf-47cd-9963-ef90c9539b7e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test4] >> release >> unload Project_test_01 [Test4] >> release >> unload output [Test5] >> require >> load Project_test_01 [Test5] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@1817d12b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5fc5906c (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@4d8054e2 (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@28cd8281 (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@4960b750 (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@67b9afd (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@11928faa (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@6d90c173 (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@1777d5ff (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@e6fd03f (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@27a40e80 (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@7b5b2949 (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@62f6cb3e (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@4d72df77 (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@68d00147 (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@12b62639 (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@46cda06a (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@1d9f46a3 (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@75adb66e (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@5609d10c (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@7dece557 (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@1a211e17 (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@227c5fb (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@1abef502 (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@626d5f (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@12a11ae2 (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@68e7acd6 (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@3349bd8e (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@2a6388b0 (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@2bdfceea (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@7e8b565b (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@436efb65 (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@50757ec2 (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@4a191824 (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@4c6073ba (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@78611c80 (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@399ee20 (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@1431e4f (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@4ef1507e (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@3e84d03c (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@7220d122 (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@6b08084f (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@2f3ec7f0 (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@3723e71b (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@d49eb0a (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@6dabf5ed (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@57c9a4de (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@4f17e766 (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@2ef429d4 (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@7bcfda66 (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@386fe812 (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@1817d12b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5fc5906c (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 34e31a14-6734-49fc-bd37-3e307b472c12 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@28cd8281 (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@4960b750 (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@67b9afd (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@11928faa (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@65354d23 (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@29a3bce2 (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@73d57759 (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@763f4956 (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@392c4ee7 (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@ddca18c (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@556b60d1 (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@5992e6d3 (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@292d070 (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@6a2ad16f (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@64494913 (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@2aa38f37 (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@3ea6db43 (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@2bbc451 (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@2c1414c4 (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@1a78ec46 (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@4ec997c5 (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@427718ec (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@1fb0d638 (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@6f48d55f (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@6d3d10cc (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@1777d5ff (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@e6fd03f (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@27a40e80 (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@7b5b2949 (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@d49eb0a (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@6dabf5ed (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@57f0bf9a (id: 224dd086-101c-4908-86e6-322eeea37b6c, sid: 224dd086-101c-4908-86e6-322eeea37b6c) (name: PC12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 8c9d8e50-136a-4c2c-b841-4679936f3d20 org.polarsys.capella.core.data.cs.impl.PartImpl@8a45be7 (id: 8c9d8e50-136a-4c2c-b841-4679936f3d20, sid: 8c9d8e50-136a-4c2c-b841-4679936f3d20) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7dda6227-8790-4da8-942f-c0e5d81b8550 org.polarsys.capella.core.data.cs.impl.PartImpl@55c6a8d5 (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 = 618baa2f-98fe-4676-988e-95b05b1b0974 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@56913f77 (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@34d0c471 (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@25c5a3b9 (id: 015072c1-f80c-4ae7-8e0e-2b8fd943e776, sid: 015072c1-f80c-4ae7-8e0e-2b8fd943e776) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1320fc17-feb7-4be9-b9a3-635f2e314c93 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@44f4c0b (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@4346f392 (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@4d0d128b (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@2372073a (id: 90365e68-a1b4-4cd2-857f-120755db19a9, sid: 90365e68-a1b4-4cd2-857f-120755db19a9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f1792137-1a4d-4255-8482-d25db682e8a6 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@57c9a4de (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@4dda5bbc (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@541453c4 (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@1ecf6030 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@615f10f7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@59d4ed63 (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@4f0b26c4 (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@11fae5d0 (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@3f4220ca (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@7efe6aed (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@7ff96377 (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@2007eebd (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@437c3f5e (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@1cd577b3 (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@38d9bc80 (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@1c5b20a3 (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@206bfa97 (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@21aa6804 (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@aa7946a (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@4fbce3a5 (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@30fc0787 (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@4264a3d4 (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@74d66b36 (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@5c5f1fc2 (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@c4ffbf1 (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@6b5283af (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@2c9ada28 (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@81f7176 (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@7bfc93f7 (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@197ae119 (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@d91a684 (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@39b1279d (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@7e3dbd26 (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@3081f9d1 (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@7efde9e7 (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@d9ab38f (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@1266eae0 (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@77892ab8 (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@66aa577f (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@3ef496ee (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@1be04a3a (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@25827f14 (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@11a7d574 (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@b7e6248 (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@12d64887 (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@241aef16 (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@bb98294 (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@34037917 (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@20077377 (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@23ff242b (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@3169c989 (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@5e12460a (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@55fe5304 (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@ef68660 (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@1ecf6030 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@615f10f7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 0891d464-bb59-4272-83f7-9a3b7819a06a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4f0b26c4 (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@11fae5d0 (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@3f4220ca (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@7efe6aed (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@5aa0946a (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@1c323e8b (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@325819b7 (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@61a16452 (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@6c6ad88b (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@1e8df110 (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@440b82ee (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@2e62fdc9 (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@1476c60e (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@44b36481 (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@66579caf (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@16a23d3c (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@59f9818f (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@5c5937c0 (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@5b15aaaa (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@43c396b4 (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@56b15e3b (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@2007eebd (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@437c3f5e (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@1cd577b3 (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@38d9bc80 (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@34037917 (id: b10ef1ba-372e-454e-8f79-15fe587c6e0e, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (visibility: UNSET) ID = 01a45864-73ba-4c65-8785-4f2f72345d91 org.polarsys.capella.core.data.cs.impl.PartImpl@3bfeeece (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@ae5e26b (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@4927298b (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@17279ef9 (id: cbe06422-d8af-45ea-8c88-831eb356eb4d, sid: cbe06422-d8af-45ea-8c88-831eb356eb4d) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC1, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 2e9da282-f137-4ced-b6ac-da2c6dcdec1b org.polarsys.capella.core.data.cs.impl.PartImpl@20077377 (id: 2e9da282-f137-4ced-b6ac-da2c6dcdec1b, sid: 2e9da282-f137-4ced-b6ac-da2c6dcdec1b) (name: PC11) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = f4f7dd8b-3b95-4bc9-b257-77fb2bce88be org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@27bfc087 (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@159f78b9 (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@7c30597d (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@50643e52 (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@23ff242b (id: 6b8c30cb-b25d-4147-ae73-dce37b380ead, sid: 6b8c30cb-b25d-4147-ae73-dce37b380ead) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 8a11cb8b-52c6-482b-890e-4cdb65562316 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@39feb2e4 (id: 8a11cb8b-52c6-482b-890e-4cdb65562316, sid: 8a11cb8b-52c6-482b-890e-4cdb65562316) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 6c73a6ba-c574-4f95-a420-e6ab4b2c1857 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@66395839 (id: 6c73a6ba-c574-4f95-a420-e6ab4b2c1857, sid: 6c73a6ba-c574-4f95-a420-e6ab4b2c1857) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ffbfdc87-04f9-4c55-a7dc-4276cab29b7b org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@884b6fb (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@52a564f5 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7d941d0e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@4e4b7792 (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@11d70ff2 (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@46d1dab1 (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@2d7c60ea (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@30c97b7f (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@2222fe13 (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@176600a6 (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@571a3699 (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@260dc09d (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@5ab7437a (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@275a2c28 (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@76318b69 (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@6a23eefb (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@3b92fefc (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@4d5faeca (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@37cf1ecb (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@426e7aff (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@6ea71950 (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@5ebec3b0 (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@11c8b7ea (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@20c08eae (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@76fb6e7f (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@5ef09053 (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@ad30b80 (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@2ec2418a (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@3674abb (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@59cf208c (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@4bd2af3e (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@77a069df (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@4e2bc702 (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@6ec0550b (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@3035bcb2 (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@44afd5fa (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@542c09ba (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@38a86639 (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@25658db2 (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@1fdf9ce1 (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@2b8a2779 (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@50e8159f (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@59691a2d (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@3ab2bd75 (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@4079f4b5 (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@75866ee8 (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@54212d96 (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@351c5eee (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@4a605ac7 (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@5d11a5e2 (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@12166b4c (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@55a8bef6 (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@52a564f5 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7d941d0e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6103bc21-0968-4b1a-b0fd-70e720ff3aac org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@11d70ff2 (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@46d1dab1 (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@2d7c60ea (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@30c97b7f (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@258a9b3e (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@6dc6d96c (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@23f38f0e (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@589a0a8c (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@293829ca (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@4d5af294 (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@459c4fd9 (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@16bad0db (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@29419645 (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@176600a6 (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@571a3699 (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@724c7181 (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@6dcfd974 (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@4a8b975b (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@4ca3de6d (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@5df26e01 (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@58c27f6a (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@ac082a9 (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@440c7796 (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@67e3c765 (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@40f4acc8 (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@34f368d4 (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@1b4d3226 (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@626c06c5 (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@71b64ac (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@28811953 (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@66943d (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@651a780d (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@4d44e6b5 (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@1b5d1e1c (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@19c269de (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@7359451d (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@71894 (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@5ac281b4 (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@50c48fab (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@690c5903 (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@51773f0e (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@1f76dbb5 (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@17ad3b02 (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@5668834b (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@417e1251 (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@699b2414 (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@570cc7c (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@342daa19 (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@426930c (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@4aae0cc8 (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@7aa05862 (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@3b1f8d93 (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@78581f23 (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@422a84ac (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@3a31a7c3 (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@7d85c603 (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@111d7081 (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@6e8468b2 (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@e38126f (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@74dbe251 (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@3957c580 (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@6464d163 (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@2a811cea (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@163ba81 (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@61f04e8 (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@4a59977b (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@370969f7 (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@61d9d8fc (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@260dc09d (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@5ab7437a (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@75866ee8 (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@54212d96 (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@17c2a1f6 (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@2d1ae2e7 (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@351c5eee (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@5050ef56 (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@49643fda (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@14b55cd3 (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@7cc73b70 (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@4f37690b (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@199e9f4c (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6dd63976 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@73b54390 (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@65ec760d (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@47fc5c14 (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@e7894c0 (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@fcc600b (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@5f53994f (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@355415c0 (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@78fbd13 (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@2a5ca341 (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@c4b5c69 (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@43808ef1 (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@902e827 (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@224ecedd (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@37a46e21 (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@70149922 (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@6ec904d7 (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@3aa507f5 (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@2e64a3e6 (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@7a6de281 (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@5c24bea7 (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@4e2c9079 (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@45dc71c9 (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@50b0fa19 (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@2998b72e (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@31d453c (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@25692eaf (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@725e7829 (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@1e93908b (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@774e12c0 (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@1b3e56d0 (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@1a20faae (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@183536a9 (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@1feaef7d (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@768ba286 (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@6be3d373 (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@5a5230d8 (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@120bbde8 (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@39bfb2bd (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@4c3286b2 (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@7adbb1c (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@4806b2fc (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@ce8db1b (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@6150837d (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@77a6c644 (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@1e73f2c0 (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@1ab86d10 (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@7ae96d98 (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@3f2c774b (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@4cb1602a (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@199e9f4c (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6dd63976 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6103bc21-0968-4b1a-b0fd-70e720ff3aac org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@65ec760d (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@47fc5c14 (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@e7894c0 (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@fcc600b (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@668885fd (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@433169c4 (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@9a53bf6 (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@6505def1 (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@478008c1 (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@2f6dc637 (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@6454677d (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@13d437be (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@1de684ff (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@355415c0 (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@78fbd13 (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@2ee71061 (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@ba36607 (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@6451d949 (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@7223a9ba (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@62a06aa7 (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@18d357ed (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@72a24e2f (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@1da357b8 (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@7c37f3f9 (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@19f3cf8d (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@5a985f71 (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@690fa748 (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@2582d6ab (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@228afa31 (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@3af15ac6 (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@2ed09f37 (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@1dd433c8 (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@7693c00a (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@44802693 (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@49c468e3 (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@213f6241 (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@644e6c4b (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@70553fba (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@1abcc223 (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@404b865f (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@57f08629 (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@e81cb82 (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@4a30e8fd (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@960d64f (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@9f079ac (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@615a6d49 (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@233d7fe2 (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@298a4f30 (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@1b085f6d (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@37f0f67d (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@5dd8aada (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@6d2bec02 (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@40145e84 (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@57015a06 (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@4f97a446 (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@7dee1a4a (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@1f6c8b0d (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@42e0338c (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@d19e0fa (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@3516d85 (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@396cfcf6 (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@7bb0c511 (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@7305b2a7 (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@77b26b7c (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@29e7a230 (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@54826250 (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@acc72ed (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@6ec10143 (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@4e2fc2df (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@2a5ca341 (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@c4b5c69 (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@6150837d (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@77a6c644 (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@77cbf1d8 (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@2823a33f (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 = bfa44f03-4f9f-41de-bdcf-ec8729bc3df8 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@ae86b2d (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@3419348b (id: 2563f43c-5002-4bfc-8174-afa03401409b, sid: 2563f43c-5002-4bfc-8174-afa03401409b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4e6db8a-7029-4131-af0e-5f1d1331aa24 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1e73f2c0 (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@85188e2 (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@6d8e4170 (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 = 83c9b246-a96c-45fa-aa88-7cf2e98bdc7d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@404d2dc2 (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@383dffe4 (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@7f9f7084 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6f2e2d5f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@273ecc5f (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@2b38e2db (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@45acc202 (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@76f3e4d6 (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@211043dd (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@6d920400 (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@6af870ec (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@3c4ec31 (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@51471525 (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@781160f1 (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@45d1d994 (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@6b873fc9 (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@1da0604 (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@5b9bbd41 (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@10cdd2df (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@4266de78 (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@13dd0a16 (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@152adc99 (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@6b0fafc9 (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@1f6e29ce (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@64980d8f (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@2715cb91 (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@3172495d (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@5fbc26e4 (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@7b6cace9 (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@722ca956 (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@51373eef (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@6f02b92b (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@71174bc6 (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@66662aab (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@e4eb0ce (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@747f9bcd (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@3f7db7ff (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@6899e1c9 (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@132ae4d4 (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@1b83b48f (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@49133a4f (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@6e230d0d (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@2a6b5859 (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@2c4aa657 (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@7c5b30d3 (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@ae61130 (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@5c90bea6 (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@2bb2092f (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@e7e636 (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@66e732b0 (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@1b008846 (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@21effa66 (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@5a6ec901 (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@7f9f7084 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6f2e2d5f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4bfa3790-1ab5-436f-8959-98ba27c81386 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2b38e2db (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@45acc202 (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@76f3e4d6 (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@211043dd (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@6af870ec (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@3c4ec31 (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@51471525 (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@781160f1 (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@5c90bea6 (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@2bb2092f (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@298c5cfe (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@2c38049b (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@5f5de169 (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@71bc946c (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@5180191 (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@60bd694e (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@7504fa34 (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@691a1e0a (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@1b80312a (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@121cffca (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@4c0f5490 (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@227a0249 (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@2151e679 (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@4ddbd7eb (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@bc0616e (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@438e7437 (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@284d7ae3 (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@5de3d2a4 (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@52b3102 (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@461ea5f1 (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@e7e636 (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@43c96a06 (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@73e4099 (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@1454e03d (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@6d43a7cd (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@65527939 (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@101dc782 (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@23fb98b4 (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@53763ec9 (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@251b1e2f (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@5bc4fcd9 (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@2485f12d (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@46e70302 (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 17cb9456-15a4-41d2-a5e9-b55aad1ddbeb org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@4c3731b (id: 17cb9456-15a4-41d2-a5e9-b55aad1ddbeb, sid: 17cb9456-15a4-41d2-a5e9-b55aad1ddbeb) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 343a2631-6a31-47e6-a416-d7ee828526a6 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@3644109e (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@47de0a65 (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@78d03cd5 (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@315ef166 (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@3fce21f8 (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@200ac6b1 (id: b5740ce3-150f-4987-b185-0b5eff2df143, sid: b5740ce3-150f-4987-b185-0b5eff2df143) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = aee2155c-c02b-4212-bf01-ba0abaf72979 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@4223f320 (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 = 4d2c3438-8883-4518-9281-5e8999ded99c org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@1db62da2 (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@6e3d8a5a (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@51d41000 (id: c45b61a1-7986-4ad7-8c30-f81b0eeb06c9, sid: c45b61a1-7986-4ad7-8c30-f81b0eeb06c9) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 10757ab9-072c-4f7d-9c86-07407e981689 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6aa12fe7 (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@5a3ec148 (id: b4ec368b-92a0-4bcf-88d8-4895c1052274, sid: b4ec368b-92a0-4bcf-88d8-4895c1052274) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = cb597888-cd6b-47e4-8e08-bdfedb93df75 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5bf45ded (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@308cf550 (id: ae85d88e-b370-4cac-91d3-a8f529fde87a, sid: ae85d88e-b370-4cac-91d3-a8f529fde87a) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) [Exchanges] >> release >> unload Project_test_01 [Exchanges] >> release >> unload output [Ports] >> require >> load Project_test_01 [Ports] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@997c322 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@45fe79e4 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@4c532f39 (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@4c507896 (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@1d742a30 (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@4dc46010 (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@1a7fb9c1 (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@138f27a4 (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@7bc5cc5a (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@156fe7d2 (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@5719ede0 (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@2eb5c45 (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@54029d98 (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@7e869972 (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@4e225b27 (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@29e546a7 (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@694bf05e (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@234cb90c (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@7f6b2521 (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@7cb89415 (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@4a4742dc (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@c850641 (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@2a6178dd (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@124159b8 (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@62e0a88e (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@46f30d9d (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@6775320e (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@7fe12bc1 (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@18a2586b (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@46e33107 (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@8c89e97 (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@7e01136c (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@74ea6dc7 (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@2bde0154 (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@672e1e9e (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@1142eb64 (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@36e138de (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@6dee4bf7 (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@7aa3623a (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@7cbcbfc1 (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@43a45f40 (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@5c8a1530 (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@3d590e29 (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@2482ecf4 (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@68d07abd (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@6a741253 (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@2a867aa3 (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@2f420731 (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@604dce7e (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@4e42d738 (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@558c4c0 (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@997c322 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@45fe79e4 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4bfa3790-1ab5-436f-8959-98ba27c81386 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4c507896 (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@1d742a30 (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@4dc46010 (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@1a7fb9c1 (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@7bc5cc5a (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@156fe7d2 (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@5719ede0 (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@2eb5c45 (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@68d07abd (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@6a741253 (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@178b5f3d (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@15430e14 (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@4d126a87 (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@7884dfb7 (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@1c4f662b (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@44973256 (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@7ead8b93 (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@16cfc982 (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@13937d46 (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@4c3af220 (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@769dba45 (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@1222ff72 (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@b7d3a86 (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@3292488a (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@36806dde (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@2b358f87 (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 = cb597888-cd6b-47e4-8e08-bdfedb93df75 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@52964b06 (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@20b96865 (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 = face7f50-2547-4202-8736-c3295a3b7ea5 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@69ab57b5 (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@6e65b4b0 (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 = 10757ab9-072c-4f7d-9c86-07407e981689 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5e8ab75f (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@4f18be58 (id: b4ec368b-92a0-4bcf-88d8-4895c1052274, sid: b4ec368b-92a0-4bcf-88d8-4895c1052274) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 54c98b1e-237c-4a34-a08d-cfa9d87aaebc org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@2b7c48ec (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@5cc9a947 (id: 0f397554-0e65-4c3b-a0a8-28ede6ecea23, sid: 0f397554-0e65-4c3b-a0a8-28ede6ecea23) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 67440afe-ada0-4c77-afdc-c53e1647444d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@2a867aa3 (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@30ea8eb0 (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@5bcadff1 (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@4ba52e06 (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@6c191593 (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@86289ae (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@55afa04 (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@676d21b7 (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@437c1544 (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@5fcfdb7c (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@d17805b (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@37978d7 (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@208c9bc9 (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 17cb9456-15a4-41d2-a5e9-b55aad1ddbeb org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@343039b4 (id: 17cb9456-15a4-41d2-a5e9-b55aad1ddbeb, sid: 17cb9456-15a4-41d2-a5e9-b55aad1ddbeb) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 343a2631-6a31-47e6-a416-d7ee828526a6 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@2dab93c5 (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@498e6825 (id: f576fc5d-69f6-477a-9e8a-f03208416d5a, sid: f576fc5d-69f6-477a-9e8a-f03208416d5a) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 528b0e57-c7b3-42ec-b0c1-9f7bbf022172 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@332c3ec8 (id: 528b0e57-c7b3-42ec-b0c1-9f7bbf022172, sid: 528b0e57-c7b3-42ec-b0c1-9f7bbf022172) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 920fc2d8-5f2c-44d1-80ef-c79cd53a89ac org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@4136437a (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@28782fd7 (id: f7fc4108-2dfc-4bf4-8e09-8a1de1c25b84, sid: f7fc4108-2dfc-4bf4-8e09-8a1de1c25b84) (name: CP 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = b5740ce3-150f-4987-b185-0b5eff2df143 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@6644c80 (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 = 4d2c3438-8883-4518-9281-5e8999ded99c org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@7eb912bc (id: 4d2c3438-8883-4518-9281-5e8999ded99c, sid: 4d2c3438-8883-4518-9281-5e8999ded99c) (name: PP 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = aee2155c-c02b-4212-bf01-ba0abaf72979 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@610df8bc (id: aee2155c-c02b-4212-bf01-ba0abaf72979, sid: aee2155c-c02b-4212-bf01-ba0abaf72979) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 471c7d44-22a4-414b-b317-29461bd94d56 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@583103f1 (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@41fb2a0f (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) [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@29f20be2 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@437ac94a (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@36208fea (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@2264a68f (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@203ccda8 (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@384d90ba (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@34ce9949 (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@31caaf6 (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@14adc488 (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@625bb08b (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@f82f076 (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@482ffe1e (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@53b9a15 (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@3a8bab41 (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@3cd19984 (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@246b20a4 (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@7d59fd0e (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@1aef9047 (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@2ac22727 (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@57d15cdb (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@65527aa2 (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@3d9a3e7 (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@389947a4 (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@65f3e3e8 (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@1302129e (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@5d0a5d82 (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@2fdc95e0 (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@554adf50 (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@565fa185 (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@59b61081 (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@120eedc2 (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@11bd008c (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@3ac5d8b7 (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@539ef576 (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@369b623a (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@4fdbbd05 (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@5bcfc429 (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@7f5eaf63 (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@12399800 (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@182cd7 (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@25535e71 (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@2ffcc80f (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@715bbc68 (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@30644800 (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@307c5afc (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@2c6def3e (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@3cb0071c (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@747a54a9 (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@60219234 (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@1f4658ce (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@4f5e3d3b (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@29f20be2 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@437ac94a (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9b07dc9d-373a-41b4-baf0-5ed5165ed310 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2264a68f (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@203ccda8 (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@384d90ba (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@34ce9949 (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@3d90e0cd (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@7b872b5a (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@2f1bbcd0 (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@6f5f7cab (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@55f37f05 (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@17ec431a (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@6563800b (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@71cd1228 (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@3f884043 (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@4a09203b (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@331392a9 (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@2a569ab1 (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@57a14de0 (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@54aab7d7 (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@659e6fe2 (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@380de0fc (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@3918fc25 (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@5d76185e (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@4b019d6d (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@1c5c9ef1 (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@625bb08b (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@f82f076 (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@482ffe1e (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@307c5afc (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@2c6def3e (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@7ac343ab (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@206de8a5 (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@7214fdee (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@1e38c8d7 (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@20d917c6 (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@6fbeebb8 (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@3a10802c (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@62b699c9 (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@ab9d57e (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@12421cba (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@3cb0071c (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@7fe70bab (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@1fd9c1e7 (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@a04b19f (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@3630df24 (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@71cd201a (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@204a113d (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@fedc4e2 (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@3f14e3c4 (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@2741c9cc (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@5772f7e0 (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@3659f338 (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@2e4b3cf4 (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@76d9f58 (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@47e0a5a2 (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@3ed95e55 (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@490279e6 (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@22fea8c1 (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@6071c489 (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@142e0524 (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@4e39930e (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@19d682a8 (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@32dc182a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4f02c6fc (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@201fbb3d (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@1e43412a (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@609f3ab7 (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@3158ef5b (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@91db146 (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@6c138a31 (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@75404f86 (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@3145442 (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@67e742e7 (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@39a91135 (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@33aa9e7c (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@2c5921b8 (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@3480b4cd (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@2904bcc1 (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@249a0034 (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@32dc182a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4f02c6fc (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1d90581b-350b-4b26-ad5d-a1e261411f2c org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1e43412a (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@609f3ab7 (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@3158ef5b (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@91db146 (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@75404f86 (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@3145442 (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@67e742e7 (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@39a91135 (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@33aa9e7c (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@2c5921b8 (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@47debb16 (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@360f3a61 (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@51b11ba2 (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@6b4af40 (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@492751c5 (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@10122f48 (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@1c4d0da1 (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@12d408a0 (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@5f0624ad (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@53e87938 (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@27bc56e1 (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@151fcbbe (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@7b52a6fc (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@3480b4cd (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@2185c75b (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@268a284 (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@71327275 (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@705b6b74 (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@7febd53b (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@38d034c0 (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@5a135875 (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@71388888 (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@50dbd999 (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@69949176 (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@6b633117 (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@2ead69c4 (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@45040594 (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@2b8f2e8e (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@59165961 (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@1c30e8ce (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@797d6679 (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@2b54cc86 (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@40e255dc (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@5b0fa396 (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@49d34820 (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@44ee9d60 (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@16707c94 (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@30457edf (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@6384a2bf (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@53313632 (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@4630641c (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@5d985983 (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@1b4f99d5 (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@4195bc28 (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@4402082 (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@1b8b25c8 (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@7c6d965d (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@10f51104 (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@153477a8 (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@57d3b5a3 (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@471c1e7a (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@7f595aac (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@4966ebd8 (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@3d221fa (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@630e7bdd (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5ae14723 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7f3732b9 (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@4a119a8 (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@27b76053 (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@3b5f676f (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@1143bf79 (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@6aa2bcaf (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@7b3d161c (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@55c30a51 (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@44ddb5f0 (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@4b140e6f (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@588a6ce7 (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@15d66425 (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@3c8d215a (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@5dfa7aa9 (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@193a5ea6 (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@630e7bdd (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5ae14723 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 2dec588d-9cab-43f8-b223-b10df7d32007 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4a119a8 (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@27b76053 (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@3b5f676f (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@1143bf79 (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@7b3d161c (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@55c30a51 (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@44ddb5f0 (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@4b140e6f (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@588a6ce7 (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@15d66425 (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@5ce78491 (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@7ab62464 (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@7105c000 (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@7b1b9f04 (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@3883dc56 (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@17359e5d (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@d9c1064 (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@2a585d6c (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@c1f451d (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@37e3e5b5 (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@3c8d215a (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@57fd94ba (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@292d98c5 (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@37dca853 (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@c3fb256 (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@3e76ab27 (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@7b58e79c (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@29144694 (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@58c8fce2 (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@6f3422a9 (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@641fe93d (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@7baf26b0 (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@4a282ca9 (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 = a57f89c9-a068-471e-b963-edaa34ac01d3 org.polarsys.capella.core.data.cs.impl.PartImpl@1f0a298b (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 = 85a19ad9-92ba-4bb4-bd74-1d5979d9addd org.polarsys.capella.core.data.cs.impl.PartImpl@6755ac31 (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 = 5ddc19d5-7684-4c51-98d3-b6e245d299df org.polarsys.capella.core.data.cs.impl.PartImpl@6af9f751 (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@1d12167c (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@16542c13 (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@18954568 (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@526b466f (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@778d700c (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@43f0a80b (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@5f61bd69 (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@45cc52a0 (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@8186480 (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@4e6e3578 (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@1c364329 (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@3bc85b5d (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@70bf04c0 (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@4f453a5a (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@61441790 (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@182fba56 (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@103e2497 (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@76cf4b20 (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@37763afe (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@3395471a (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@3f8f8c03 (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@3928e0c6 (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@1db86814 (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@40c412e (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@47a02a38 (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@39f0ccda (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@6756eb38 (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@1b5c3cd (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@4782d829 (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@782b4a1f (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@28747109 (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@7706461 (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@56e2b736 (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@743b6447 (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@7fccaff0 (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@5a91dc1d (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@324a491e (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@440bc5e7 (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@6c6d5e9e (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@3848163a (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@58aaaa94 (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@4214689b (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@448b57e9 (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@3c0a6084 (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@3179939b (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@50c8659f (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@4ee24470 (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@21830368 (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@5c1ba988 (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@4fecdb09 (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@1371d740 (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@2ad00e05 (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@2b06b53e (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@21b07c4 (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@1f4d0b10 (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@35478eda (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@2b767209 (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@71097584 (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@66be53e (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 = 2ccb7c61-aa2b-438e-a433-5164d8009cd6 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@67ba5bd7 (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@2271889c (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 = e72d1277-f9b7-487d-9a74-35f7bc949aa2 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@333e0649 (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@5013b8ee (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 = 95eb73ae-8eb1-4c52-9068-5c58958f8a9b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@fed704 (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@4331851c (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 = 05261e77-050b-4a55-acdf-7aeb5a0d7ba8 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@dfdad05 (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@23e6e14e (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@646e38aa (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@1aaef4cc (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 = 1afbc71a-9a09-4f4b-afe5-ee7ba9bf3e04 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7a5bf719 (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@6e23958d (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@6ce4ff (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7771593f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@783ae40a (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@b249f74 (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@3e429d17 (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@fd5275d (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@1e81b09a (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@69f5763e (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@626f4a85 (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@709d5cc0 (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@2152a4ac (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@45e90722 (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@6babda65 (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@c8255aa (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@660bfb16 (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@510c3078 (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@582f72b2 (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@6ce4ff (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7771593f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 51a682ec-43a4-4b8e-8f22-c2784fd73868 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@b249f74 (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@3e429d17 (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@fd5275d (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@1e81b09a (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@62382874 (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@48b8ab01 (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@6ef18284 (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@7d67faa0 (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@5ebf06f0 (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@31e7384c (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@2c63737 (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@54af596d (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@5b46b056 (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@12e98674 (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@4cdc3c3c (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@315513d9 (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@73a55da9 (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@550b5dab (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@14ec07f9 (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@18572910 (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@308045bd (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@53362f40 (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@3537170f (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@7a811b9 (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@31ab6323 (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@5e07fc79 (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@19651bd9 (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@733dc1ad (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@8f0a76d (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@58ff030a (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@48148d19 (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@57b05216 (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@2d37fae2 (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@71ac087 (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@379a8e82 (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@67f02cda (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@d04f06b (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@626f4a85 (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@709d5cc0 (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@2152a4ac (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@1812d6d8 (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@5e8dada4 (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@68901792 (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@12c6d0d4 (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@1cec7042 (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@639f985f (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@1c8e8a0e (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@4b917fc7 (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@51701da1 (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@4e322ab0 (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@26040782 (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@662b3bc2 (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@3767afb3 (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@68df6445 (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@6e6156cb (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@512b85ee (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@5b3bb24f (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@48d51821 (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@2c66d8fe (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@21ef3c69 (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@27405bd1 (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@47345b08 (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@5d0fda38 (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@55bb984 (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@20e0e42d (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@45e90722 (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@6694cbbd (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@544b245 (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@3fdbfa8a (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@4816e238 (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@1ac3702f (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@3a353fa8 (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@5a5a9dce (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@2522b39f (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@cad7c76 (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@504f4aa3 (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@286d0291 (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@6babda65 (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@c8255aa (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@26321ccb (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@7794da19 (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@750bb4c7 (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@1145cc5 (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@2988cfeb (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@4a35ee3e (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@5a9c6d0a (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@53466d40 (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@4d775d87 (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@ba3ea6 (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@38615623 (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@660bfb16 (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@28c82216 (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@79d666a7 (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@4b34f7f0 (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@32ca3e47 (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@5b7b629a (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@1152c40c (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@7d353aa1 (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@1eee1b46 (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@1e81c5b3 (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@197410cb (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@4dc0d176 (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@239ad7a3 (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@3326323e (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@aed9ed9 (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@416da593 (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@343f45d2 (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@360a36a9 (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@50f76de7 (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@7c9a1b57 (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@3245d0c3 (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@551d075c (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@3e6ec04d (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@12823474 (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@edd3d2f (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@3347ec4f (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@7be32ec2 (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@78c1845e (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@1f92ea2c (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@4ca990fa (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@75e45058 (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@56b5c855 (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@392da2ff (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@3903cb60 (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@6eb23a88 (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@16bdb06b (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@42d3d219 (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@65ac49e8 (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@1ab559af (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@61708c7a (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@3defc957 (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@3a0b240b (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@5db689d (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@d103180 (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@44a2bb47 (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@52f462dc (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@c35679f (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@a5dba8 (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@4ba009cb (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@6b718a52 (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@ce3b996 (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@c35f87d (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@47105661 (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@20d467cb (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@316a554e (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@12bfb50e (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@54308569 (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@37937a84 (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@45fc45ac (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@3c474b0f (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@1b31b80e (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@69cc53c7 (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@5a6b8f23 (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@1eea2b05 (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@15331174 (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@78ec122d (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@755914f5 (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@6d76e3cd (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@72d57a55 (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@28679749 (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@66389706 (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@18df437e (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@410185e2 (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@77eab25c (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@154cdb6c (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:1559966 ERROR => PROHIBITED SITUATION : There are many specifics mappings for the purpose (Capella:1849): Gdk-CRITICAL **: 07:57:30.848: 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/capella-sss-transition_masterc/jacoco.exec org.jacoco:jacoco-maven-plugin:0.8.6:report Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 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.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... /home/jenkins/agent/workspace/capella-sss-transition_masterc/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving target definition file:/home/jenkins/agent/workspace/capella-sss-transition_masterc/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@71e409f... 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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties [INFO] Resolving target definition file:/home/jenkins/agent/workspace/capella-sss-transition_masterc/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@71e409f... [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/releng/org.polarsys.capella.transition.system2subsystem.site/pom.xml [WARNING] The project org.polarsys:org.polarsys.capella.addon.transition.system2subsystem:pom:1.6.1-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.1-SNAPSHOT [1/16] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.addon.transition.system2subsystem --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.features >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.features 1.6.1-SNAPSHOT [2/16] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.features --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.bundles >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.bundles 1.6.1-SNAPSHOT [3/16] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.bundles --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.transition.system2subsystem >---- [INFO] Building org.polarsys.capella.transition.system2subsystem 1.6.1-SNAPSHOT [4/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.transition.system2subsystem' with 102 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.crossphases 1.6.1-SNAPSHOT [5/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.transition.system2subsystem.crossphases' with 46 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.ui >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.ui 1.6.1-SNAPSHOT [6/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.transition.system2subsystem.ui' with 4 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.crossphases.ui 1.6.1-SNAPSHOT [7/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.transition.system2subsystem.crossphases.ui' with 4 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.doc >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.doc 1.6.1-SNAPSHOT [8/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.transition.system2subsystem.doc' with 1 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.interphases 1.6.1-SNAPSHOT [9/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.transition.system2subsystem.interphases' with 14 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.interphases.ui 1.6.1-SNAPSHOT [10/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.transition.system2subsystem.interphases.ui' with 4 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.multiphases 1.6.1-SNAPSHOT [11/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.transition.system2subsystem.multiphases' with 146 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.multiphases.ui 1.6.1-SNAPSHOT [12/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.transition.system2subsystem.multiphases.ui' with 4 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.feature >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.feature 1.6.1-SNAPSHOT [13/16] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.tests.ju 1.6.1-SNAPSHOT [14/16] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] Loading execution data file /home/jenkins/agent/workspace/capella-sss-transition_masterc/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.transition.system2subsystem.tests.ju' with 156 classes [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.feature >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.tests.feature 1.6.1-SNAPSHOT [15/16] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.site >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.site 1.6.1-SNAPSHOT [16/16] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Subsystem Transition 1.6.1-SNAPSHOT: [INFO] [INFO] Capella Subsystem Transition ....................... SUCCESS [ 5.616 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 [ 1.483 s] [INFO] org.polarsys.capella.transition.system2subsystem.crossphases SUCCESS [ 0.616 s] [INFO] org.polarsys.capella.transition.system2subsystem.ui SUCCESS [ 0.576 s] [INFO] org.polarsys.capella.transition.system2subsystem.crossphases.ui SUCCESS [ 0.392 s] [INFO] org.polarsys.capella.transition.system2subsystem.doc SUCCESS [ 0.323 s] [INFO] org.polarsys.capella.transition.system2subsystem.interphases SUCCESS [ 0.524 s] [INFO] org.polarsys.capella.transition.system2subsystem.interphases.ui SUCCESS [ 0.338 s] [INFO] org.polarsys.capella.transition.system2subsystem.multiphases SUCCESS [ 0.630 s] [INFO] org.polarsys.capella.transition.system2subsystem.multiphases.ui SUCCESS [ 0.295 s] [INFO] org.polarsys.capella.transition.system2subsystem.feature SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.transition.system2subsystem.tests.ju SUCCESS [ 0.794 s] [INFO] org.polarsys.capella.transition.system2subsystem.tests.feature SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.transition.system2subsystem.site SUCCESS [ 0.003 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 47.154 s [INFO] Finished at: 2023-02-14T07:58:35Z [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=masterc Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) 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.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... /home/jenkins/agent/workspace/capella-sss-transition_masterc/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving target definition file:/home/jenkins/agent/workspace/capella-sss-transition_masterc/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@2ab39942... 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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties [INFO] Resolving target definition file:/home/jenkins/agent/workspace/capella-sss-transition_masterc/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@2ab39942... [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/releng/org.polarsys.capella.transition.system2subsystem.site/pom.xml [WARNING] The project org.polarsys:org.polarsys.capella.addon.transition.system2subsystem:pom:1.6.1-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.1-SNAPSHOT [1/16] [INFO] --------------------------------[ pom ]--------------------------------- /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem:jar:1.6.1-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.1-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.1-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.1-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.1-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.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.1-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.1-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-sss-transition_masterc/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:jar:1.6.1-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" /home/jenkins/agent/workspace/capella-sss-transition_masterc/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.feature:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:jar:1.6.1-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.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:jar:1.6.1-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" /home/jenkins/agent/workspace/capella-sss-transition_masterc/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.feature:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.feature:jar:1.6.1-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:jar:1.6.1-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [INFO] [INFO] --- sonar-maven-plugin:3.9.1.2184:sonar (default-cli) @ org.polarsys.capella.addon.transition.system2subsystem --- [INFO] User cache: /home/jenkins/.sonar/cache [INFO] SonarQube version: 8.0.0.37543 [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/capella-sss-transition_masterc/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=656ms [INFO] Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu [INFO] User cache: /home/jenkins/.sonar/cache [INFO] Load/download plugins [INFO] Load plugins index [INFO] Load plugins index (done) | time=623ms [INFO] Load/download plugins (done) | time=6376ms [INFO] Loaded core extensions: developer-scanner [INFO] Found an active CI vendor: 'Jenkins' [INFO] Load project settings for component key: 'eclipse_capella-sss-transition' [INFO] Load project settings for component key: 'eclipse_capella-sss-transition' (done) | time=570ms [INFO] Process project properties [INFO] Execute project builders [INFO] Execute project builders (done) | time=3ms [INFO] Project key: eclipse_capella-sss-transition [INFO] Base dir: /home/jenkins/agent/workspace/capella-sss-transition_masterc [INFO] Working dir: /home/jenkins/agent/workspace/capella-sss-transition_masterc/target/sonar [INFO] Load project branches [INFO] Load project branches (done) | time=561ms [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=571ms [INFO] Load project pull requests [INFO] Load project pull requests (done) | time=578ms [INFO] Load branch configuration [INFO] Load branch configuration (done) | time=2ms [INFO] Load quality profiles [INFO] Load quality profiles (done) | time=633ms [INFO] Load active rules [INFO] Load active rules (done) | time=5908ms [INFO] Organization key: eclipse [INFO] Branch name: masterc, type: short-lived [INFO] Load project repositories [INFO] Load project repositories (done) | time=2132ms [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=125ms [INFO] Indexing files... [INFO] Project configuration: [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem' [INFO] Base dir: /home/jenkins/agent/workspace/capella-sss-transition_masterc/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 [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Subsystem Transition 1.6.1-SNAPSHOT: [INFO] [INFO] Capella Subsystem Transition ....................... FAILURE [ 28.851 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 FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:02 min [INFO] Finished at: 2023-02-14T07:59:57Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184:sonar (default-cli) on project org.polarsys.capella.addon.transition.system2subsystem: File plugins/org.polarsys.capella.transition.system2subsystem/src/org/polarsys/capella/transition/system2subsystem/Activator.java can't be indexed twice. Please check that inclusion/exclusion patterns produce disjoint sets for main and test files -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [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 ERROR: script returned exit code 1 GitHub has been notified of this commit’s build result Finished: FAILURE