Branch indexing Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 46d4a7eccebc99f0aee6fbc8cfcafac721782f3b Loading library capella-pipeline-library@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.40.0' > git ls-remote -h -- https://github.com/eclipse/capella-pipeline-library # timeout=10 Found match: refs/heads/master revision fa5439fa28b59bf449f1d9e00822dd2902cea503 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/apella-sss-transition_master-107@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.40.0' > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-pipeline-library +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision fa5439fa28b59bf449f1d9e00822dd2902cea503 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f fa5439fa28b59bf449f1d9e00822dd2902cea503 # timeout=10 Commit message: "Add capability to get aarch64 JDK for macOS and Linux" > git rev-list --no-walk fa5439fa28b59bf449f1d9e00822dd2902cea503 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Agent centos-7-s8jcs is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-s8jcs" 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-s8jcs" - 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-s8jcs" - 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-3107.v665000b_51092" 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-s8jcs in /home/jenkins/agent/workspace/apella-sss-transition_master-107 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse/capella-sss-transition.git > git init /home/jenkins/agent/workspace/apella-sss-transition_master-107 # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella-sss-transition.git > git --version # timeout=10 > git --version # 'git version 2.36.6' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-sss-transition.git +refs/heads/master-107:refs/remotes/origin/master-107 # timeout=10 Avoid second fetch Checking out Revision 46d4a7eccebc99f0aee6fbc8cfcafac721782f3b (master-107) Commit message: "[Releng] Bump to v1.6.3" > git config remote.origin.url https://github.com/eclipse/capella-sss-transition.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master-107:refs/remotes/origin/master-107 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 46d4a7eccebc99f0aee6fbc8cfcafac721782f3b # timeout=10 > git rev-list --no-walk 46d4a7eccebc99f0aee6fbc8cfcafac721782f3b # 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=b156f37f-6980-40c3-b7c5-be88b1343189 BUILD_URL=https://ci.eclipse.org/capella/job/capella-sss-transition/job/master-107/3/ JENKINS_UI_SERVICE_PORT=80 HOSTNAME=centos-7-s8jcs JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000 JENKINS_DISCOVERY_SERVICE_PORT=50000 JENKINS_REMOTING_JAVA_OPTS=-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true KUBERNETES_PORT=tcp://10.30.0.1:443 TERM=xterm HUDSON_SERVER_COOKIE=30fb3bc2909cf0c6 KUBERNETES_PORT_443_TCP_PORT=443 STAGE_NAME=Generate Target Platform BUILD_TAG=jenkins-capella-sss-transition-master-107-3 KUBERNETES_SERVICE_PORT=443 BRANCH_NAME=master-107 GIT_PREVIOUS_COMMIT=46d4a7eccebc99f0aee6fbc8cfcafac721782f3b OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle KUBERNETES_SERVICE_HOST=10.30.0.1 JOB_URL=https://ci.eclipse.org/capella/job/capella-sss-transition/job/master-107/ WORKSPACE=/home/jenkins/agent/workspace/apella-sss-transition_master-107 RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-sss-transition/job/master-107/3/display/redirect?page=changes JENKINS_UI_PORT_80_TCP_PROTO=tcp JENKINS_NAME=centos-7-s8jcs USER_NAME=jenkins RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-sss-transition/job/master-107/3/display/redirect?page=artifacts JENKINS_HOME=/var/jenkins GIT_COMMIT=46d4a7eccebc99f0aee6fbc8cfcafac721782f3b 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/master-107/3/display/redirect JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp _=/usr/bin/env JENKINS_UI_PORT_80_TCP_PORT=80 PWD=/home/jenkins/agent/workspace/apella-sss-transition_master-107 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/master-107 GITLAB_OBJECT_KIND=none BUILD_DISPLAY_NAME=#3 JENKINS_URL=https://ci.eclipse.org/capella/ BUILD_ID=3 JENKINS_DISCOVERY_PORT=tcp://10.30.22.145:50000 JENKINS_TUNNEL=jenkins-discovery.capella.svc.cluster.local:50000 GIT_PREVIOUS_SUCCESSFUL_COMMIT=46d4a7eccebc99f0aee6fbc8cfcafac721782f3b JOB_BASE_NAME=master-107 RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-sss-transition/job/master-107/3/display/redirect?page=tests BUILD_KEY=master-107 JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.22.145 JENKINS_SECRET=**** M2_HOME=/opt/tools/apache-maven/latest SHLVL=2 HOME=/home/jenkins GIT_BRANCH=master-107 KUBERNETES_PORT_443_TCP_PROTO=tcp KUBERNETES_SERVICE_PORT_HTTPS=443 CI=true WORKSPACE_TMP=/home/jenkins/agent/workspace/apella-sss-transition_master-107@tmp EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-58baed1825725e2a4c8a72df48d6138b488b78f704644f92e7bec3af23411882 NODE_LABELS=centos-7 centos-7-s8jcs jipp-migration migration GIT_URL=https://github.com/eclipse/capella-sss-transition.git NSS_SDB_USE_CACHE=no CAPELLA_PRODUCT_PATH=/home/jenkins/agent/workspace/apella-sss-transition_master-107/capella/capella library.capella-pipeline-library.version=master HUDSON_HOME=/var/jenkins JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000 NODE_NAME=centos-7-s8jcs JENKINS_UI_PORT_80_TCP=tcp://10.30.76.25:80 JENKINS_UI_SERVICE_HOST=10.30.76.25 JOB_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-sss-transition/job/master-107/display/redirect BUILD_NUMBER=3 HUDSON_COOKIE=4dc8b99d-ae82-4e1a-929d-392b40e34ebd 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-s8jcs JENKINS_UI_SERVICE_PORT_HTTP=80 [Pipeline] sh + mvn clean verify -f releng/org.polarsys.capella.transition.system2subsystem.target/pom.xml Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8) 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.3-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ capella.target-definition --- [WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] [INFO] --- tycho-eclipserun:2.7.5:eclipse-run (generate.target) @ capella.target-definition --- [WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Fetching p2.index from https://download.eclipse.org/releases/2022-12/ (122B) [INFO] Adding repository https://download.eclipse.org/releases/2022-12 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2022-12/ (479B) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2022-12/ (442B) [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2022-12/202212011200/ (93.31kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2022-12/202212071000/ (140B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2022-12/202212071000/ (782.2kB) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/tpd/nightly/latest/ (126B) [INFO] Adding repository https://download.eclipse.org/cbi/updates/tpd/nightly/latest [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/latest/ (461B) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/tpd/nightly/N202305061445/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/tpd/nightly/N202305061445/ (6.8kB) [INFO] Fetching 202212071000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-12/ (63B) [INFO] Fetching bcpg_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (393.64kB) [INFO] Fetching bcprov_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.75MB) [INFO] Fetching org.slf4j.api_1.7.30.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.01kB) [INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.92MB) [INFO] Fetching com.google.inject_5.0.1.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (816.86kB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (32.41kB) [INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.17kB) [INFO] Fetching com.ibm.icu_72.1.0.v20221115-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.23MB) [INFO] Fetching com.sun.jna_5.12.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.78MB) [INFO] Fetching com.sun.jna.platform_5.12.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.29MB) [INFO] Fetching io.github.classgraph_4.8.149.v20220915-0556.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (586.39kB) [INFO] Fetching javax.annotation_1.3.5.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.09kB) [INFO] Fetching org.eclipse.osgi_3.18.200.v20221116-1324.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.47MB) [INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (169.92kB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.12kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.35kB) [INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (717.41kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (370.34kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.45kB) [INFO] Fetching org.apache.felix.scr_2.2.4.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (393.41kB) [INFO] Fetching org.osgi.service.component_1.5.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (64.86kB) [INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (81.45kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5_5.1.3.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (844.43kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (909.51kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (262.89kB) [INFO] Fetching org.apache.log4j_1.2.19.v20220208-1728.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (358.42kB) [INFO] Fetching org.eclipse.ant.core_3.6.500.v20220718-1722.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (109.43kB) [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.64kB) [INFO] Fetching org.eclipse.core.runtime_3.26.100.v20221021-0005.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (74.44kB) [INFO] Fetching org.eclipse.cbi.targetplatform_3.0.0.202301141839.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202305061445/plugins/ (281.21kB) [INFO] Fetching org.eclipse.cbi.targetplatform.model_3.0.0.202212220709.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202305061445/plugins/ (105.03kB) [INFO] Fetching org.eclipse.xtext_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.65MB) [INFO] Fetching org.eclipse.equinox.common_3.17.0.v20221108-1156.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (147.01kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.29.0.v20221121-0915.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (162kB) [INFO] Fetching org.eclipse.xtext.util_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (313.38kB) [INFO] Fetching org.eclipse.xtend.lib_2.29.0.v20221121-0915.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (110.25kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (79.47kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.300.v20221030-1923.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (176.44kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (362.07kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.6.0.v20210405-0628.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (23.53kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.29.0.v20221121-0915.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (78.09kB) [INFO] Fetching org.eclipse.xtext.xbase_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.47MB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (595.35kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (564.52kB) [INFO] Fetching org.eclipse.cbi.targetplatform.ide_3.0.0.202209040659.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202305061445/plugins/ (82.63kB) [INFO] Fetching org.eclipse.cbi.targetplatform.ui_3.0.0.202212220709.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202305061445/plugins/ (136.96kB) [INFO] Fetching org.eclipse.xtext.ide_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (496.56kB) [INFO] Fetching org.eclipse.emf.ecore_2.29.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.26MB) [INFO] Fetching org.eclipse.jdt.launching_3.19.800.v20221107-1851.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (570.86kB) [INFO] Fetching org.eclipse.xtext.ui_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.89MB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (62.46kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (134.7kB) [INFO] Fetching org.eclipse.ui.editors_3.14.400.v20220730-1844.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (620.52kB) [INFO] Fetching org.eclipse.ui.ide_3.20.0.v20221027-2208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.41MB) [INFO] Fetching org.eclipse.ui_3.201.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (434.06kB) [INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (806.64kB) [INFO] Fetching org.eclipse.pde.core_3.16.0.v20221119-0340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.36MB) [INFO] Fetching org.eclipse.core.resources_3.18.100.v20221025-2047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (891.79kB) [INFO] Fetching org.eclipse.jface.text_3.22.0.v20221119-1047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.04MB) [INFO] Fetching org.eclipse.ui.views_3.11.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (107.38kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.600.v20220809-1658.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (690.83kB) [INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (93.93kB) [INFO] Fetching org.eclipse.ui.forms_3.11.500.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (331.65kB) [INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.26kB) [INFO] Fetching org.eclipse.core.commands_3.10.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (116.38kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (101.83kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (135.73kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (196.21kB) [INFO] Fetching org.eclipse.core.databinding_1.11.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (289.68kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (314.82kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (164.89kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (115.6kB) [INFO] Fetching org.eclipse.text_3.12.300.v20220921-1010.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (297.19kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.65kB) [INFO] Fetching org.eclipse.core.jobs_3.13.200.v20221102-1024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (114.2kB) [INFO] Fetching org.eclipse.core.net_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (49.45kB) [INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (115.07kB) [INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (90.9kB) [INFO] Fetching org.eclipse.debug.core_3.20.0.v20220811-0741.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (400.2kB) [INFO] Fetching org.eclipse.debug.ui_3.17.100.v20220926-1344.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3MB) [INFO] Fetching org.eclipse.ui.console_3.11.400.v20221012-0524.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (245.21kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (270.25kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.37kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.81kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.29kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (57.49kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.400.v20220915-1347.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.46kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (46.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.81kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.96kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.3kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.69kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.85kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (317.8kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (47.66kB) [INFO] Fetching org.eclipse.swt_3.122.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.79kB) [INFO] Fetching org.eclipse.jface_3.28.0.v20221024-1426.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.11MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (215.91kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.700.v20221102-0748.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (205.05kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.05kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.22kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.52kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.32kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (397.12kB) [INFO] Fetching org.eclipse.e4.ui.progress_0.3.600.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (209.6kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.14.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (266.96kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.700.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (149.46kB) [INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (33.33kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.12kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (89.67kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.17.0.v20220817-1334.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (232.69kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.500.v20221028-0801.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (120.02kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.700.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (252.15kB) [INFO] Fetching org.eclipse.jface.databinding_1.14.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (291.45kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.9kB) [INFO] Fetching org.eclipse.urischeme_1.2.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (53.71kB) [INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (127.97kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (64.2kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.38kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.43kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.800.v20220215-0126.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (129.12kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5_1.0.401.v20221105-0315.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (84.82kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (9.69kB) [INFO] Fetching org.eclipse.emf.common_2.27.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (369.72kB) [INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (165.22kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (185.77kB) [INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (296.76kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (124.84kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.22.0.v20220619-0533.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (348.65kB) [INFO] Fetching org.eclipse.ui.workbench_3.127.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3.49MB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.55kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (38.37kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.65kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.600.v20221106-1146.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (172.25kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (68.04kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.32kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (112.39kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (221.38kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.87kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (132.68kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (133.75kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.400.v20220506-1821.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (86.25kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.100.v20221117-1044.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (28.71kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.300.v20220512-1321.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (45.06kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (77.31kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.0.300.v20220904-1118.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.53kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.600.v20221106-1146.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (116.68kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.76kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (63.84kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.5.400.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.19kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (144.7kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.69kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (249.79kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (59.87kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.6.300.v20221030-1923.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (136.6kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.3.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (98.08kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.4.400.v20220506-1821.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (59.37kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.2.100.v20221117-1044.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.46kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.2.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (36.72kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (47.62kB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.10.100.v20220710-1223.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (107.53kB) [INFO] Fetching org.osgi.service.prefs.source_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.01kB) [INFO] Fetching org.eclipse.equinox.security.source_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (104.26kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (45.91kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.300.v20220512-1321.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (31.42kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.6.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (66.06kB) [INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.300.v20220904-1118.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.06kB) [INFO] Fetching org.tukaani.xz.source_1.9.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (135.7kB) [INFO] Fetching bcpg.source_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (309.12kB) [INFO] Fetching bcprov.source_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (7.5MB) [INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.97kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.200.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.42kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.300.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (61.68kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (33.47kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.200.v20220805-0804.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (103.71kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.200.v20221007-0636.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (246.23kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.85kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.200.v20220210-1157.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.64kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.300.v20210813-0655.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (156.48kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (34.65kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility.source_1.2.200.v20220210-1157.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.22kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery.source_1.2.300.v20210813-0655.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (72.59kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.63kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.200.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (51.45kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.200.v20221108-1232.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (256.62kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.2.300.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (36.72kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.57kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.4.200.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.86kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.7.200.v20220805-0804.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (78.57kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.4.100.v20220213-0541.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.26kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.3.200.v20221108-1232.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (180.37kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.4.200.v20221007-0636.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (151.63kB) [INFO] Fetching org.eclipse.equinox.p2.installer_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (65.61kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.700.v20221015-0933.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (659.54kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.400.v20220805-0804.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (105.26kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.12kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.3.400.v20221007-1815.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (172.26kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.100.v20220814-1551.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (70.34kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.7.700.v20221015-0933.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (309.57kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.400.v20220805-0804.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (57.79kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.27kB) [INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.400.v20221007-1815.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (87.3kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.2.100.v20220814-1551.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (38.24kB) [INFO] Fetching org.eclipse.equinox.p2.installer.source_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (37.85kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.05kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp.source_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.91kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (98.72kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (57.1kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.4.200.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.27kB) [INFO] Fetching org.eclipse.ui.browser_3.7.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (209.29kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.300.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (129.58kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (100.51kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (70.91kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.3.300.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (50.45kB) [INFO] Fetching org.sat4j.core.source_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (454.22kB) [INFO] Fetching org.sat4j.pb.source_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (347.82kB) [INFO] Fetching org.eclipse.equinox.app.source_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (78.31kB) [INFO] Fetching org.eclipse.jdt.core_3.32.0.v20221108-1853.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (6.72MB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.17.0.v20221026-1918.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.2MB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.0.v20220822-0502.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (343.24kB) [INFO] Fetching org.eclipse.jdt.debug_3.20.0.v20220922-0905.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (916.98kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.900.v20221001-0715.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.67MB) [INFO] Fetching org.eclipse.jdt.ui_3.27.100.v20221122-0749.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (11.03MB) [INFO] Fetching org.eclipse.search_3.14.300.v20220905-1020.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (491.27kB) [INFO] Fetching org.eclipse.team.ui_3.9.500.v20220920-2213.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.team.core_3.9.600.v20220902-2219.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (402.87kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (470.76kB) [INFO] Fetching org.eclipse.ui.navigator_3.10.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (424.89kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.500.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (174.1kB) [INFO] Fetching org.eclipse.pde.build_3.11.400.v20220923-1253.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (495.56kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.122.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.07MB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (110.7kB) [INFO] Fetching org.eclipse.xtext.builder_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (394.35kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (259.46kB) [INFO] Fetching org.eclipse.xtext.smap_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.31kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (110.96kB) [INFO] Fetching org.eclipse.xtext.common.types_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (504.17kB) [INFO] Fetching org.eclipse.xtext.buildship_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.36kB) [INFO] Fetching org.objectweb.asm_9.4.0.v20221107-1714.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (134.94kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (250kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.17kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.29kB) [INFO] Fetching org.eclipse.xtext.ecore_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.8kB) [INFO] Fetching org.eclipse.xtext.java_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.02kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.19.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.18kB) [INFO] Fetching org.eclipse.xtext.m2e_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.36kB) [INFO] Fetching org.eclipse.xtext.source_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.43MB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (121.85kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (96.5kB) [INFO] Fetching org.eclipse.xtext.util.source_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (143.37kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (361.05kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (208.22kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.89kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.64kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.08kB) [INFO] Fetching org.eclipse.xtext.java.source_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.75kB) [INFO] Fetching org.eclipse.xtext.ui.codemining_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.15kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (195.85kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (134.89kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.5kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.01MB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (138.34kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.52kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.51kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.27kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.91kB) [INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.28kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (136.73kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (93.75kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (90.58kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (98.89kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (288.82kB) [INFO] Fetching org.eclipse.xtext.m2e.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.11kB) [INFO] Fetching org.eclipse.xtext.buildship.source_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.47kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (23.09kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.23kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/apella-sss-transition_master-107/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/apella-sss-transition_master-107/releng/org.polarsys.capella.transition.system2subsystem.target/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/apella-sss-transition_master-107/releng/org.polarsys.capella.transition.system2subsystem.target/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/apella-sss-transition_master-107/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/releases/6.1.0/org.polarsys.capella.rcp.site/ (142.05kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/ (142.05kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.test.site/ (26.07kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.test.site/ (26.07kB) >> 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-S20230302-034329/2021-06/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/ (45.95kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/ (45.95kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/ (30.79kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/ (30.79kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/ (60.45kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/ (60.45kB) >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/ (8.55kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/ (8.55kB) >> Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/ (8.82kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/ (8.82kB) >> Fetching p2.index from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/ (20.83kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/ (20.83kB) >> Fetching p2.index from https://download.eclipse.org/nattable/releases/2.0.1/repository/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/nattable/releases/2.0.1/repository/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/nattable/releases/2.0.1/repository/ (13.68kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/nattable/releases/2.0.1/repository/ (13.68kB) >> Fetching p2.index from http://download.eclipse.org/nebula/releases/2.3.0/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/nebula/releases/2.3.0/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/2.3.0/ (19.42kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/2.3.0/ (19.42kB) >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) >> Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) >> 1 operation remaining. >> Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) The target platform definition file has been successfully generated. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 32.305 s [INFO] Finished at: 2023-07-06T16:24:09Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build and Package) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + mvn -Djacoco.skip=true -DjavaDocPhase=none -Psign clean package -f pom.xml Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8) 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/apella-sss-transition_master-107/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving target definition file:/home/jenkins/agent/workspace/apella-sss-transition_master-107/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@4b2af0eb... 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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties [INFO] Fetching 202106161001&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2021-06/ (63B) [INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (762.75kB) [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.67MB) [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.54MB) [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (399.8kB) [INFO] Fetching javaewah_1.1.7.v20200107-0831.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (58.39kB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (36.66kB) [INFO] Fetching org.eclipse.osgi_3.16.300.v20210525-1715.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (461.48kB) [INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20181102-1323.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.41kB) [INFO] Fetching org.apache.batik.anim_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (529.46kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.dom.svg_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (253.47kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.dom_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (206.14kB) [INFO] Fetching org.apache.batik.awt.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (452.28kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (25.35kB) [INFO] Fetching org.apache.batik.parser_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (94.68kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.71kB) [INFO] Fetching org.apache.batik.bridge_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (744.84kB) [INFO] Fetching org.apache.batik.gvt_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (212.25kB) [INFO] Fetching org.apache.batik.script_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (40.19kB) [INFO] Fetching org.apache.batik.xml_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (47.81kB) [INFO] Fetching org.apache.xalan_2.7.2.v20201124-1837.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (985.09kB) [INFO] Fetching org.apache.batik.codec_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (128.92kB) [INFO] Fetching org.apache.batik.transcoder_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (146.96kB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (22.12kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.35kB) [INFO] Fetching org.apache.batik.ext_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (24.59kB) [INFO] Fetching org.apache.batik.svggen_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (251.99kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (143.98kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (104.22kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (33.71kB) [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (155.35kB) [INFO] Fetching org.eclipse.osgi.services_3.10.100.v20210324-0936.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (43.95kB) [INFO] Fetching org.eclipse.osgi.util_3.6.0.v20210212-1137.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (30.58kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (338.2kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (109.65kB) [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (696.23kB) [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (962.55kB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.42MB) [INFO] Fetching org.apache.sshd.osgi_2.6.0.v20210201-2003.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (532.33kB) [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (24kB) [INFO] Fetching org.apache.sshd.sftp_2.6.0.v20210201-2003.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (133.66kB) [INFO] Fetching org.bouncycastle.bcpg_1.65.0.v20200527-1955.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (95.78kB) [INFO] Fetching org.bouncycastle.bcprov_1.65.1.v20200529-1514.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.2MB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.ui_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/plugins/ (282.14kB) [INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (339.79kB) [INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.88kB) [INFO] Fetching org.eclipse.ui.navigator_3.10.100.v20210415-0924.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (129.96kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.20.0.v20210506-1232.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (109.05kB) [INFO] Fetching org.eclipse.ui.ide_3.18.200.v20210523-1724.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (949.34kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (1.17MB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.100.v20210319-0848.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (70.28kB) [INFO] Fetching org.eclipse.sirius.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (1.41MB) [INFO] Fetching org.eclipse.sirius.table.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (590.26kB) [INFO] Fetching org.eclipse.sirius.tree.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (248.37kB) [INFO] Fetching org.eclipse.sirius.common_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (258.68kB) [INFO] Fetching org.eclipse.sirius.common.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (285.86kB) [INFO] Fetching org.eclipse.sirius.ext.base_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (31.16kB) [INFO] Fetching org.eclipse.sirius.diagram_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (711.34kB) [INFO] Fetching org.eclipse.sirius.diagram.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (5.7MB) [INFO] Fetching org.eclipse.ant.core_3.6.0.v20210415-1314.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (71.43kB) [INFO] Fetching org.eclipse.core.variables_3.5.0.v20210510-1945.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.02kB) [INFO] Fetching org.eclipse.core.runtime_3.22.0.v20210506-1025.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (32.73kB) [INFO] Fetching org.eclipse.compare_3.8.0.v20210415-0713.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (303.98kB) [INFO] Fetching org.eclipse.core.resources_3.15.0.v20210521-0722.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (877.32kB) [INFO] Fetching org.eclipse.jface.text_3.18.0.v20210512-1640.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (313.83kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.100.v20210512-1009.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (236.02kB) [INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210203-1000.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (33.72kB) [INFO] Fetching org.eclipse.ui.editors_3.14.100.v20210513-1110.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (201.33kB) [INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (122.98kB) [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (32.82kB) [INFO] Fetching org.eclipse.core.commands_3.10.0.v20210401-0744.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (43.04kB) [INFO] Fetching org.eclipse.equinox.common_3.15.0.v20210518-0604.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (59.33kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.1000.v20210409-1722.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (41.25kB) [INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (55.51kB) [INFO] Fetching org.eclipse.equinox.registry_3.10.200.v20210503-1606.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (77.17kB) [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.91kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (82.74kB) [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.71kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.17kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.0.v20210512-1543.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (41.05kB) [INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (100.12kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.0.v20210419-1155.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (28.76kB) [INFO] Fetching org.eclipse.core.jobs_3.11.0.v20210420-1453.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (46.01kB) [INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (29.82kB) [INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.86kB) [INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.03kB) [INFO] Fetching org.eclipse.debug.core_3.18.100.v20210511-0446.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (126.09kB) [INFO] Fetching org.eclipse.debug.ui_3.15.0.v20210525-1810.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1,011.22kB) [INFO] Fetching org.eclipse.ui.console_3.11.0.v20210510-1914.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (84.14kB) [INFO] Fetching org.eclipse.help_3.9.0.v20210507-0822.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (120.09kB) [INFO] Fetching org.eclipse.jface_3.22.200.v20210401-0958.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (363.89kB) [INFO] Fetching org.eclipse.ui.workbench_3.122.200.v20210506-1640.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (960.38kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.14kB) [INFO] Fetching org.eclipse.draw2d_3.12.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (636.39kB) [INFO] Fetching org.eclipse.swt_3.116.100.v20210602-2209.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.06kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.0.v20210507-1901.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.88kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.800.v20210526-1618.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.92kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.66kB) [INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.94kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.68kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.72kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.0.v20210412-1358.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.31kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.73kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (107.16kB) [INFO] Fetching org.eclipse.emf.ecore_2.24.0.v20210405-0628.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (385.51kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.02kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (66.15kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.200.v20210401-1241.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (65.8kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.78kB) [INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.79kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.64kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (8.13kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (110.28kB) [INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.19kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.900.v20210412-0842.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.55kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.0.v20210521-0741.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (88.53kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (100.53kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (229.57kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.200.v20210321-1910.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (49.79kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.100.v20210515-1815.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (94.49kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.100.v20210315-1604.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.4kB) [INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (77.72kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.07kB) [INFO] Fetching org.eclipse.urischeme_1.1.400.v20210407-1558.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.86kB) [INFO] Fetching org.eclipse.egit.core_5.12.0.202106070339-r.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (188.04kB) [INFO] Fetching org.eclipse.team.core_3.9.0.v20210510-1748.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (124.76kB) [INFO] Fetching org.eclipse.jgit_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.68MB) [INFO] Fetching org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (62.32kB) [INFO] Fetching org.eclipse.jgit.http.apache_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.05kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (178.8kB) [INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (127kB) [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210319-0732.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (114.65kB) [INFO] Fetching org.eclipse.jdt.core_3.26.0.v20210609-0549.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (6.92MB) [INFO] Fetching org.eclipse.jdt.launching_3.19.200.v20210326-1452.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (282.48kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (417.92kB) [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (160.99kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (90.57kB) [INFO] Fetching org.eclipse.emf.diffmerge_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (150.08kB) [INFO] Fetching org.eclipse.emf.diffmerge.generic_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (179.52kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (294.64kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (151.53kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (24.14kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (388.86kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (116.51kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (33.16kB) [INFO] Fetching org.eclipse.sirius_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (874.33kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (438.59kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (562.26kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (183.62kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (85.1kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (21.68kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (34.41kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (169.13kB) [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.5.0.202011020719.jar from https://download.eclipse.org/nattable/releases/2.0.1/repository/plugins/ (106.46kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (403.7kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.51kB) [INFO] Fetching org.eclipse.equinox.bidi_1.3.100.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.98kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.46kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.0.v20210315-2042.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.48kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.100.v20210418-1636.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.51kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.0.v20210331-1610.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (108.05kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.42kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.7.0.v20210315-2042.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.93kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.0.v20210507-0825.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (39.8kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.100.v20210329-1206.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (55.59kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.0.v20210325-0750.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.79kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (116.64kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (81.19kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (24.22kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.0.v20210328-0514.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (74.55kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.0.v20210315-2042.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (37.95kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.87kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.9kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.6.0.v20210322-0909.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (43.26kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.0.v20210421-1159.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (106.03kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.66kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (122.68kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.0.v20210315-2228.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (46.7kB) [INFO] Fetching org.eclipse.gef_3.13.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (996.08kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (119.86kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (261.16kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (105.26kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (124.56kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (42.91kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (17kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (103.8kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (79.72kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (135.98kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (192.9kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (31.39kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (97.2kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (105.06kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (40.42kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (52.83kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (223.38kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (94.13kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (141.36kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (96.87kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.10.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (201.9kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (220.07kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (66.66kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (27.94kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.2.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (122.19kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (127.88kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (73.91kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.2.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (321.79kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (112.33kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (248.12kB) [INFO] Fetching org.eclipse.help.base_4.3.300.v20210611-1600.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (163.99kB) [INFO] Fetching org.eclipse.help.ui_4.3.0.v20210409-1726.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (203.18kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.400.v20210531-0737.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (557.46kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.400.v20210427-0555.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (105.65kB) [INFO] Fetching org.eclipse.jdt.debug_3.17.200.v20210513-1223.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (901.98kB) [INFO] Fetching org.eclipse.jdt.ui_3.23.0.v20210530-1810.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.96MB) [INFO] Fetching org.eclipse.search_3.13.200.v20210419-1029.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (214.13kB) [INFO] Fetching org.eclipse.team.ui_3.9.0.v20210426-0837.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (488.48kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.400.v20210320-1132.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (176.99kB) [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.74kB) [INFO] Fetching org.eclipse.nebula.cwt_1.1.0.202011020719.jar from https://download.eclipse.org/nattable/releases/2.0.1/repository/plugins/ (154.26kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.3.0.201912241810.jar from http://download.eclipse.org/nebula/releases/2.3.0/plugins/ (1.58MB) [INFO] Fetching org.eclipse.pde.build_3.11.0.v20210429-0618.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (477.46kB) [INFO] Fetching org.eclipse.pde.core_3.14.300.v20210515-0638.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.33MB) [INFO] Fetching org.eclipse.pde.runtime_3.7.200.v20210513-1344.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (106.98kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (94.11kB) [INFO] Fetching org.eclipse.sirius.model_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (642.28kB) [INFO] Fetching org.eclipse.sirius.ext.emf_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (19.36kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (11.43kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (43.27kB) [INFO] Fetching org.eclipse.sirius.diagram.model_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (759.54kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (16.03kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (59.3kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (11.72kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.model_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (282.92kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (188.52kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (119.03kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (30.75kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (13.6kB) [INFO] Fetching org.eclipse.sirius.ext.gef_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (18.01kB) [INFO] Fetching org.eclipse.sirius.ext.jface_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (10.76kB) [INFO] Fetching org.eclipse.sirius.ext.swt_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (11.44kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.100.v20210602-2209.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.19MB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (12.83kB) [INFO] Fetching org.eclipse.sirius.synchronizer_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (38.19kB) [INFO] Fetching org.eclipse.sirius.table_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (125.11kB) [INFO] Fetching org.eclipse.sirius.table.model_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (248.03kB) [INFO] Fetching org.eclipse.sirius.tree_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (111.75kB) [INFO] Fetching org.eclipse.sirius.tree.model_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (155.67kB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.100.v20210506-1050.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.41kB) [INFO] Fetching org.eclipse.ui.intro_3.6.200.v20210409-1747.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (141.77kB) [INFO] Fetching org.polarsys.capella.commandline.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (48.63kB) [INFO] Fetching org.polarsys.capella.common_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (83.49kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (46.73kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (149.03kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (43.57kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (104kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (36.63kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (43.08kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (75.25kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (19.73kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (53.4kB) [INFO] Fetching org.polarsys.kitalpha.emde_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (63.7kB) [INFO] Fetching org.polarsys.capella.common.model_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (33.29kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (51.49kB) [INFO] Fetching org.polarsys.capella.common.ef_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (36.23kB) [INFO] Fetching org.polarsys.capella.common.model.helpers_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (18.93kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (29.35kB) [INFO] Fetching org.polarsys.capella.common.data.helpers_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (36.44kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (55.83kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (152kB) [INFO] Fetching org.polarsys.capella.common.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (223.72kB) [INFO] Fetching org.polarsys.capella.common.helpers_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (46.62kB) [INFO] Fetching org.polarsys.capella.core.model.helpers_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (498.68kB) [INFO] Fetching org.polarsys.capella.core.model.handler_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (129.1kB) [INFO] Fetching org.polarsys.capella.common.libraries_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (32.79kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (46.36kB) [INFO] Fetching org.polarsys.capella.common.queries_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (45.91kB) [INFO] Fetching org.polarsys.capella.common.tools.report_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (50.42kB) [INFO] Fetching org.polarsys.capella.shared.id.handler_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (20.25kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (49.19kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (114.11kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (144.31kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (25.2kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.customization_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (24.54kB) [INFO] Fetching org.polarsys.capella.common.re.gen_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (68.84kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (17.28kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (164.55kB) [INFO] Fetching org.polarsys.capella.common.ui.services_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (24.48kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (31.21kB) [INFO] Fetching org.polarsys.capella.core.preferences_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (224.27kB) [INFO] Fetching org.polarsys.capella.common.transition_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (277.01kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (32.05kB) [INFO] Fetching org.polarsys.capella.core.compare_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (64.22kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (24.15kB) [INFO] Fetching org.polarsys.capella.common.ui.resources_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (21.09kB) [INFO] Fetching org.polarsys.capella.core.data.gen_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (2.31MB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (74.2kB) [INFO] Fetching org.polarsys.capella.core.model.preferences_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (33.4kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (72.76kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.46kB) [INFO] Fetching org.polarsys.capella.core.af.integration_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (30.32kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (73.15kB) [INFO] Fetching org.polarsys.capella.core.application_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (16.49kB) [INFO] Fetching org.polarsys.capella.core.commandline.core_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (51.41kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (29.11kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (117.9kB) [INFO] Fetching org.polarsys.capella.core.sirius.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (285.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (44.74kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (313.96kB) [INFO] Fetching org.polarsys.capella.core.data.business.queries_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (1.41MB) [INFO] Fetching org.polarsys.capella.core.libraries_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (75.9kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (79.44kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (79.66kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (32.97kB) [INFO] Fetching org.polarsys.capella.core.ui.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (273.55kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (202.51kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (59.29kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (1.29MB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (88.31kB) [INFO] Fetching org.polarsys.capella.core.data.helpers_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (425.74kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (167.43kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (112.4kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (235.55kB) [INFO] Fetching org.polarsys.capella.core.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (44.71kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (36.63kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (48.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (26.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (14.49kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (47.68kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (19.24kB) [INFO] Fetching org.polarsys.capella.core.services_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (19.67kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (111.07kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (25.26kB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (1.81MB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (114.5kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (77.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (87.22kB) [INFO] Fetching org.polarsys.kitalpha.sirius.rotativeimage_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.86kB) [INFO] Fetching org.polarsys.capella.core.transition.system_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (263.83kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (264.52kB) [INFO] Fetching org.polarsys.capella.core.ui.resources_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (480.36kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (90.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (84.61kB) [INFO] Fetching org.polarsys.kitalpha.report_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (21.59kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (44.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (301.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.53kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.91kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (27.33kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (40.91kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (48.35kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (43.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (28.67kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (30.73kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (27.75kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (21.96kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (33.74kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (24.69kB) [INFO] Fetching org.polarsys.kitalpha.report.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.69kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.45kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (26.5kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (88.59kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (295.91kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (24.27kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (27.7kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (20.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.36kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.100.v20210602-2209.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (985.78kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.116.100.v20210602-2209.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (833.44kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties [INFO] Fetching org.polarsys.capella.core.transition.common.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (58.89kB) [INFO] Fetching org.polarsys.capella.core.transition.system.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (27.19kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties [INFO] Fetching org.polarsys.capella.core.data.core.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (110.43kB) [INFO] Fetching org.polarsys.capella.core.libraries.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (142.13kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties [INFO] Resolving target definition file:/home/jenkins/agent/workspace/apella-sss-transition_master-107/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@4b2af0eb... [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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-S20230302-034329/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-S20230302-034329/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-S20230302-034329/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-S20230302-034329/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-S20230302-034329/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-S20230302-034329/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-S20230302-034329/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-S20230302-034329/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-S20230302-034329/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-S20230302-034329/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-S20230302-034329/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-S20230302-034329/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-S20230302-034329/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-S20230302-034329/2021-06/features/ (19.17kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/features/ (40.33kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity_root_1.13.0.202206290806 from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/binary/ (8.65kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.ui.source_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/plugins/ (177.46kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.source_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/features/ (20.48kB) [INFO] Fetching org.eclipse.ant.launching_1.3.0.v20210415-1314.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (102.05kB) [INFO] Fetching org.eclipse.core.externaltools_1.2.0.v20210510-1841.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.84kB) [INFO] Fetching org.eclipse.ant.ui_3.8.0.v20210415-1314.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (473.93kB) [INFO] Fetching org.eclipse.ui.externaltools_3.5.0.v20210510-1849.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (65.56kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.300.v20210517-0748.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.67MB) [INFO] Fetching org.eclipse.jdt.junit_3.12.0.v20210521-1840.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (232.08kB) [INFO] Fetching org.eclipse.collections_10.4.0.v20200820-2049.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.67MB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (11.32kB) [INFO] Fetching org.eclipse.core.net.linux_1.0.0.v20210424-0724.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.84kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.500.v20210510-1619.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (6.94kB) [INFO] Fetching org.eclipse.draw2d_3.15.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/features/ (19.74kB) [INFO] Fetching org.eclipse.draw2d.source_3.12.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (532.51kB) [INFO] Fetching org.eclipse.draw2d.source_3.15.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/features/ (20.72kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.200.v20210416-2027.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (30.11kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.400.v20210401-1438.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (103.49kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (83.68kB) [INFO] Fetching org.eclipse.equinox.console_1.4.400.v20210602-1312.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.36kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (8.13kB) [INFO] Fetching org.eclipse.e4.rcp_4.20.0.v20210602-2209.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.04kB) [INFO] Fetching org.eclipse.e4.core.services.source_2.2.600.v20210110-1654.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.56kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.16.100.v20210315-1604.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (94.63kB) [INFO] Fetching org.eclipse.e4.core.commands.source_1.0.0.v20210507-1901.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.27kB) [INFO] Fetching org.eclipse.e4.ui.bindings.source_0.13.0.v20201119-1132.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (35.64kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.1.1000.v20210111-0958.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (376.07kB) [INFO] Fetching org.eclipse.e4.ui.services.source_1.5.0.v20210115-1333.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.37kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.15.100.v20210515-1815.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (139.57kB) [INFO] Fetching org.eclipse.e4.ui.workbench.source_1.13.0.v20210521-0741.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (168.32kB) [INFO] Fetching org.eclipse.e4.ui.css.core.source_0.13.0.v20201015-0653.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (206.25kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.14.200.v20210401-1241.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (163.68kB) [INFO] Fetching org.apache.batik.css.source_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (319.47kB) [INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.19kB) [INFO] Fetching org.apache.batik.util.source_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (126.66kB) [INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (89.33kB) [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.29kB) [INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (39.54kB) [INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.39kB) [INFO] Fetching javax.annotation.source_1.3.5.v20200909-1856.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (57.91kB) [INFO] Fetching org.eclipse.e4.core.di.source_1.7.800.v20210526-1618.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.53kB) [INFO] Fetching org.eclipse.e4.core.contexts.source_1.8.400.v20191217-1710.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.13kB) [INFO] Fetching org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.21kB) [INFO] Fetching org.apache.batik.constants.source_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.73kB) [INFO] Fetching org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (677.41kB) [INFO] Fetching org.apache.commons.io.source_2.8.0.v20210415-0900.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (374.46kB) [INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (85.46kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.16.0.v20200507-0938.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.6kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.13.0.v20201026-1147.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.72kB) [INFO] Fetching org.eclipse.e4.ui.di.source_1.3.0.v20210222-1018.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.48kB) [INFO] Fetching org.eclipse.e4.ui.widgets.source_1.2.900.v20210412-0842.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.53kB) [INFO] Fetching org.eclipse.equinox.common.source_3.15.0.v20210518-0604.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (145.02kB) [INFO] Fetching org.apache.felix.scr.source_2.1.24.v20200924-1939.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (278.04kB) [INFO] Fetching org.eclipse.equinox.event.source_1.6.0.v20210212-1143.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.17kB) [INFO] Fetching org.eclipse.core.commands.source_3.10.0.v20210401-0744.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (150.67kB) [INFO] Fetching org.eclipse.core.contenttype.source_3.7.1000.v20210409-1722.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (82kB) [INFO] Fetching org.eclipse.core.databinding.source_1.10.100.v20200926-1123.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (145.76kB) [INFO] Fetching org.eclipse.core.databinding.beans.source_1.7.200.v20210111-0759.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (75.48kB) [INFO] Fetching org.eclipse.core.databinding.observable.source_1.10.0.v20200730-0848.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (208kB) [INFO] Fetching org.eclipse.core.databinding.property.source_1.8.100.v20200619-0651.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (94.56kB) [INFO] Fetching org.eclipse.core.expressions.source_3.7.100.v20210203-1000.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (86.87kB) [INFO] Fetching org.eclipse.core.jobs.source_3.11.0.v20210420-1453.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (107.67kB) [INFO] Fetching org.eclipse.core.runtime.source_3.22.0.v20210506-1025.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (77.09kB) [INFO] Fetching org.eclipse.equinox.app.source_1.5.100.v20210212-1143.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (76.52kB) [INFO] Fetching org.eclipse.equinox.launcher.source_1.6.200.v20210416-2027.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (43.8kB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.8.200.v20210212-1143.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (115.63kB) [INFO] Fetching org.eclipse.equinox.registry.source_3.10.200.v20210503-1606.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (176.16kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.4.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (37.39kB) [INFO] Fetching org.eclipse.osgi.source_3.16.300.v20210525-1715.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.11MB) [INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.2.400.v20210401-1438.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (143.07kB) [INFO] Fetching org.eclipse.osgi.services.source_3.10.100.v20210324-0936.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (244.91kB) [INFO] Fetching org.eclipse.osgi.util.source_3.6.0.v20210212-1137.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (63.52kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.116.100.v20210602-2209.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.82MB) [INFO] Fetching org.eclipse.jface.source_3.22.200.v20210401-0958.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1,022.85kB) [INFO] Fetching org.eclipse.jface.databinding.source_1.12.200.v20210111-0911.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (230.28kB) [INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.15.500.v20201021-1339.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (17.72kB) [INFO] Fetching org.apache.felix.gogo.command.source_1.1.2.v20210111-1007.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (38.47kB) [INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.4.v20210111-1007.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (114.26kB) [INFO] Fetching org.apache.felix.gogo.shell.source_1.1.4.v20210111-1007.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (48.31kB) [INFO] Fetching org.eclipse.equinox.console.source_1.4.400.v20210602-1312.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (84.66kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.4.200.v20210321-1910.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (77.61kB) [INFO] Fetching org.eclipse.equinox.bidi.source_1.3.100.v20210212-1143.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (63.51kB) [INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.2.100.v20201109-2317.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (39.1kB) [INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (180.32kB) [INFO] Fetching org.eclipse.e4.emf.xpath.source_0.2.800.v20200609-0849.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.39kB) [INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.6.600.v20191216-2352.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.41kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.1.100.v20210108-1832.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.48kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.16.0.v20210412-1358.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.76kB) [INFO] Fetching org.eclipse.urischeme.source_1.1.400.v20210407-1558.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.29kB) [INFO] Fetching org.eclipse.jface.notifications.source_0.3.0.v20210218-1820.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.75kB) [INFO] Fetching org.eclipse.e4.rcp.source_4.20.0.v20210602-2209.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.95kB) [INFO] Fetching org.eclipse.ecf_3.9.102.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (123.51kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.34kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.5.702.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.74kB) [INFO] Fetching org.eclipse.ecf.source_3.9.102.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (102.79kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.9.402.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (53.08kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.02kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.71kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.401.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.64kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.07kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (126.85kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (27.84kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.102.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (76.03kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.601.v20201025-0700.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (86kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (29.23kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.401.v20210512-0614.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (82.92kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (27.93kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.401.v20210512-0614.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.58kB) [INFO] Fetching org.apache.commons.codec.source_1.14.0.v20200818-1422.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (374.24kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.13.v20210128-2225.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (966.92kB) [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.14.v20210128-2225.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (431.79kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (29.39kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (23.74kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.201.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.49kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (25.15kB) [INFO] Fetching org.eclipse.egit.ui_5.12.0.202106070339-r.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.17MB) [INFO] Fetching org.eclipse.egit_5.12.0.202106070339-r.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.56kB) [INFO] Fetching org.eclipse.egit.doc_5.12.0.202106070339-r.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (4.71MB) [INFO] Fetching org.eclipse.egit_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.1kB) [INFO] Fetching org.eclipse.egit.mylyn.ui_5.12.0.202106070339-r.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.64kB) [INFO] Fetching org.eclipse.egit.mylyn_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (18.92kB) [INFO] Fetching org.eclipse.mylyn.tasks.core_3.25.2.v20200814-0512.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (326.34kB) [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.25.2.v20200814-0512.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.33MB) [INFO] Fetching org.eclipse.mylyn.team.ui_3.25.2.v20200828-1617.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (80.12kB) [INFO] Fetching org.eclipse.mylyn.context.core_3.25.2.v20200828-1617.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (84.8kB) [INFO] Fetching org.eclipse.egit.core.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (355.56kB) [INFO] Fetching org.eclipse.egit.ui.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.9MB) [INFO] Fetching org.eclipse.egit.mylyn.ui.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.04kB) [INFO] Fetching org.eclipse.egit.gitflow.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.62kB) [INFO] Fetching org.eclipse.egit.gitflow.ui.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (65.86kB) [INFO] Fetching org.eclipse.egit.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.03kB) [INFO] Fetching org.eclipse.emf.ant_2.11.0.v20200324-0723.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (31.82kB) [INFO] Fetching org.eclipse.emf.cheatsheets_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (33.13kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (149.83kB) [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (79.05kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (69.37kB) [INFO] Fetching org.eclipse.emf.importer.java_2.11.0.v20200324-0723.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (66.98kB) [INFO] Fetching org.eclipse.emf.importer.rose_2.11.0.v20210405-0904.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.81kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.14kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (540.92kB) [INFO] Fetching org.eclipse.emf.ant.source_2.11.0.v20200324-0723.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (32.4kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.31kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.09kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (72.81kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.32kB) [INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.22.0.v20210420-0623.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (234.73kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.22.0.v20210420-0623.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.25kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (102.17kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (80.25kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210319-0732.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.common.source_2.22.0.v20210319-0732.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (218.83kB) [INFO] Fetching org.eclipse.emf.common.source_2.22.0.v20210319-0732.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.25kB) [INFO] Fetching org.eclipse.emf.common.ui_2.17.0.v20190507-0402.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.01kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.18.0.v20190507-0402.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (76.98kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.21kB) [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (91.05kB) [INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (62.07kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (30.45kB) [INFO] Fetching org.eclipse.emf.converter_2.16.0.v20210405-0904.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.2kB) [INFO] Fetching org.eclipse.emf.converter.source_2.10.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (38.85kB) [INFO] Fetching org.eclipse.emf.importer.source_2.12.0.v20190321-1539.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (38.31kB) [INFO] Fetching org.eclipse.emf.exporter.source_2.10.0.v20190321-1530.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (30.09kB) [INFO] Fetching org.eclipse.emf.importer.ecore.source_2.10.0.v20200324-0723.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (20.76kB) [INFO] Fetching org.eclipse.emf.importer.java.source_2.11.0.v20200324-0723.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (46.79kB) [INFO] Fetching org.eclipse.emf.importer.rose.source_2.11.0.v20210405-0904.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (69.75kB) [INFO] Fetching org.eclipse.emf.converter.source_2.16.0.v20210405-0904.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.34kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.58kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.8.0.v20210113-0340.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.7.0.v20210113-0340.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (41.05kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.34kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.5.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (57.12kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.7.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.26kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (34.57kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.git_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (32kB) [INFO] Fetching org.eclipse.emf.diffmerge.doc_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (2.17MB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (26.7kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.git.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (26.28kB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (22.05kB) [INFO] Fetching org.eclipse.emf.diffmerge.pojo_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (86.12kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (26.92kB) [INFO] Fetching org.eclipse.emf.diffmerge.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (117.06kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (294.9kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (27.65kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (106.62kB) [INFO] Fetching org.eclipse.emf.diffmerge.generic.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (153.32kB) [INFO] Fetching org.eclipse.emf.diffmerge.pojo.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (68.03kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (22.19kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (26.69kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (20.25kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (18.03kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (22.04kB) [INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (26.8kB) [INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (22.18kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (26.71kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (24.02kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (26.65kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (22.08kB) [INFO] Fetching org.eclipse.emf.doc_2.23.0.v20210405-0703.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.19MB) [INFO] Fetching org.eclipse.emf.doc_2.25.0.v20210405-0703.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (33.38kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.13.0.v20190822-1451.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (78.81kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (23.8kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.26kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (121.31kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (40.7kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.24kB) [INFO] Fetching org.eclipse.emf.ecore_2.24.0.v20210405-0628.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.13kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.24.0.v20210405-0628.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (820.39kB) [INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (90.76kB) [INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (151.51kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.24.0.v20210405-0628.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.02kB) [INFO] Fetching org.eclipse.emf.edit.source_2.16.0.v20190920-0401.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (209.94kB) [INFO] Fetching org.eclipse.emf.edit.source_2.16.0.v20190920-0401.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.17kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.21.0.v20210506-1232.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.20.0.v20210506-1232.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (157.87kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.23kB) [INFO] Fetching org.eclipse.emf.example.installer_1.10.0.v20200518-1440.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (356.8kB) [INFO] Fetching org.eclipse.emf_2.26.0.v20210506-1425.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.26kB) [INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (191.71kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (29.26kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (145.62kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (41.87kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (13.19kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (48.25kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (99.24kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.16kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (7.37kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor.source_2.10.0.v20181104-0733.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (21.72kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui.source_2.12.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (39.94kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.39kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (13.11kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.11kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (7.37kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.source_2.11.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (40.2kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.source_2.11.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (50.44kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.32kB) [INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.03kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.12.0.v20181104-0733.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (113.7kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.13.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.21kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.05kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.10.0.v20181104-0733.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (45.16kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.24kB) [INFO] Fetching org.eclipse.emf.sdk_2.26.0.v20210506-1425.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (7.37kB) [INFO] Fetching org.eclipse.emf.source_2.26.0.v20210506-1425.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.4kB) [INFO] Fetching org.eclipse.emf.transaction_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.63kB) [INFO] Fetching org.eclipse.emf.transaction.source_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (153.08kB) [INFO] Fetching org.eclipse.emf.transaction.ui.source_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (24.7kB) [INFO] Fetching org.eclipse.emf.transaction.source_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.22kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (74.19kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.33kB) [INFO] Fetching org.eclipse.emf.validation_1.12.2.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.63kB) [INFO] Fetching org.eclipse.emf.validation.source_1.8.0.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (324.23kB) [INFO] Fetching org.eclipse.emf.validation.ui.source_1.7.0.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (54.05kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide.source_1.3.0.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.05kB) [INFO] Fetching org.eclipse.emf.validation.source_1.12.2.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.25kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.12kB) [INFO] Fetching org.eclipse.emf.workspace_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.65kB) [INFO] Fetching org.eclipse.emf.workspace.source_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (69.87kB) [INFO] Fetching org.eclipse.emf.workspace.ui.source_1.3.0.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.01kB) [INFO] Fetching org.eclipse.emf.workspace.source_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (21.24kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.8.0.v20210414-1616.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.58kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.7.100.v20210311-1631.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (76.64kB) [INFO] Fetching org.eclipse.jetty.http_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (242.24kB) [INFO] Fetching org.eclipse.jetty.server_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (769.29kB) [INFO] Fetching org.eclipse.jetty.servlet_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (171.79kB) [INFO] Fetching org.eclipse.jetty.util_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (560.29kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.17kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.65kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (8.69kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (17.97kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.0.v20210326-2048.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (35.85kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.100.v20210329-1206.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.42kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.92kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.08kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.1000.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.71kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.100.v20210418-1636.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (111.58kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.2.0.v20210315-2042.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.92kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.7.0.v20210315-2042.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.76kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.5.0.v20210325-0750.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (66.96kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.7.0.v20210328-0514.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (138.77kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.2.0.v20210316-1209.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.85kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.6.0.v20210331-1610.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (248kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.4.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (59.72kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.5.100.v20210329-1206.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (121.6kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.3.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (96.12kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.4.0.v20210326-2048.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.95kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.2.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.63kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.2.0.v20210315-2042.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.88kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.2.0.v20210315-2042.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.5kB) [INFO] Fetching org.eclipse.equinox.security.source_1.3.600.v20210126-1005.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (102.02kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.2.0.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (48.44kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.100.v20210329-1206.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.23kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.6.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (64.22kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64.source_1.1.500.v20210125-1508.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.41kB) [INFO] Fetching org.tukaani.xz.source_1.8.0.v20180207-1613.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (149.53kB) [INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.0.v20210202-1157.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.94kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.1000.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.48kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (17.5kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.0.v20210316-1209.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (17.4kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.0.v20210312-1245.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.62kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.1200.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.13kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.2.0.v20210315-2042.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.79kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.3.0.v20210316-1209.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.73kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.4.0.v20210312-1245.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.03kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.6.0.v20210322-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (75.29kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.4.0.v20210316-1209.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.23kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.3.0.v20210325-0750.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (178.85kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.4.0.v20210421-1159.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (149.58kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.1200.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.19kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.100.v20210426-1115.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (289.31kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.100.v20210327-1705.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (46.92kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.0.v20210315-2228.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.93kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.3.0.v20210121-0947.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (71.54kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.0.v20210114-1214.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.79kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.1200.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.06kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.7.100.v20210426-1115.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (294.66kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.100.v20210327-1705.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (55.69kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.3.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.42kB) [INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.0.v20210121-0947.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (85.51kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.2.0.v20210114-1214.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (30.22kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.1200.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.15kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.100.v20210415-1446.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (65.27kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.0.v20210322-0909.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.7kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.1200.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (18.93kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.2.0.v20210322-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (71.13kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.3.100.v20210415-1446.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.35kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.1200.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.14kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.0.100.v20210419-1942.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.28kB) [INFO] Fetching org.eclipse.gef_3.15.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/features/ (19.9kB) [INFO] Fetching org.eclipse.gef.source_3.13.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (824.2kB) [INFO] Fetching org.eclipse.gef.source_3.15.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/features/ (20.88kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (96.46kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (28.44kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (22.92kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (103.89kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (21.94kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (31.54kB) [INFO] Fetching org.eclipse.gmf_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (15.06kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (756.1kB) [INFO] Fetching org.eclipse.gmf_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (24.07kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.13.1.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (23.46kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.10.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (322.13kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit.source_1.8.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (136.49kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (23.44kB) [INFO] Fetching org.apache.batik.shared.resources_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (20.3kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (23.75kB) [INFO] Fetching org.apache.batik.anim.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (411.77kB) [INFO] Fetching org.apache.batik.awt.util.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (428.84kB) [INFO] Fetching org.apache.batik.bridge.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (529.05kB) [INFO] Fetching org.apache.batik.codec.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (114.68kB) [INFO] Fetching org.apache.batik.constants.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (16.56kB) [INFO] Fetching org.apache.batik.css.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (321.27kB) [INFO] Fetching org.apache.batik.dom.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (179.82kB) [INFO] Fetching org.apache.batik.dom.svg.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (244.54kB) [INFO] Fetching org.apache.batik.ext.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (24.6kB) [INFO] Fetching org.apache.batik.gvt.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (224.52kB) [INFO] Fetching org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (22.04kB) [INFO] Fetching org.apache.batik.parser.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (99.8kB) [INFO] Fetching org.apache.batik.script.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (43.1kB) [INFO] Fetching org.apache.batik.shared.resources.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (19.09kB) [INFO] Fetching org.apache.batik.svggen.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (270.98kB) [INFO] Fetching org.apache.batik.transcoder.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (127.53kB) [INFO] Fetching org.apache.batik.util.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (128.49kB) [INFO] Fetching org.apache.batik.xml.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (33.72kB) [INFO] Fetching org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (679.43kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (23.74kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (102.67kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.source_1.8.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (178.99kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (73.51kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (36.04kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.source_1.9.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (92.95kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (78.92kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (82.45kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (21.62kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties.source_1.9.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (63.52kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (112.5kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.source_1.9.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (844.19kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (133.31kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (17.93kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (72.22kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties.source_1.8.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (103.38kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (84.64kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (21.2kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render.source_1.7.2.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (83.88kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (87.61kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (50.21kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.source_1.9.2.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (233.65kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (46.76kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.10.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (166.21kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (98.31kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (29.34kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (92.36kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core.source_1.9.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (185.02kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (18.1kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (76.43kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (51.48kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (91.98kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (23.05kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (15.67kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (14.72kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (60.39kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render.source_1.8.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (61.98kB) [INFO] Fetching org.eclipse.gmf.source_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (23.97kB) [INFO] Fetching org.eclipse.help.webapp_3.10.300.v20210507-0822.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (314.34kB) [INFO] Fetching org.eclipse.jetty.io_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (194.73kB) [INFO] Fetching org.eclipse.jetty.security_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (126.39kB) [INFO] Fetching org.eclipse.jetty.util.ajax_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (68.89kB) [INFO] Fetching org.eclipse.help_2.3.600.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.58kB) [INFO] Fetching javax.el.source_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (57.06kB) [INFO] Fetching jakarta.servlet-api.source_4.0.0.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (177.52kB) [INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (129.79kB) [INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (73.27kB) [INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (321.04kB) [INFO] Fetching org.apache.lucene.analyzers-common.source_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.66MB) [INFO] Fetching org.apache.lucene.core.source_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.24MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn.source_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.45MB) [INFO] Fetching org.eclipse.equinox.http.jetty.source_3.8.0.v20210414-1616.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.51kB) [INFO] Fetching org.eclipse.equinox.http.registry.source_1.2.0.v20200614-1851.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (32.54kB) [INFO] Fetching org.eclipse.equinox.http.servlet.source_1.7.100.v20210311-1631.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (140.78kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.500.v20200422-1833.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.16kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.1.400.v20200422-1833.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.02kB) [INFO] Fetching org.eclipse.help.base.source_4.3.300.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (307.18kB) [INFO] Fetching org.eclipse.help.ui.source_4.3.0.v20210409-1726.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (220.67kB) [INFO] Fetching org.eclipse.help.webapp.source_3.10.300.v20210507-0822.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (202.2kB) [INFO] Fetching org.eclipse.jetty.http.source_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (137.39kB) [INFO] Fetching org.eclipse.jetty.io.source_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (108.75kB) [INFO] Fetching org.eclipse.jetty.security.source_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (91.82kB) [INFO] Fetching org.eclipse.jetty.server.source_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (444.1kB) [INFO] Fetching org.eclipse.jetty.servlet.source_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (93.3kB) [INFO] Fetching org.eclipse.jetty.util.source_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (356.14kB) [INFO] Fetching org.eclipse.jetty.util.ajax.source_10.0.5.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.6kB) [INFO] Fetching org.slf4j.api.source_1.7.30.v20200204-2150.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (67.32kB) [INFO] Fetching org.eclipse.core.net.source_1.3.1100.v20210424-0724.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (55.55kB) [INFO] Fetching org.eclipse.help.source_2.3.600.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (18.85kB) [INFO] Fetching org.eclipse.jdt_3.18.800.v20210611-1600.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (29.46kB) [INFO] Fetching org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.5kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.59kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.6.900.v20210317-0507.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (127.99kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.1kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.1200.v20210521-0550.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (41.57kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1300.v20210419-1022.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (77.46kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.600.v20210406-0802.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.52kB) [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.04kB) [INFO] Fetching org.eclipse.jdt.doc.isv_3.14.1200.v20210611-1636.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (5.03MB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.1100.v20210531-1101.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.63MB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.1100.v20210429-2046.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (65.64kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.6.0.v20210326-1249.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.34kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.39kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1300.v20210320-1132.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.91kB) [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (123kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (29.18kB) [INFO] Fetching org.junit.jupiter.api_5.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (63.4kB) [INFO] Fetching org.junit.jupiter.engine_5.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (73.54kB) [INFO] Fetching org.junit.jupiter.migrationsupport_5.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.55kB) [INFO] Fetching org.junit.jupiter.params_5.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (186.1kB) [INFO] Fetching org.junit.platform.commons_1.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.05kB) [INFO] Fetching org.junit.platform.engine_1.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.02kB) [INFO] Fetching org.junit.platform.launcher_1.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (53.71kB) [INFO] Fetching org.junit.platform.runner_1.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.11kB) [INFO] Fetching org.junit.platform.suite.api_1.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.91kB) [INFO] Fetching org.junit.vintage.engine_5.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (33.82kB) [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.79kB) [INFO] Fetching org.eclipse.jdt_3.18.800.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.78kB) [INFO] Fetching org.eclipse.ant.ui.source_3.8.0.v20210415-1314.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (609.92kB) [INFO] Fetching org.eclipse.jdt.apt.core.source_3.6.900.v20210317-0507.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (355.63kB) [INFO] Fetching org.eclipse.jdt.apt.ui.source_3.6.600.v20210406-0802.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (45.87kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.2.500.v20200322-1447.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (33.82kB) [INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.3.1300.v20210419-1022.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (135.72kB) [INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.2.1200.v20210521-0550.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.83kB) [INFO] Fetching org.eclipse.jdt.core.source_3.26.0.v20210609-0549.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (5.21MB) [INFO] Fetching org.eclipse.jdt.core.formatterapp.source_1.0.0.v20200119-0748.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.86kB) [INFO] Fetching org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.06kB) [INFO] Fetching org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (17.86kB) [INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.14.400.v20210531-0737.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.11MB) [INFO] Fetching org.eclipse.jdt.debug.ui.source_3.12.300.v20210517-0748.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (844.98kB) [INFO] Fetching org.eclipse.jdt.debug.source_3.17.200.v20210513-1223.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (765.51kB) [INFO] Fetching org.eclipse.jdt.junit.source_3.12.0.v20210521-1840.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (198.32kB) [INFO] Fetching org.eclipse.jdt.junit.core.source_3.10.1100.v20210429-2046.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (113.74kB) [INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.6.0.v20210326-1249.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (45.79kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.2.0.v20210326-1251.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.38kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.0.1300.v20210320-1132.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.11kB) [INFO] Fetching org.eclipse.jdt.launching.source_3.19.200.v20210326-1452.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (350.84kB) [INFO] Fetching org.eclipse.jdt.ui.source_3.23.0.v20210530-1810.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (5.38MB) [INFO] Fetching org.junit.source_4.13.0.v20200204-1500.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (258.21kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.3kB) [INFO] Fetching org.junit.jupiter.api.source_5.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (197.02kB) [INFO] Fetching org.junit.jupiter.engine.source_5.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (138.86kB) [INFO] Fetching org.junit.jupiter.migrationsupport.source_5.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (39.73kB) [INFO] Fetching org.junit.jupiter.params.source_5.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (84.22kB) [INFO] Fetching org.junit.platform.commons.source_1.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (90.3kB) [INFO] Fetching org.junit.platform.engine.source_1.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (152.5kB) [INFO] Fetching org.junit.platform.launcher.source_1.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (101.55kB) [INFO] Fetching org.junit.platform.runner.source_1.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.97kB) [INFO] Fetching org.junit.platform.suite.api.source_1.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.47kB) [INFO] Fetching org.junit.vintage.engine.source_5.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (53.97kB) [INFO] Fetching org.opentest4j.source_1.2.0.v20190826-0900.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.88kB) [INFO] Fetching org.apiguardian.source_1.1.0.v20190826-0900.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.05kB) [INFO] Fetching org.eclipse.ant.launching.source_1.3.0.v20210415-1314.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (128.09kB) [INFO] Fetching org.eclipse.jdt.source_3.18.800.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.12kB) [INFO] Fetching org.eclipse.jgit.archive_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.54kB) [INFO] Fetching org.eclipse.jgit_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (14.35kB) [INFO] Fetching org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (14.38kB) [INFO] Fetching org.eclipse.jgit.http.apache_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (14.4kB) [INFO] Fetching org.eclipse.jgit.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.94MB) [INFO] Fetching org.eclipse.jgit.ant.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.24kB) [INFO] Fetching org.eclipse.jgit.archive.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.31kB) [INFO] Fetching org.eclipse.jgit.http.apache.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.78kB) [INFO] Fetching org.eclipse.jgit.http.server.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (66.66kB) [INFO] Fetching org.eclipse.jgit.junit.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.75kB) [INFO] Fetching org.eclipse.jgit.junit.http.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.94kB) [INFO] Fetching org.eclipse.jgit.junit.ssh.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.1kB) [INFO] Fetching org.eclipse.jgit.lfs.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (61.73kB) [INFO] Fetching org.eclipse.jgit.lfs.server.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.68kB) [INFO] Fetching org.eclipse.jgit.pgm.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (159.2kB) [INFO] Fetching org.eclipse.jgit.ssh.apache.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (110.22kB) [INFO] Fetching org.eclipse.jgit.ssh.jsch.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.69kB) [INFO] Fetching org.eclipse.jgit.ui.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.61kB) [INFO] Fetching org.eclipse.jgit.gpg.bc.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.24kB) [INFO] Fetching org.eclipse.jgit.source_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (14.62kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (14.37kB) [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.71kB) [INFO] Fetching org.eclipse.jsch.ui_1.4.0.v20210426-0843.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.54kB) [INFO] Fetching org.eclipse.mylyn.commons.core_3.25.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (88.99kB) [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.25.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (73.36kB) [INFO] Fetching org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (222.89kB) [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.25.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (107.68kB) [INFO] Fetching org.eclipse.mylyn.commons_3.25.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.17kB) [INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.17.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.35kB) [INFO] Fetching org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.12kB) [INFO] Fetching org.eclipse.mylyn.commons.net_3.25.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.16kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.17.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.45kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.17.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.04kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.17.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (37.63kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.27kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.17.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.53kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.17.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (62.39kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.19kB) [INFO] Fetching org.eclipse.mylyn.monitor.core_3.25.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.64kB) [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.25.2.v20200828-1617.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (69.55kB) [INFO] Fetching org.eclipse.mylyn.context.ui_3.25.2.v20200828-1617.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (110.91kB) [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.25.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.68kB) [INFO] Fetching org.eclipse.mylyn.resources.ui_3.25.2.v20200828-1617.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.2kB) [INFO] Fetching org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.21kB) [INFO] Fetching org.eclipse.mylyn.discovery.core_3.25.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (61.21kB) [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.25.2.v20200813-0821.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (61.7kB) [INFO] Fetching org.eclipse.mylyn.discovery_3.25.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.15kB) [INFO] Fetching org.eclipse.mylyn.monitor_3.25.2.v20200813-0821.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.14kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.25.2.v20200814-0512.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.16kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.25.2.v20200814-0512.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.33kB) [INFO] Fetching org.eclipse.mylyn.tasks.search_3.25.2.v20200814-0512.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (46.77kB) [INFO] Fetching org.eclipse.ui.browser_3.6.1100.v20210118-1327.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (98.02kB) [INFO] Fetching org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.18kB) [INFO] Fetching org.eclipse.mylyn_feature_3.25.2.v20200814-0512.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.82kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_2.0.1.202106070924.jar from https://download.eclipse.org/nattable/releases/2.0.1/repository/plugins/ (2.73MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_2.0.1.202106070924.jar from https://download.eclipse.org/nattable/releases/2.0.1/repository/plugins/ (134.04kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.source_1.3.0.201912241810.jar from http://download.eclipse.org/nebula/releases/2.3.0/plugins/ (1.52MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.feature_1.3.0.201912241810.jar from http://download.eclipse.org/nebula/releases/2.3.0/features/ (18.53kB) [INFO] Fetching org.eclipse.pde.ds.lib_1.1.500.v20210209-1250.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.31kB) [INFO] Fetching org.eclipse.pde.api.tools_1.2.500.v20210521-1226.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (929.84kB) [INFO] Fetching org.objectweb.asm_9.1.0.v20210209-1849.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.98kB) [INFO] Fetching org.objectweb.asm.tree_9.1.0.v20210209-1849.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.39kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.65kB) [INFO] Fetching org.eclipse.pde.api.tools.ui_1.2.300.v20210415-0924.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (206.58kB) [INFO] Fetching org.eclipse.pde.ui_3.13.100.v20210515-0638.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.45MB) [INFO] Fetching org.eclipse.pde.doc.user_3.14.1200.v20210611-1636.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (6.86MB) [INFO] Fetching org.eclipse.pde.ds.annotations_1.2.100.v20210211-1236.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (63.08kB) [INFO] Fetching org.eclipse.pde.ds.core_1.2.300.v20210316-0728.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.9kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.2.100.v20210507-0837.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (79.49kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.77kB) [INFO] Fetching org.eclipse.pde_3.13.1500.v20210611-1600.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (41.29kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.6.0.v20210513-1344.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.35kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.7.200.v20201208-0953.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (377.36kB) [INFO] Fetching org.eclipse.pde.launching_3.9.300.v20210513-1344.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.12kB) [INFO] Fetching org.eclipse.pde.ua.core_1.2.200.v20210208-1459.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (33.04kB) [INFO] Fetching org.eclipse.pde.ua.ui_1.2.200.v20210515-0638.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (141.29kB) [INFO] Fetching org.eclipse.ui.trace_1.2.0.v20210110-1242.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.19kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.100.v20201207-1622.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (32.81kB) [INFO] Fetching org.eclipse.tools.layout.spy_1.1.0.v20210110-1247.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.32kB) [INFO] Fetching org.eclipse.pde_3.14.800.v20210611-1636.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.48kB) [INFO] Fetching org.eclipse.pde.build.source_3.11.0.v20210429-0618.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (317.24kB) [INFO] Fetching org.eclipse.pde.core.source_3.14.300.v20210515-0638.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1,004.16kB) [INFO] Fetching org.eclipse.pde.junit.runtime.source_3.6.0.v20210513-1344.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.02kB) [INFO] Fetching org.eclipse.pde.runtime.source_3.7.200.v20210513-1344.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (83.36kB) [INFO] Fetching org.eclipse.pde.ui.source_3.13.100.v20210515-0638.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.05MB) [INFO] Fetching org.eclipse.pde.ui.templates.source_3.7.200.v20201208-0953.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (107.52kB) [INFO] Fetching org.objectweb.asm.source_9.1.0.v20210209-1849.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (188.4kB) [INFO] Fetching org.objectweb.asm.tree.source_9.1.0.v20210209-1849.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (86.62kB) [INFO] Fetching org.eclipse.pde.api.tools.source_1.2.500.v20210521-1226.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (652.57kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.1.400.v20190929-1236.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.56kB) [INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.2.300.v20210415-0924.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (250.43kB) [INFO] Fetching org.eclipse.pde.ds.core.source_1.2.300.v20210316-0728.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.83kB) [INFO] Fetching org.eclipse.pde.ds.ui.source_1.2.100.v20210507-0837.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (94.81kB) [INFO] Fetching org.eclipse.pde.launching.source_3.9.300.v20210513-1344.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (93.88kB) [INFO] Fetching org.eclipse.pde.ua.core.source_1.2.200.v20210208-1459.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (104.7kB) [INFO] Fetching org.eclipse.pde.ua.ui.source_1.2.200.v20210515-0638.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (272.64kB) [INFO] Fetching org.eclipse.ui.trace.source_1.2.0.v20210110-1242.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.75kB) [INFO] Fetching org.eclipse.pde.ds.annotations.source_1.2.100.v20210211-1236.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (77.36kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.1.100.v20201207-1622.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (63.34kB) [INFO] Fetching org.eclipse.pde.ds.lib.source_1.1.500.v20210209-1250.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (29.97kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib.source_1.0.500.v20210209-1250.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.56kB) [INFO] Fetching org.eclipse.tools.layout.spy.source_1.1.0.v20210110-1247.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.45kB) [INFO] Fetching org.eclipse.pde.source_3.14.800.v20210611-1636.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (18.9kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.1500.v20210315-1034.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (85.02kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.2.0.v20210129-1224.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.41kB) [INFO] Fetching org.eclipse.platform_4.20.0.v20210611-1600.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (617.88kB) [INFO] Fetching org.eclipse.platform.doc.isv_4.20.0.v20210611-1636.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.39MB) [INFO] Fetching org.eclipse.platform.doc.isv_4.20.0.v20210611-1636.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.36MB of 21.39MB at 20.36MB/s) [INFO] Fetching org.eclipse.platform.doc.user_4.20.0.v20210530-2150.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (6.04MB) [INFO] Fetching org.eclipse.text.quicksearch_1.1.100.v20210426-1601.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (36.43kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.4.200.v20210409-1747.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.83MB) [INFO] Fetching org.eclipse.ui.monitoring_1.2.0.v20210111-1353.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.58kB) [INFO] Fetching org.eclipse.ui.net_1.4.0.v20210426-0838.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.18kB) [INFO] Fetching org.eclipse.ui.themes_1.2.1400.v20210315-1604.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.46kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.1.0.v20210426-0951.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.84kB) [INFO] Fetching org.eclipse.platform_4.20.0.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.62kB) [INFO] Fetching org.eclipse.platform_root_4.20.0.v20210611-1600 from http://download.eclipse.org/releases/2021-06/202106161001/binary/ (196B) [INFO] Fetching org.apache.ant.source_1.10.10.v20210426-1926.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.45MB) [INFO] Fetching org.eclipse.ant.core.source_3.6.0.v20210415-1314.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (97.18kB) [INFO] Fetching com.jcraft.jsch.source_0.1.55.v20190404-1902.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (294.21kB) [INFO] Fetching org.eclipse.compare.core.source_3.6.1000.v20201020-1107.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (62.17kB) [INFO] Fetching org.eclipse.compare.source_3.8.0.v20210415-0713.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (422.89kB) [INFO] Fetching org.eclipse.core.filebuffers.source_3.7.0.v20210512-1543.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (87.57kB) [INFO] Fetching org.eclipse.core.filesystem.source_1.9.0.v20210419-1155.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (92.9kB) [INFO] Fetching org.eclipse.core.net.linux.source_1.0.0.v20210424-0724.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.35kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64.source_1.2.500.v20210510-1619.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.41kB) [INFO] Fetching org.eclipse.core.resources.source_3.15.0.v20210521-0722.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (799.99kB) [INFO] Fetching org.eclipse.debug.core.source_3.18.100.v20210511-0446.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (403.17kB) [INFO] Fetching org.eclipse.debug.ui.source_3.15.0.v20210525-1810.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.67MB) [INFO] Fetching org.eclipse.e4.ui.ide.source_3.15.200.v20210108-1832.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.73kB) [INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.11.400.v20210427-0555.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (294.96kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.11.400.v20210320-1132.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (251.14kB) [INFO] Fetching org.eclipse.platform.source_4.20.0.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.67kB) [INFO] Fetching org.eclipse.search.source_3.13.200.v20210419-1029.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (298.72kB) [INFO] Fetching org.eclipse.text.quicksearch.source_1.1.100.v20210426-1601.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (59.43kB) [INFO] Fetching org.eclipse.team.core.source_3.9.0.v20210510-1748.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (367.76kB) [INFO] Fetching org.eclipse.team.ui.source_3.9.0.v20210426-0837.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (765.86kB) [INFO] Fetching org.eclipse.text.source_3.12.0.v20210512-1644.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (279.35kB) [INFO] Fetching org.eclipse.jface.text.source_3.18.0.v20210512-1640.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (810.28kB) [INFO] Fetching org.eclipse.jsch.core.source_1.3.900.v20200422-1935.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (38.72kB) [INFO] Fetching org.eclipse.jsch.ui.source_1.4.0.v20210426-0843.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.91kB) [INFO] Fetching org.eclipse.ui.console.source_3.11.0.v20210510-1914.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (136.98kB) [INFO] Fetching org.eclipse.ui.intro.source_3.6.200.v20210409-1747.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (253.77kB) [INFO] Fetching org.eclipse.ui.intro.universal.source_3.4.200.v20210409-1747.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (57.06kB) [INFO] Fetching org.eclipse.ui.cheatsheets.source_3.7.300.v20210507-0822.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (251.12kB) [INFO] Fetching org.eclipse.ui.browser.source_3.6.1100.v20210118-1327.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (96.14kB) [INFO] Fetching org.eclipse.ui.genericeditor.source_1.2.0.v20210129-1224.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (92.19kB) [INFO] Fetching org.eclipse.ui.monitoring.source_1.2.0.v20210111-1353.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (45.22kB) [INFO] Fetching org.eclipse.ui.navigator.source_3.10.100.v20210415-0924.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (308.93kB) [INFO] Fetching org.eclipse.ui.navigator.resources.source_3.8.100.v20210319-0848.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (102.5kB) [INFO] Fetching org.eclipse.ui.net.source_1.4.0.v20210426-0838.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (28.59kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.16.100.v20210512-1009.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (430.32kB) [INFO] Fetching org.eclipse.ui.views.source_3.11.0.v20210111-1351.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (80.28kB) [INFO] Fetching org.eclipse.ui.editors.source_3.14.100.v20210513-1110.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (330.04kB) [INFO] Fetching org.eclipse.ui.externaltools.source_3.5.0.v20210510-1849.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (82.17kB) [INFO] Fetching org.eclipse.ui.ide.source_3.18.200.v20210523-1724.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.25MB) [INFO] Fetching org.eclipse.ui.ide.application.source_1.4.100.v20210506-1050.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.79kB) [INFO] Fetching org.eclipse.core.variables.source_3.5.0.v20210510-1945.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (37.71kB) [INFO] Fetching org.eclipse.ui.forms.source_3.11.100.v20210108-1139.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (217.7kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.9.100.v20201223-1348.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (82.81kB) [INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.100.v20210419-1942.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.13kB) [INFO] Fetching org.eclipse.core.externaltools.source_1.2.0.v20210510-1841.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (35.89kB) [INFO] Fetching org.eclipse.ui.themes.source_1.2.1400.v20210315-1604.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.36kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.1.100.v20210315-0954.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.24kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.1.0.v20210426-0951.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.19kB) [INFO] Fetching org.eclipse.ui.views.log.source_1.2.1500.v20210315-1034.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (59.8kB) [INFO] Fetching org.eclipse.platform.source_4.20.0.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (20.21kB) [INFO] Fetching org.eclipse.update.configurator_3.4.800.v20210415-1314.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.69kB) [INFO] Fetching org.eclipse.rcp_4.20.0.v20210611-1600.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.44kB) [INFO] Fetching org.eclipse.rcp_4.20.0.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.16kB) [INFO] Fetching org.eclipse.rcp_root_4.20.0.v20210611-1600 from http://download.eclipse.org/releases/2021-06/202106161001/binary/ (24.93kB) [INFO] Fetching org.eclipse.help.source_3.9.0.v20210507-0822.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (180kB) [INFO] Fetching org.eclipse.ui.source_3.119.0.v20210111-1350.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (145.52kB) [INFO] Fetching org.eclipse.ui.workbench.source_3.122.200.v20210506-1640.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.47MB) [INFO] Fetching org.eclipse.update.configurator.source_3.4.800.v20210415-1314.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (76.41kB) [INFO] Fetching com.ibm.icu.source_67.1.0.v20200706-1749.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.36MB) [INFO] Fetching org.eclipse.rcp.source_4.20.0.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.2kB) [INFO] Fetching org.eclipse.sdk_4.20.0.v20210611-1600.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (384.82kB) [INFO] Fetching org.eclipse.sdk_4.20.0.v20210611-1636.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.06kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (36.15kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (20.76kB) [INFO] Fetching org.eclipse.sirius.aql_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.86kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (21.73kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (13.85kB) [INFO] Fetching org.eclipse.sirius.aql.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.47kB) [INFO] Fetching org.eclipse.sirius.common.interpreter_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (20.54kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (13.35kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (11.51kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (390.83kB) [INFO] Fetching org.eclipse.sirius.doc_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (11.6MB) [INFO] Fetching org.eclipse.sirius.doc.feature_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.89kB) [INFO] Fetching org.eclipse.sirius.doc.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (11.6MB) [INFO] Fetching org.eclipse.sirius.doc.feature.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.51kB) [INFO] Fetching org.eclipse.sirius.ext.e3_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (9.46kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (9.44kB) [INFO] Fetching org.eclipse.sirius.ext.ide_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (20.98kB) [INFO] Fetching org.eclipse.sirius.interpreter_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (31.92kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.78kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (16.91kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (10.81kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.4kB) [INFO] Fetching org.eclipse.sirius.runtime.aql_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.85kB) [INFO] Fetching org.eclipse.sirius.runtime.aql.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.48kB) [INFO] Fetching org.eclipse.sirius.runtime_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (21.12kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.97kB) [INFO] Fetching org.eclipse.sirius.interpreter.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (22.9kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.58kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (11.58kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (11.56kB) [INFO] Fetching org.eclipse.sirius.ui.editor_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (102.67kB) [INFO] Fetching org.eclipse.sirius.ui.ext_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (18.65kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (21.23kB) [INFO] Fetching org.eclipse.sirius.common.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (155.48kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (9.84kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (241.62kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.model.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (277.87kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (137.02kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (256.68kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (2.39MB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (9.89kB) [INFO] Fetching org.eclipse.sirius.table.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (406.26kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (10.04kB) [INFO] Fetching org.eclipse.sirius.tree.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (171.59kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (10.05kB) [INFO] Fetching org.eclipse.sirius.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (885.91kB) [INFO] Fetching org.eclipse.sirius.ui.editor.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (54.3kB) [INFO] Fetching org.eclipse.sirius.ui.ext.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (9.87kB) [INFO] Fetching org.eclipse.sirius.ext.swt.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (10.75kB) [INFO] Fetching org.eclipse.sirius.ext.jface.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (10.18kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (23.86kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (30.06kB) [INFO] Fetching org.eclipse.sirius.ext.gef.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (13.81kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (97.38kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (13.73kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.66kB) [INFO] Fetching org.eclipse.sirius.common.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (201.75kB) [INFO] Fetching org.eclipse.sirius.ecore.extender.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (82.95kB) [INFO] Fetching org.eclipse.sirius.synchronizer.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (31.15kB) [INFO] Fetching org.eclipse.sirius.model.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (657.58kB) [INFO] Fetching org.eclipse.sirius.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (692.89kB) [INFO] Fetching org.eclipse.sirius.diagram.model.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (725.32kB) [INFO] Fetching org.eclipse.sirius.diagram.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (496.87kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (54.5kB) [INFO] Fetching org.eclipse.sirius.table.model.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (233.92kB) [INFO] Fetching org.eclipse.sirius.table.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (93.11kB) [INFO] Fetching org.eclipse.sirius.tree.model.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (146.13kB) [INFO] Fetching org.eclipse.sirius.tree.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (84.89kB) [INFO] Fetching org.eclipse.sirius.ext.base.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (27.5kB) [INFO] Fetching org.eclipse.sirius.ext.e3.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (8.53kB) [INFO] Fetching org.eclipse.sirius.ext.emf.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (15.68kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (13.36kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (10.45kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (8.54kB) [INFO] Fetching org.eclipse.sirius.ext.ide.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (18.19kB) [INFO] Fetching org.eclipse.sirius.runtime.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.58kB) [INFO] Fetching org.polarsys.capella.common.re.gen.edit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (66.23kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.edit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (42.29kB) [INFO] Fetching org.polarsys.capella.common.id.handler_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (16.3kB) [INFO] Fetching org.polarsys.capella.common.re_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (254.01kB) [INFO] Fetching org.polarsys.capella.common.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (21.17kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (18.82kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (22.9kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (21.83kB) [INFO] Fetching org.polarsys.capella.common.tools.report.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (20.95kB) [INFO] Fetching org.polarsys.capella.common.re.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (135.26kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (20.31kB) [INFO] Fetching org.polarsys.capella.common.ui.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (21.09kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (40.86kB) [INFO] Fetching org.polarsys.kitalpha.massactions_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (38.92kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.core_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (65.53kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (27.21kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (66.05kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (80.49kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (194.44kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (22.16kB) [INFO] Fetching org.polarsys.capella.core.advance.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.89kB) [INFO] Fetching org.polarsys.capella.core.af.integration.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (26.58kB) [INFO] Fetching org.polarsys.capella.core.model.semantic_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (38.92kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (549.32kB) [INFO] Fetching org.polarsys.capella.core.common.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (21.04kB) [INFO] Fetching org.polarsys.capella.core.data.res.edit_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (733.66kB) [INFO] Fetching org.polarsys.capella.core.data.res.editor_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (68.13kB) [INFO] Fetching org.polarsys.capella.core.data.gen.editor_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (1.47MB) [INFO] Fetching org.polarsys.capella.core.common.ui.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.96kB) [INFO] Fetching org.polarsys.capella.core.compare.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.8kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (468.36kB) [INFO] Fetching org.polarsys.capella.core.dashboard.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.82kB) [INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (30.15kB) [INFO] Fetching org.polarsys.capella.core.validation.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (48.36kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.ide_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (61.91kB) [INFO] Fetching org.polarsys.capella.core.data.common.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (53.52kB) [INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (54.84kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (77.46kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (36.38kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (106.88kB) [INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (63.24kB) [INFO] Fetching org.polarsys.capella.core.data.cs.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (120.7kB) [INFO] Fetching org.polarsys.capella.core.tiger_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (76.57kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (41.61kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (22.24kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (47.12kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (31.61kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (21.74kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (23.21kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (127.48kB) [INFO] Fetching org.polarsys.capella.core.data.fa.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (144.53kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (76.09kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (55.14kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (16.4kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (16.42kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (23.49kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (55.67kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (26.95kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (91.85kB) [INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (59.56kB) [INFO] Fetching org.polarsys.capella.core.data.information.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (137.15kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (41.77kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (67.52kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (92.78kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (32.38kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (25.41kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (53.29kB) [INFO] Fetching org.polarsys.capella.core.data.la.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (38.89kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (218.39kB) [INFO] Fetching org.polarsys.capella.core.data.migration_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (155.4kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (21.43kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (57.15kB) [INFO] Fetching org.polarsys.capella.core.data.oa.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (26.31kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (25.48kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (19.56kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (32.59kB) [INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (43.55kB) [INFO] Fetching org.polarsys.capella.core.data.pa.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (48.23kB) [INFO] Fetching org.polarsys.capella.core.data.requirement.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (34.58kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (29.09kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (19.79kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (63.13kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (26.5kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (63.14kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.richtext_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (65.21kB) [INFO] Fetching org.polarsys.capella.core.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.73kB) [INFO] Fetching org.polarsys.capella.core.flexibility.wizards_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (21.15kB) [INFO] Fetching org.polarsys.capella.core.git.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.77kB) [INFO] Fetching org.polarsys.capella.core.libraries.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.84kB) [INFO] Fetching org.polarsys.capella.core.migration.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.76kB) [INFO] Fetching org.polarsys.capella.core.model.links.helpers_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (52.6kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (37.67kB) [INFO] Fetching org.eclipse.mylyn.help.ui_3.25.2.v20200814-0512.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.2MB) [INFO] Fetching org.polarsys.capella.core.mylyn.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.77kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (121.97kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (90.99kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (30.59kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (21.47kB) [INFO] Fetching org.polarsys.capella.core.projection.common_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (86.95kB) [INFO] Fetching org.polarsys.capella.core.projection.common.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (20.67kB) [INFO] Fetching org.polarsys.capella.core.projection.exchanges_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (54.83kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (76.31kB) [INFO] Fetching org.polarsys.capella.core.projection.scenario_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (167.23kB) [INFO] Fetching org.polarsys.capella.core.properties.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (21.07kB) [INFO] Fetching org.polarsys.capella.core.properties.richtext.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.87kB) [INFO] Fetching org.polarsys.capella.core.re_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (121.76kB) [INFO] Fetching org.polarsys.capella.core.re.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (37.89kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (62.29kB) [INFO] Fetching org.polarsys.capella.core.re.project_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (48.67kB) [INFO] Fetching org.polarsys.capella.core.re.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.88kB) [INFO] Fetching org.polarsys.capella.core.re.ui.quickfix_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (30.17kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (264.5kB) [INFO] Fetching org.polarsys.capella.core.re.validation_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (43.41kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (77.49kB) [INFO] Fetching org.polarsys.capella.core.transfo.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.91kB) [INFO] Fetching org.polarsys.capella.core.transition.common.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.9kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.ui_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (24.63kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.86kB) [INFO] Fetching org.polarsys.capella.core.ui.fastlinker_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (72.22kB) [INFO] Fetching org.polarsys.capella.core.ui.metric_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (81.11kB) [INFO] Fetching org.polarsys.capella.ui.views_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (14.06kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (29.41kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (29.91kB) [INFO] Fetching org.polarsys.capella.core.ui.intro_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (38.13kB) [INFO] Fetching org.polarsys.capella.core.ui.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (21.26kB) [INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.93kB) [INFO] Fetching org.polarsys.capella.core.ui.search_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (131.19kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.84kB) [INFO] Fetching org.polarsys.capella.core.ui.transfo.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.84kB) [INFO] Fetching org.polarsys.capella.core.ui.wizards.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.9kB) [INFO] Fetching org.polarsys.capella.core.validation.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (21.07kB) [INFO] Fetching org.polarsys.capella.detachment.propertyvalue_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (59.32kB) [INFO] Fetching org.polarsys.capella.detachment.version.precondition_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (22.14kB) [INFO] Fetching org.polarsys.capella.detachment.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (20.78kB) [INFO] Fetching org.polarsys.capella.developer.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (375.9kB) [INFO] Fetching org.polarsys.capella.diagrams.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (3.21MB) [INFO] Fetching org.polarsys.capella.diffmerge.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (19.66kB) [INFO] Fetching org.polarsys.capella.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (591.64kB) [INFO] Fetching org.polarsys.capella.viewpoint.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (53.63kB) [INFO] Fetching org.polarsys.capella.preferences.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (991.23kB) [INFO] Fetching org.polarsys.capella.properties.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (89.73kB) [INFO] Fetching org.polarsys.capella.re.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (2.58MB) [INFO] Fetching org.polarsys.capella.transitions.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (1.73MB) [INFO] Fetching org.polarsys.capella.ui.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (16.2MB) [INFO] Fetching org.polarsys.capella.glossary.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (425.36kB) [INFO] Fetching org.polarsys.capella.validation.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (93.1kB) [INFO] Fetching org.polarsys.capella.th.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (11.56MB) [INFO] Fetching org.polarsys.capella.tipsandtricks.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (9.24MB) [INFO] Fetching org.polarsys.capella.git.doc_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (3.03MB) [INFO] Fetching org.polarsys.capella.doc.feature_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (21.08kB) [INFO] Fetching org.polarsys.capella.rcp_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/plugins/ (32.9kB) [INFO] Fetching org.polarsys.capella.rcp_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site/features/ (21.44kB) [INFO] Fetching org.polarsys.capella.test.framework_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.test.site/plugins/ (158.54kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (117.91kB) [INFO] Fetching org.polarsys.capella.test.validation.rules.ju_6.1.0.202303291413.jar from https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.test.site/plugins/ (2.7MB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (12.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (80.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/plugins/ (858.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (12.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (21.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (9.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (14.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.common.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (12.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.services.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (49.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (10.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (85.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (50.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (33.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (17.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (14.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.16kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (17.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (12.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (46.46kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (21.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (15.3kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (79.02kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (22.8kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (29.6kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (17.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (28.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (85.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (40.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (29.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.78kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (25.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (124.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (65.1kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (22.07kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (38.83kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.common.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (19.66kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.53kB) [INFO] Fetching org.polarsys.kitalpha.common.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.84kB) [INFO] Fetching org.polarsys.kitalpha.common.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (16.59kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (13.24kB) [INFO] Fetching org.polarsys.kitalpha.common.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.doc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/plugins/ (1.07MB) [INFO] Fetching org.polarsys.kitalpha.doc.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/features/ (20.88kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/plugins/ (454.56kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230322/features/ (20.81kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.emde.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (43.95kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (29.58kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (24.44kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (30.17kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.17kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (17.98kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.16kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (469kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (21.18kB) [INFO] Fetching org.polarsys.kitalpha.massactions.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (28.71kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (109.19kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (468.23kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.49kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (52.28kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (17.37kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.19kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (25.01kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (16.77kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (16.05kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (26kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (28.96kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (28.82kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.05kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (21.25kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.25kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (14.61kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (13.92kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (13.66kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (15.38kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.66kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (13.45kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (16.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (14.79kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (21.21kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (21.89kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (25.43kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (12.18kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.27kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (34.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.23kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (19.09kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.91kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (14.43kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (20.23kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (14.39kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (17.9kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (13.77kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.27kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (21.2kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.77kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (21.24kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.99kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (15.33kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (15.36kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.29kB) [INFO] Fetching org.polarsys.kitalpha.report.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.report.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (15.09kB) [INFO] Fetching org.polarsys.kitalpha.report.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (28.32kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.5kB) [INFO] Fetching org.polarsys.kitalpha.report.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.report.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (69.94kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (34.18kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.16kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (35.69kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.96kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (21.95kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (13.91kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.3kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (12.3kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (19.81kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.82kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (33.48kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.17kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (25.84kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (1.41MB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.82kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (24.49kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (20.92kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (34.16kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (20.64kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (21.6kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (31.78kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (13.88kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (27.85kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (77.68kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.71kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (17.98kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (55.67kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (216.1kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (12.11kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (21.64kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (78.9kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (45.41kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (21.16kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (48.64kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (20.2kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (29.36kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.58kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (18.67kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (163.71kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (37.28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (68.38kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.79kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (17.08kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (23.62kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (28.68kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (16.32kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (29.26kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/plugins/ (29.33kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230322/features/ (11.26kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/releng/org.polarsys.capella.transition.system2subsystem.site/pom.xml [WARNING] The project org.polarsys:org.polarsys.capella.addon.transition.system2subsystem:pom:1.6.3-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.3-SNAPSHOT [1/16] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.addon.transition.system2subsystem --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.addon.transition.system2subsystem --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.addon.transition.system2subsystem --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.addon.transition.system2subsystem --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.addon.transition.system2subsystem --- [WARNING] The POM for commons-io:commons-io:jar:2.11.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-logging:commons-logging:jar:1.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-codec:commons-codec:jar:1.11 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.features >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.features 1.6.3-SNAPSHOT [2/16] [INFO] from features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.features --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.features --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.features --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.features --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.features --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.bundles >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.bundles 1.6.3-SNAPSHOT [3/16] [INFO] from plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.bundles --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.bundles --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.bundles --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.bundles --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.bundles --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.transition.system2subsystem >---- [INFO] Building org.polarsys.capella.transition.system2subsystem 1.6.3-SNAPSHOT [4/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem --- [INFO] The project's OSGi version is 1.6.3.202307061624 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.transition.system2subsystem --- [INFO] Resolving class path of org.polarsys.capella.transition.system2subsystem... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (37.47kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (33.44kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.89kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.61kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (24.24kB) [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.36kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20210301-0928.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.34kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (24.57kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.91kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (37.04kB) [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem --- [INFO] Compiling 93 source files to /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem --- [WARNING] The POM for org.hamcrest:hamcrest-core:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem/target/org.polarsys.capella.transition.system2subsystem-1.6.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem/target/org.polarsys.capella.transition.system2subsystem-1.6.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem --- [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem/target/org.polarsys.capella.transition.system2subsystem-1.6.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem/target/org.polarsys.capella.transition.system2subsystem-1.6.3-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.crossphases 1.6.3-SNAPSHOT [5/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] The project's OSGi version is 1.6.3.202307061624 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] Resolving class path of org.polarsys.capella.transition.system2subsystem.crossphases... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/target/org.polarsys.capella.transition.system2subsystem.crossphases-1.6.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/target/org.polarsys.capella.transition.system2subsystem.crossphases-1.6.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/target/org.polarsys.capella.transition.system2subsystem.crossphases-1.6.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/target/org.polarsys.capella.transition.system2subsystem.crossphases-1.6.3-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.ui >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.ui 1.6.3-SNAPSHOT [6/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] The project's OSGi version is 1.6.3.202307061624 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] Resolving class path of org.polarsys.capella.transition.system2subsystem.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.ui/target/org.polarsys.capella.transition.system2subsystem.ui-1.6.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.ui/target/org.polarsys.capella.transition.system2subsystem.ui-1.6.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.ui/target/org.polarsys.capella.transition.system2subsystem.ui-1.6.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.ui/target/org.polarsys.capella.transition.system2subsystem.ui-1.6.3-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.3-SNAPSHOT [7/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] The project's OSGi version is 1.6.3.202307061624 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] Resolving class path of org.polarsys.capella.transition.system2subsystem.crossphases.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/target/org.polarsys.capella.transition.system2subsystem.crossphases.ui-1.6.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/target/org.polarsys.capella.transition.system2subsystem.crossphases.ui-1.6.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/target/org.polarsys.capella.transition.system2subsystem.crossphases.ui-1.6.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/target/org.polarsys.capella.transition.system2subsystem.crossphases.ui-1.6.3-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.doc >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.doc 1.6.3-SNAPSHOT [8/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] The project's OSGi version is 1.6.3.202307061624 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] Resolving class path of org.polarsys.capella.transition.system2subsystem.doc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.doc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.doc/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.doc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem.doc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.doc/target/org.polarsys.capella.transition.system2subsystem.doc-1.6.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.doc/target/org.polarsys.capella.transition.system2subsystem.doc-1.6.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.doc/target/org.polarsys.capella.transition.system2subsystem.doc-1.6.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.doc/target/org.polarsys.capella.transition.system2subsystem.doc-1.6.3-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.interphases 1.6.3-SNAPSHOT [9/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] The project's OSGi version is 1.6.3.202307061624 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] Resolving class path of org.polarsys.capella.transition.system2subsystem.interphases... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.interphases --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.interphases/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.interphases/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.interphases --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.interphases/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem.interphases --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.interphases/target/org.polarsys.capella.transition.system2subsystem.interphases-1.6.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.interphases/target/org.polarsys.capella.transition.system2subsystem.interphases-1.6.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.interphases --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.interphases/target/org.polarsys.capella.transition.system2subsystem.interphases-1.6.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.interphases/target/org.polarsys.capella.transition.system2subsystem.interphases-1.6.3-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.3-SNAPSHOT [10/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] The project's OSGi version is 1.6.3.202307061624 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] Resolving class path of org.polarsys.capella.transition.system2subsystem.interphases.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/target/org.polarsys.capella.transition.system2subsystem.interphases.ui-1.6.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/target/org.polarsys.capella.transition.system2subsystem.interphases.ui-1.6.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/target/org.polarsys.capella.transition.system2subsystem.interphases.ui-1.6.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/target/org.polarsys.capella.transition.system2subsystem.interphases.ui-1.6.3-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.multiphases 1.6.3-SNAPSHOT [11/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] The project's OSGi version is 1.6.3.202307061624 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] Resolving class path of org.polarsys.capella.transition.system2subsystem.multiphases... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/target/org.polarsys.capella.transition.system2subsystem.multiphases-1.6.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/target/org.polarsys.capella.transition.system2subsystem.multiphases-1.6.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/target/org.polarsys.capella.transition.system2subsystem.multiphases-1.6.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/target/org.polarsys.capella.transition.system2subsystem.multiphases-1.6.3-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.3-SNAPSHOT [12/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] The project's OSGi version is 1.6.3.202307061624 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] Resolving class path of org.polarsys.capella.transition.system2subsystem.multiphases.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/target/org.polarsys.capella.transition.system2subsystem.multiphases.ui-1.6.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/target/org.polarsys.capella.transition.system2subsystem.multiphases.ui-1.6.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/target/org.polarsys.capella.transition.system2subsystem.multiphases.ui-1.6.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/target/org.polarsys.capella.transition.system2subsystem.multiphases.ui-1.6.3-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.feature >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.feature 1.6.3-SNAPSHOT [13/16] [INFO] from features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] Deleting /home/jenkins/agent/workspace/apella-sss-transition_master-107/features/org.polarsys.capella.transition.system2subsystem.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] The project's OSGi version is 1.6.3.202307061624 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/features/org.polarsys.capella.transition.system2subsystem.feature/target/org.polarsys.capella.transition.system2subsystem.feature-1.6.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/features/org.polarsys.capella.transition.system2subsystem.feature/target/org.polarsys.capella.transition.system2subsystem.feature-1.6.3-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/features/org.polarsys.capella.transition.system2subsystem.feature/target/org.polarsys.capella.transition.system2subsystem.feature-1.6.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/features/org.polarsys.capella.transition.system2subsystem.feature/target/org.polarsys.capella.transition.system2subsystem.feature-1.6.3-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.3-SNAPSHOT [14/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] The project's OSGi version is 1.6.3.202307061624 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] Resolving class path of org.polarsys.capella.transition.system2subsystem.tests.ju... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] Compiling 77 source files to /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/target/org.polarsys.capella.transition.system2subsystem.tests.ju-1.6.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/target/org.polarsys.capella.transition.system2subsystem.tests.ju-1.6.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/target/org.polarsys.capella.transition.system2subsystem.tests.ju-1.6.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/target/org.polarsys.capella.transition.system2subsystem.tests.ju-1.6.3-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.3-SNAPSHOT [15/16] [INFO] from features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] Deleting /home/jenkins/agent/workspace/apella-sss-transition_master-107/features/org.polarsys.capella.transition.system2subsystem.tests.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] The project's OSGi version is 1.6.3.202307061624 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/features/org.polarsys.capella.transition.system2subsystem.tests.feature/target/org.polarsys.capella.transition.system2subsystem.tests.feature-1.6.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/features/org.polarsys.capella.transition.system2subsystem.tests.feature/target/org.polarsys.capella.transition.system2subsystem.tests.feature-1.6.3-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.tests.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/features/org.polarsys.capella.transition.system2subsystem.tests.feature/target/org.polarsys.capella.transition.system2subsystem.tests.feature-1.6.3-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/apella-sss-transition_master-107/features/org.polarsys.capella.transition.system2subsystem.tests.feature/target/org.polarsys.capella.transition.system2subsystem.tests.feature-1.6.3-SNAPSHOT-sources-feature.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.transition.system2subsystem.site >-- [INFO] Building org.polarsys.capella.transition.system2subsystem.site 1.6.3-SNAPSHOT [16/16] [INFO] from releng/org.polarsys.capella.transition.system2subsystem.site/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] The project's OSGi version is 1.6.3.202307061624 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.capella.transition.system2subsystem.site --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/apella-sss-transition_master-107/releng/org.polarsys.capella.transition.system2subsystem.site/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.transition.system2subsystem.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ org.polarsys.capella.transition.system2subsystem.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.polarsys.capella.transition.system2subsystem.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.transition.system2subsystem.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.polarsys.capella.transition.system2subsystem.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.polarsys.capella.transition.system2subsystem.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/apella-sss-transition_master-107/releng/org.polarsys.capella.transition.system2subsystem.site/target/org.polarsys.capella.transition.system2subsystem.site-1.6.3-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.transition.system2subsystem.site --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] [INFO] --- tycho-eclipserun:2.7.5:eclipse-run (create-dropins) @ org.polarsys.capella.transition.system2subsystem.site --- [WARNING] Parameter 'appArgLine' is deprecated: use {@link #applicationsArgs} instead. [WARNING] p2 repository with URL http://download.eclipse.org/releases/2021-06 is associated with multiple IDs; was 'eclipse', now is 'eclipse-releases-2021-06' [INFO] Fetching org.eclipse.equinox.ds_1.6.100.v20191001-1333.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (28.51kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/apella-sss-transition_master-107/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/apella-sss-transition_master-107/releng/org.polarsys.capella.transition.system2subsystem.site/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/apella-sss-transition_master-107/releng/org.polarsys.capella.transition.system2subsystem.site/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/apella-sss-transition_master-107/releng/org.polarsys.capella.transition.system2subsystem.site/target/eclipserun-work/data, -application, org.eclipse.equinox.p2.repository.repo2runnable, -source, file:/home/jenkins/agent/workspace/apella-sss-transition_master-107/releng/org.polarsys.capella.transition.system2subsystem.site/target/repository, -destination, /home/jenkins/agent/workspace/apella-sss-transition_master-107/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition/eclipse] [INFO] [INFO] --- antrun:3.0.0:run (package-dropins) @ org.polarsys.capella.transition.system2subsystem.site --- [INFO] Executing tasks [INFO] [delete] Deleting: /home/jenkins/agent/workspace/apella-sss-transition_master-107/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition/eclipse/artifacts.jar [INFO] [delete] Deleting: /home/jenkins/agent/workspace/apella-sss-transition_master-107/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition/eclipse/content.jar [INFO] [zip] Building zip: /home/jenkins/agent/workspace/apella-sss-transition_master-107/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition-dropins-1.6.3.202307061624.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (archive-repository) @ org.polarsys.capella.transition.system2subsystem.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/apella-sss-transition_master-107/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition-updateSite-1.6.3.202307061624.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Subsystem Transition 1.6.3-SNAPSHOT: [INFO] [INFO] Capella Subsystem Transition ....................... SUCCESS [ 1.763 s] [INFO] org.polarsys.capella.transition.system2subsystem.features SUCCESS [ 0.005 s] [INFO] org.polarsys.capella.transition.system2subsystem.bundles SUCCESS [ 0.004 s] [INFO] org.polarsys.capella.transition.system2subsystem ... SUCCESS [ 17.177 s] [INFO] org.polarsys.capella.transition.system2subsystem.crossphases SUCCESS [ 5.321 s] [INFO] org.polarsys.capella.transition.system2subsystem.ui SUCCESS [ 4.168 s] [INFO] org.polarsys.capella.transition.system2subsystem.crossphases.ui SUCCESS [ 5.119 s] [INFO] org.polarsys.capella.transition.system2subsystem.doc SUCCESS [ 3.494 s] [INFO] org.polarsys.capella.transition.system2subsystem.interphases SUCCESS [ 4.437 s] [INFO] org.polarsys.capella.transition.system2subsystem.interphases.ui SUCCESS [ 5.413 s] [INFO] org.polarsys.capella.transition.system2subsystem.multiphases SUCCESS [ 6.037 s] [INFO] org.polarsys.capella.transition.system2subsystem.multiphases.ui SUCCESS [ 4.038 s] [INFO] org.polarsys.capella.transition.system2subsystem.feature SUCCESS [ 2.325 s] [INFO] org.polarsys.capella.transition.system2subsystem.tests.ju SUCCESS [ 16.669 s] [INFO] org.polarsys.capella.transition.system2subsystem.tests.feature SUCCESS [ 3.122 s] [INFO] org.polarsys.capella.transition.system2subsystem.site SUCCESS [ 8.441 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:44 min [INFO] Finished at: 2023-07-06T16:27:59Z [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-P2KyFJ5Oj3Pn/agent.1175 SSH_AGENT_PID=1177 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/apella-sss-transition_master-107@tmp/private_key_17290284061574421767.key (/home/jenkins/agent/workspace/apella-sss-transition_master-107@tmp/private_key_17290284061574421767.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/subsystemtransition/dropins/nightly/master-107-3/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/apella-sss-transition_master-107/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition-dropins-1.6.3.202307061624.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/subsystemtransition/dropins/nightly/master-107-3/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1177 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-bJK7KMvc8BIT/agent.1203 SSH_AGENT_PID=1205 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/apella-sss-transition_master-107@tmp/private_key_6670370476110496476.key (/home/jenkins/agent/workspace/apella-sss-transition_master-107@tmp/private_key_6670370476110496476.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/subsystemtransition/updates/nightly/master-107-3/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/apella-sss-transition_master-107/releng/org.polarsys.capella.transition.system2subsystem.site/target/SubsystemTransition-updateSite-1.6.3.202307061624.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/subsystemtransition/updates/nightly/master-107-3/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1205 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Download Capella) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + curl -ks https://download.eclipse.org/capella/core/products/releases/6.1.0/ [Pipeline] sh + curl -k -o capella.tar.gz https://download.eclipse.org/capella/core/products/releases/6.1.0/capella-6.1.0.202303291413-linux-gtk-x86_64.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 665M 3 23.1M 0 0 68.1M 0 0:00:09 --:--:-- 0:00:09 68.1M 16 665M 16 106M 0 0 79.7M 0 0:00:08 0:00:01 0:00:07 79.7M 29 665M 29 193M 0 0 82.1M 0 0:00:08 0:00:02 0:00:06 82.1M 41 665M 41 275M 0 0 82.3M 0 0:00:08 0:00:03 0:00:05 82.3M 53 665M 53 355M 0 0 81.8M 0 0:00:08 0:00:04 0:00:04 81.8M 65 665M 65 436M 0 0 81.6M 0 0:00:08 0:00:05 0:00:03 82.5M 77 665M 77 512M 0 0 80.9M 0 0:00:08 0:00:06 0:00:02 81.2M 89 665M 89 592M 0 0 80.6M 0 0:00:08 0:00:07 0:00:01 79.9M 100 665M 100 665M 0 0 80.4M 0 0:00:08 0:00:08 --:--:-- 79.1M [Pipeline] sh + tar xvzf capella.tar.gz capella/configuration/ capella/configuration/org.eclipse.equinox.simpleconfigurator/ capella/configuration/org.eclipse.equinox.source/ capella/configuration/org.eclipse.update/ capella/dropins/ capella/features/ capella/features/org.eclipse.acceleo.query.source_7.0.0.202211151354/ capella/features/org.eclipse.acceleo.query.source_7.0.0.202211151354/META-INF/ capella/features/org.eclipse.acceleo.query_7.0.0.202211151354/ capella/features/org.eclipse.acceleo.query_7.0.0.202211151354/META-INF/ capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354/ capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354/META-INF/ capella/features/org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354/ capella/features/org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354/META-INF/ capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202206290806/ capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202206290806/META-INF/ capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202206290806/ capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202206290806/META-INF/ capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/ capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/META-INF/ capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/META-INF/maven/ capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/META-INF/maven/org.eclipse.gef/ capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/META-INF/maven/org.eclipse.gef/org.eclipse.draw2d/ capella/features/org.eclipse.draw2d_3.15.0.202211301913/ capella/features/org.eclipse.draw2d_3.15.0.202211301913/META-INF/ capella/features/org.eclipse.e4.rcp.source_4.20.0.v20210602-2209/ capella/features/org.eclipse.e4.rcp.source_4.20.0.v20210602-2209/META-INF/ capella/features/org.eclipse.e4.rcp_4.20.0.v20210602-2209/ capella/features/org.eclipse.e4.rcp_4.20.0.v20210602-2209/META-INF/ capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/ capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/META-INF/ capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/META-INF/maven/ capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/META-INF/maven/org.eclipse.ecf/ capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.core.feature/ capella/features/org.eclipse.ecf.core.feature_1.5.702.v20210409-2301/ capella/features/org.eclipse.ecf.core.feature_1.5.702.v20210409-2301/META-INF/ capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/ capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/META-INF/ capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/META-INF/maven/ capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/META-INF/maven/org.eclipse.ecf/ capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.core.ssl.feature/ capella/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/ capella/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/META-INF/ capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/ capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/META-INF/ capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/META-INF/maven/ capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/META-INF/maven/org.eclipse.ecf/ capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.feature/ capella/features/org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301/ capella/features/org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301/META-INF/ capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/ capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/META-INF/ capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/META-INF/maven/ capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/META-INF/maven/org.eclipse.ecf/ capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.httpclient45.feature/ capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614/ capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614/META-INF/ capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/ capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/META-INF/ capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/META-INF/maven/ capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/META-INF/maven/org.eclipse.ecf/ capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.ssl.feature/ capella/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/ capella/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/META-INF/ capella/features/org.eclipse.egit.mylyn_5.12.0.202106070339-r/ capella/features/org.eclipse.egit.mylyn_5.12.0.202106070339-r/META-INF/ capella/features/org.eclipse.egit.source_5.12.0.202106070339-r/ capella/features/org.eclipse.egit.source_5.12.0.202106070339-r/META-INF/ capella/features/org.eclipse.egit_5.12.0.202106070339-r/ capella/features/org.eclipse.egit_5.12.0.202106070339-r/META-INF/ capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/ capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/META-INF/ capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/META-INF/maven/ capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.codegen.ecore/ capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/ capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/META-INF/ capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/META-INF/maven/ capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.codegen.ecore.ui/ capella/features/org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904/ capella/features/org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904/META-INF/ capella/features/org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425/ capella/features/org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425/META-INF/ capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/ capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/META-INF/ capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/META-INF/maven/ capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.codegen/ capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/ capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/META-INF/ capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/META-INF/maven/ capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.codegen.ui/ capella/features/org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833/ capella/features/org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833/META-INF/ capella/features/org.eclipse.emf.codegen_2.22.0.v20210420-0623/ capella/features/org.eclipse.emf.codegen_2.22.0.v20210420-0623/META-INF/ capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/ capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/META-INF/ capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/META-INF/maven/ capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.common/ capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/ capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/META-INF/ capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/META-INF/maven/ capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.common.ui/ capella/features/org.eclipse.emf.common.ui_2.17.0.v20190507-0402/ capella/features/org.eclipse.emf.common.ui_2.17.0.v20190507-0402/META-INF/ capella/features/org.eclipse.emf.common_2.22.0.v20210319-0732/ capella/features/org.eclipse.emf.common_2.22.0.v20210319-0732/META-INF/ capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/ capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/META-INF/ capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/META-INF/maven/ capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.converter/ capella/features/org.eclipse.emf.converter_2.16.0.v20210405-0904/ capella/features/org.eclipse.emf.converter_2.16.0.v20210405-0904/META-INF/ capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/ capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/META-INF/ capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/META-INF/maven/ capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.databinding.edit/ capella/features/org.eclipse.emf.databinding.edit_1.8.0.v20210113-0340/ capella/features/org.eclipse.emf.databinding.edit_1.8.0.v20210113-0340/META-INF/ capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/ capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/META-INF/ capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/META-INF/maven/ capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.databinding/ capella/features/org.eclipse.emf.databinding_1.7.0.v20190323-1059/ capella/features/org.eclipse.emf.databinding_1.7.0.v20190323-1059/META-INF/ capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900/ capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900/META-INF/ capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900/META-INF/maven/ capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/ capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.egit.feature/ capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202303210900/ capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202303210900/META-INF/ capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/ capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/META-INF/ capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/META-INF/maven/ capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/ capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.feature/ capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202303210900/ capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202303210900/META-INF/ capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/ capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/META-INF/ capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/META-INF/maven/ capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/ capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.gmf.feature/ capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202303210900/ capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202303210900/META-INF/ capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/ capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/META-INF/ capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/META-INF/maven/ capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/ capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.sdk.feature/ capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202303210900/ capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202303210900/META-INF/ capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/ capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/META-INF/ capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/META-INF/maven/ capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/ capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.sirius.feature/ capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202303210900/ capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202303210900/META-INF/ capella/features/org.eclipse.emf.doc_2.25.0.v20210405-0703/ capella/features/org.eclipse.emf.doc_2.25.0.v20210405-0703/META-INF/ capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/ capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/META-INF/ capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/META-INF/maven/ capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.ecore.edit/ capella/features/org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451/ capella/features/org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451/META-INF/ capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/ capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/META-INF/ capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/META-INF/maven/ capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.ecore.editor/ capella/features/org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725/ capella/features/org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725/META-INF/ capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/ capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/META-INF/ capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/META-INF/maven/ capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.ecore/ capella/features/org.eclipse.emf.ecore_2.24.0.v20210405-0628/ capella/features/org.eclipse.emf.ecore_2.24.0.v20210405-0628/META-INF/ capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/ capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/META-INF/ capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/META-INF/maven/ capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.edit/ capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/ capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/META-INF/ capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/META-INF/maven/ capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.edit.ui/ capella/features/org.eclipse.emf.edit.ui_2.21.0.v20210506-1232/ capella/features/org.eclipse.emf.edit.ui_2.21.0.v20210506-1232/META-INF/ capella/features/org.eclipse.emf.edit_2.16.0.v20190920-0401/ capella/features/org.eclipse.emf.edit_2.16.0.v20190920-0401/META-INF/ capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/ capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/META-INF/ capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/META-INF/maven/ capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.mapping.ecore.editor/ capella/features/org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725/ capella/features/org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725/META-INF/ capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/ capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/META-INF/ capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/META-INF/maven/ capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.mapping.ecore/ capella/features/org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059/ capella/features/org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059/META-INF/ capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/ capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/META-INF/ capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/META-INF/maven/ capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.mapping/ capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/ capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/META-INF/ capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/META-INF/maven/ capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.mapping.ui/ capella/features/org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059/ capella/features/org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059/META-INF/ capella/features/org.eclipse.emf.mapping_2.13.0.v20190323-1059/ capella/features/org.eclipse.emf.mapping_2.13.0.v20190323-1059/META-INF/ capella/features/org.eclipse.emf.sdk_2.26.0.v20210506-1425/ capella/features/org.eclipse.emf.sdk_2.26.0.v20210506-1425/META-INF/ capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/ capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/META-INF/ capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/META-INF/maven/ capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/META-INF/maven/org.eclipse.emf.features/ capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf/ capella/features/org.eclipse.emf.transaction.source_1.12.0.201805140824/ capella/features/org.eclipse.emf.transaction.source_1.12.0.201805140824/META-INF/ capella/features/org.eclipse.emf.transaction_1.12.0.201805140824/ capella/features/org.eclipse.emf.transaction_1.12.0.201805140824/META-INF/ capella/features/org.eclipse.emf.validation.source_1.12.2.202008210805/ capella/features/org.eclipse.emf.validation.source_1.12.2.202008210805/META-INF/ capella/features/org.eclipse.emf.validation_1.12.2.202008210805/ capella/features/org.eclipse.emf.validation_1.12.2.202008210805/META-INF/ capella/features/org.eclipse.emf.workspace.source_1.12.0.201805140824/ capella/features/org.eclipse.emf.workspace.source_1.12.0.201805140824/META-INF/ capella/features/org.eclipse.emf.workspace_1.12.0.201805140824/ capella/features/org.eclipse.emf.workspace_1.12.0.201805140824/META-INF/ capella/features/org.eclipse.emf_2.26.0.v20210506-1425/ capella/features/org.eclipse.emf_2.26.0.v20210506-1425/META-INF/ capella/features/org.eclipse.equinox.p2.core.feature.source_1.6.1000.v20210507-0825/ capella/features/org.eclipse.equinox.p2.core.feature.source_1.6.1000.v20210507-0825/META-INF/ capella/features/org.eclipse.equinox.p2.core.feature_1.6.1000.v20210507-0825/ capella/features/org.eclipse.equinox.p2.core.feature_1.6.1000.v20210507-0825/META-INF/ capella/features/org.eclipse.equinox.p2.extras.feature.source_1.4.1200.v20210507-0825/ capella/features/org.eclipse.equinox.p2.extras.feature.source_1.4.1200.v20210507-0825/META-INF/ capella/features/org.eclipse.equinox.p2.extras.feature_1.4.1200.v20210507-0825/ capella/features/org.eclipse.equinox.p2.extras.feature_1.4.1200.v20210507-0825/META-INF/ capella/features/org.eclipse.equinox.p2.rcp.feature.source_1.4.1200.v20210507-0825/ capella/features/org.eclipse.equinox.p2.rcp.feature.source_1.4.1200.v20210507-0825/META-INF/ capella/features/org.eclipse.equinox.p2.rcp.feature_1.4.1200.v20210507-0825/ capella/features/org.eclipse.equinox.p2.rcp.feature_1.4.1200.v20210507-0825/META-INF/ capella/features/org.eclipse.equinox.p2.user.ui.source_2.4.1200.v20210507-0825/ capella/features/org.eclipse.equinox.p2.user.ui.source_2.4.1200.v20210507-0825/META-INF/ capella/features/org.eclipse.equinox.p2.user.ui_2.4.1200.v20210507-0825/ capella/features/org.eclipse.equinox.p2.user.ui_2.4.1200.v20210507-0825/META-INF/ capella/features/org.eclipse.gef.source_3.15.0.202211301913/ capella/features/org.eclipse.gef.source_3.15.0.202211301913/META-INF/ capella/features/org.eclipse.gef.source_3.15.0.202211301913/META-INF/maven/ capella/features/org.eclipse.gef.source_3.15.0.202211301913/META-INF/maven/org.eclipse.gef/ capella/features/org.eclipse.gef.source_3.15.0.202211301913/META-INF/maven/org.eclipse.gef/org.eclipse.gef/ capella/features/org.eclipse.gef_3.15.0.202211301913/ capella/features/org.eclipse.gef_3.15.0.202211301913/META-INF/ capella/features/org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334/ capella/features/org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334/META-INF/ capella/features/org.eclipse.gmf.runtime.notation_1.13.1.202211151334/ capella/features/org.eclipse.gmf.runtime.notation_1.13.1.202211151334/META-INF/ capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032/ capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032/META-INF/ capella/features/org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032/ capella/features/org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032/META-INF/ capella/features/org.eclipse.gmf.source_1.15.3.202211041032/ capella/features/org.eclipse.gmf.source_1.15.3.202211041032/META-INF/ capella/features/org.eclipse.gmf_1.15.3.202211041032/ capella/features/org.eclipse.gmf_1.15.3.202211041032/META-INF/ capella/features/org.eclipse.help.source_2.3.600.v20210611-1600/ capella/features/org.eclipse.help.source_2.3.600.v20210611-1600/META-INF/ capella/features/org.eclipse.help_2.3.600.v20210611-1600/ capella/features/org.eclipse.help_2.3.600.v20210611-1600/META-INF/ capella/features/org.eclipse.jdt.source_3.18.800.v20210611-1600/ capella/features/org.eclipse.jdt.source_3.18.800.v20210611-1600/META-INF/ capella/features/org.eclipse.jdt_3.18.800.v20210611-1600/ capella/features/org.eclipse.jdt_3.18.800.v20210611-1600/META-INF/ capella/features/org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r/ capella/features/org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r/META-INF/ capella/features/org.eclipse.jgit.http.apache_5.12.0.202106070339-r/ capella/features/org.eclipse.jgit.http.apache_5.12.0.202106070339-r/META-INF/ capella/features/org.eclipse.jgit.source_5.12.0.202106070339-r/ capella/features/org.eclipse.jgit.source_5.12.0.202106070339-r/META-INF/ capella/features/org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r/ capella/features/org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r/META-INF/ capella/features/org.eclipse.jgit_5.12.0.202106070339-r/ capella/features/org.eclipse.jgit_5.12.0.202106070339-r/META-INF/ capella/features/org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821/ capella/features/org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821/META-INF/ capella/features/org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821/ capella/features/org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821/META-INF/ capella/features/org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821/ capella/features/org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821/META-INF/ capella/features/org.eclipse.mylyn.commons_3.25.2.v20200813-0821/ capella/features/org.eclipse.mylyn.commons_3.25.2.v20200813-0821/META-INF/ capella/features/org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617/ capella/features/org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617/META-INF/ capella/features/org.eclipse.mylyn.discovery_3.25.2.v20200813-0821/ capella/features/org.eclipse.mylyn.discovery_3.25.2.v20200813-0821/META-INF/ capella/features/org.eclipse.mylyn.monitor_3.25.2.v20200813-0821/ capella/features/org.eclipse.mylyn.monitor_3.25.2.v20200813-0821/META-INF/ capella/features/org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617/ capella/features/org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617/META-INF/ capella/features/org.eclipse.mylyn_feature_3.25.2.v20200814-0512/ capella/features/org.eclipse.mylyn_feature_3.25.2.v20200814-0512/META-INF/ capella/features/org.eclipse.nebula.widgets.richtext.feature_1.3.0.201912241810/ capella/features/org.eclipse.nebula.widgets.richtext.feature_1.3.0.201912241810/META-INF/ capella/features/org.eclipse.pde.source_3.14.800.v20210611-1636/ capella/features/org.eclipse.pde.source_3.14.800.v20210611-1636/META-INF/ capella/features/org.eclipse.pde_3.14.800.v20210611-1636/ capella/features/org.eclipse.pde_3.14.800.v20210611-1636/META-INF/ capella/features/org.eclipse.platform.source_4.20.0.v20210611-1600/ capella/features/org.eclipse.platform.source_4.20.0.v20210611-1600/META-INF/ capella/features/org.eclipse.platform_4.20.0.v20210611-1600/ capella/features/org.eclipse.platform_4.20.0.v20210611-1600/META-INF/ capella/features/org.eclipse.rcp.source_4.20.0.v20210611-1600/ capella/features/org.eclipse.rcp.source_4.20.0.v20210611-1600/META-INF/ capella/features/org.eclipse.rcp_4.20.0.v20210611-1600/ capella/features/org.eclipse.rcp_4.20.0.v20210611-1600/META-INF/ capella/features/org.eclipse.sdk_4.20.0.v20210611-1636/ capella/features/org.eclipse.sdk_4.20.0.v20210611-1636/META-INF/ capella/features/org.eclipse.sirius.aql.source_7.1.0.202303020853/ capella/features/org.eclipse.sirius.aql.source_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.aql_7.1.0.202303020853/ capella/features/org.eclipse.sirius.aql_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202303020853/ capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.doc.feature_7.1.0.202303020853/ capella/features/org.eclipse.sirius.doc.feature_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202303020853/ capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202303020853/ capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202303020853/ capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202303020853/ capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202303020853/ capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202303020853/ capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202303020853/ capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202303020853/ capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.runtime.source_7.1.0.202303020853/ capella/features/org.eclipse.sirius.runtime.source_7.1.0.202303020853/META-INF/ capella/features/org.eclipse.sirius.runtime_7.1.0.202303020853/ capella/features/org.eclipse.sirius.runtime_7.1.0.202303020853/META-INF/ capella/features/org.polarsys.capella.common.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.common.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.common.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.common.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.advance.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.advance.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.common.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.common.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.common.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.common.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.compare.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.compare.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.git.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.git.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.git.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.git.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.libraries.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.libraries.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.migration.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.migration.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.properties.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.properties.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.re.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.re.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.re.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.re.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.transfo.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.transfo.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.transition.common.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.transition.common.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.ui.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.ui.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.detachment.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.detachment.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.detachment.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.detachment.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.doc.feature_6.1.0.202303291413/ capella/features/org.polarsys.capella.doc.feature_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.rcp.source_6.1.0.202303291413/ capella/features/org.polarsys.capella.rcp.source_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.capella.rcp_6.1.0.202303291413/ capella/features/org.polarsys.capella.rcp_6.1.0.202303291413/META-INF/ capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.cadence.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.cadence.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.common.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.common.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.emde.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.emde.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.report.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.report.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.transposer.feature.source_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.transposer.feature.source_6.1.0.202303220900/META-INF/ capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202303220900/ capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202303220900/META-INF/ capella/jre/ capella/jre/bin/ capella/jre/conf/ capella/jre/conf/management/ capella/jre/conf/sdp/ capella/jre/conf/security/ capella/jre/conf/security/policy/ capella/jre/conf/security/policy/limited/ capella/jre/conf/security/policy/unlimited/ capella/jre/include/ capella/jre/include/linux/ capella/jre/jmods/ capella/jre/legal/ capella/jre/legal/java.base/ capella/jre/legal/java.compiler/ capella/jre/legal/java.datatransfer/ capella/jre/legal/java.desktop/ capella/jre/legal/java.instrument/ capella/jre/legal/java.logging/ capella/jre/legal/java.management/ capella/jre/legal/java.management.rmi/ capella/jre/legal/java.naming/ capella/jre/legal/java.net.http/ capella/jre/legal/java.prefs/ capella/jre/legal/java.rmi/ capella/jre/legal/java.scripting/ capella/jre/legal/java.se/ capella/jre/legal/java.security.jgss/ capella/jre/legal/java.security.sasl/ capella/jre/legal/java.smartcardio/ capella/jre/legal/java.sql/ capella/jre/legal/java.sql.rowset/ capella/jre/legal/java.transaction.xa/ capella/jre/legal/java.xml/ capella/jre/legal/java.xml.crypto/ capella/jre/legal/jdk.accessibility/ capella/jre/legal/jdk.attach/ capella/jre/legal/jdk.charsets/ capella/jre/legal/jdk.compiler/ capella/jre/legal/jdk.crypto.cryptoki/ capella/jre/legal/jdk.crypto.ec/ capella/jre/legal/jdk.dynalink/ capella/jre/legal/jdk.editpad/ capella/jre/legal/jdk.hotspot.agent/ capella/jre/legal/jdk.httpserver/ capella/jre/legal/jdk.incubator.foreign/ capella/jre/legal/jdk.incubator.vector/ capella/jre/legal/jdk.internal.ed/ capella/jre/legal/jdk.internal.jvmstat/ capella/jre/legal/jdk.internal.le/ capella/jre/legal/jdk.internal.opt/ capella/jre/legal/jdk.internal.vm.ci/ capella/jre/legal/jdk.internal.vm.compiler/ capella/jre/legal/jdk.internal.vm.compiler.management/ capella/jre/legal/jdk.jartool/ capella/jre/legal/jdk.javadoc/ capella/jre/legal/jdk.jcmd/ capella/jre/legal/jdk.jconsole/ capella/jre/legal/jdk.jdeps/ capella/jre/legal/jdk.jdi/ capella/jre/legal/jdk.jdwp.agent/ capella/jre/legal/jdk.jfr/ capella/jre/legal/jdk.jlink/ capella/jre/legal/jdk.jpackage/ capella/jre/legal/jdk.jshell/ capella/jre/legal/jdk.jsobject/ capella/jre/legal/jdk.jstatd/ capella/jre/legal/jdk.localedata/ capella/jre/legal/jdk.management/ capella/jre/legal/jdk.management.agent/ capella/jre/legal/jdk.management.jfr/ capella/jre/legal/jdk.naming.dns/ capella/jre/legal/jdk.naming.rmi/ capella/jre/legal/jdk.net/ capella/jre/legal/jdk.nio.mapmode/ capella/jre/legal/jdk.random/ capella/jre/legal/jdk.sctp/ capella/jre/legal/jdk.security.auth/ capella/jre/legal/jdk.security.jgss/ capella/jre/legal/jdk.unsupported/ capella/jre/legal/jdk.unsupported.desktop/ capella/jre/legal/jdk.xml.dom/ capella/jre/legal/jdk.zipfs/ capella/jre/lib/ capella/jre/lib/jfr/ capella/jre/lib/security/ capella/jre/lib/server/ capella/jre/man/ capella/jre/man/man1/ capella/p2/ capella/p2/org.eclipse.equinox.p2.core/ capella/p2/org.eclipse.equinox.p2.core/cache/ capella/p2/org.eclipse.equinox.p2.core/cache/binary/ capella/p2/org.eclipse.equinox.p2.engine/ capella/p2/org.eclipse.equinox.p2.engine/.settings/ capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/ capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/ capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/.data/ capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/.data/org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions/ capella/p2/org.eclipse.equinox.p2.repository/ capella/p2/org.eclipse.equinox.p2.repository/pgp/ capella/plugins/ capella/plugins/org.apache.ant_1.10.10.v20210426-1926/ capella/plugins/org.apache.ant_1.10.10.v20210426-1926/META-INF/ capella/plugins/org.apache.ant_1.10.10.v20210426-1926/META-INF/maven/ capella/plugins/org.apache.ant_1.10.10.v20210426-1926/META-INF/maven/org.eclipse.orbit.bundles/ capella/plugins/org.apache.ant_1.10.10.v20210426-1926/META-INF/maven/org.eclipse.orbit.bundles/org.apache.ant/ capella/plugins/org.apache.ant_1.10.10.v20210426-1926/OSGI-INF/ capella/plugins/org.apache.ant_1.10.10.v20210426-1926/OSGI-INF/l10n/ capella/plugins/org.apache.ant_1.10.10.v20210426-1926/about_files/ capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/ capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/ capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/checkstyle/ capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ capella/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609/ capella/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609/META-INF/ capella/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/ capella/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/META-INF/ capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/ capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/META-INF/ capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/ capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/ capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/ capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/ capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/ capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/ capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/nls/ capella/plugins/org.eclipse.jdt.debug_3.17.200.v20210513-1223/ capella/plugins/org.eclipse.jdt.debug_3.17.200.v20210513-1223/META-INF/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/META-INF/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/META-INF/maven/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/META-INF/maven/org.eclipse.nebula/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/META-INF/maven/org.eclipse.nebula/org.eclipse.nebula.widgets.richtext/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/adapters/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/about/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/about/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/about/dialogs/hidpi/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/clipboard/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/clipboard/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/colordialog/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/colordialog/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/copyformatting/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/copyformatting/cursors/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/copyformatting/styles/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/dialog/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/div/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/div/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/find/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/find/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/flash/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/flash/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/flash/images/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/forms/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/forms/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/forms/images/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/iframe/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/iframe/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/iframe/images/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/image/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/image/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/image/images/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/link/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/link/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/link/images/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/link/images/hidpi/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/liststyle/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/liststyle/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/magicline/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/magicline/images/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/magicline/images/hidpi/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/pagebreak/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/pagebreak/images/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/pastefromword/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/pastefromword/filter/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/preview/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/scayt/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/scayt/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/scayt/skins/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/scayt/skins/moono-lisa/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/images/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/table/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/table/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/tableselection/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/tableselection/styles/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/tabletools/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/tabletools/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/templates/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/templates/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/templates/templates/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/templates/templates/images/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/widget/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/widget/images/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/wsc/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/wsc/dialogs/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/wsc/skins/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/wsc/skins/moono-lisa/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/images/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/images/hidpi/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/vendor/ capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/toolbar/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/META-INF/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/about_files/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/21/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/21/fragment/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/21/plugin/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/30/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/30/fragment/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/30/fragment/META-INF/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/30/plugin/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/30/plugin/META-INF/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/lib/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/scripts/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/scripts/productBuild/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/features/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/headless-build/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/packager/ capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/plugins/ capella/plugins/org.eclipse.pde.ds.lib_1.1.500.v20210209-1250/ capella/plugins/org.eclipse.pde.ds.lib_1.1.500.v20210209-1250/META-INF/ capella/plugins/org.eclipse.pde.ds.lib_1.1.500.v20210209-1250/OSGI-INF/ capella/plugins/org.eclipse.pde.ds.lib_1.1.500.v20210209-1250/OSGI-INF/l10n/ capella/plugins/org.eclipse.pde.ds.lib_1.1.500.v20210209-1250/about_files/ capella/plugins/org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250/ capella/plugins/org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250/META-INF/ capella/plugins/org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250/OSGI-INF/ capella/plugins/org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250/OSGI-INF/l10n/ capella/plugins/org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250/about_files/ capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/ capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/META-INF/ capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/ capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/topiclabel/ capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/ capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/css/ capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/org.eclipse.ui.intro.universal.solstice/ capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/ capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/META-INF/ capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/org.eclipse.ui.intro.universal.solstice/ capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/ capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/META-INF/ capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/ capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/common/ capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/dark/ capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/light/ capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/system/ capella/readme/ capella/.eclipseproduct capella/artifacts.xml capella/capella.ini capella/configuration/config.ini capella/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info capella/configuration/org.eclipse.equinox.source/source.info capella/configuration/org.eclipse.update/platform.xml capella/epl-v10.html capella/features/org.eclipse.acceleo.query.source_7.0.0.202211151354/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.acceleo.query.source_7.0.0.202211151354/META-INF/ECLIPSE_.SF capella/features/org.eclipse.acceleo.query.source_7.0.0.202211151354/META-INF/MANIFEST.MF capella/features/org.eclipse.acceleo.query.source_7.0.0.202211151354/about.html capella/features/org.eclipse.acceleo.query.source_7.0.0.202211151354/epl-v10.html capella/features/org.eclipse.acceleo.query.source_7.0.0.202211151354/feature.properties capella/features/org.eclipse.acceleo.query.source_7.0.0.202211151354/feature.xml capella/features/org.eclipse.acceleo.query.source_7.0.0.202211151354/license.html capella/features/org.eclipse.acceleo.query_7.0.0.202211151354/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.acceleo.query_7.0.0.202211151354/META-INF/ECLIPSE_.SF capella/features/org.eclipse.acceleo.query_7.0.0.202211151354/META-INF/MANIFEST.MF capella/features/org.eclipse.acceleo.query_7.0.0.202211151354/about.html capella/features/org.eclipse.acceleo.query_7.0.0.202211151354/epl-v10.html capella/features/org.eclipse.acceleo.query_7.0.0.202211151354/feature.properties capella/features/org.eclipse.acceleo.query_7.0.0.202211151354/feature.xml capella/features/org.eclipse.acceleo.query_7.0.0.202211151354/license.html capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354/META-INF/ECLIPSE_.SF capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354/META-INF/MANIFEST.MF capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354/epl-v10.html capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354/feature.properties capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354/feature.xml capella/features/org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354/license.html capella/features/org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354/META-INF/ECLIPSE_.SF capella/features/org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354/META-INF/MANIFEST.MF capella/features/org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354/about.html capella/features/org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354/epl-v10.html capella/features/org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354/feature.properties capella/features/org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354/feature.xml capella/features/org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354/license.html capella/features/org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354/license.txt capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202206290806/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202206290806/META-INF/ECLIPSE_.SF capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202206290806/META-INF/MANIFEST.MF capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202206290806/epl-2.0.html capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202206290806/feature.properties capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202206290806/feature.xml capella/features/org.eclipse.amalgam.explorer.activity.source_1.13.0.202206290806/license.html capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202206290806/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202206290806/META-INF/ECLIPSE_.SF capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202206290806/META-INF/MANIFEST.MF capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202206290806/eclipse_update_120.jpg capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202206290806/epl-2.0.html capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202206290806/epl-v10.html capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202206290806/feature.properties capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202206290806/feature.xml capella/features/org.eclipse.amalgam.explorer.activity_1.13.0.202206290806/license.html capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/META-INF/ECLIPSE_.SF capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/META-INF/MANIFEST.MF capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/META-INF/maven/org.eclipse.gef/org.eclipse.draw2d/pom.properties capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/META-INF/maven/org.eclipse.gef/org.eclipse.draw2d/pom.xml capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/epl-v10.html capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/feature.properties capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/feature.xml capella/features/org.eclipse.draw2d.source_3.15.0.202211301913/license.html capella/features/org.eclipse.draw2d_3.15.0.202211301913/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.draw2d_3.15.0.202211301913/META-INF/ECLIPSE_.SF capella/features/org.eclipse.draw2d_3.15.0.202211301913/META-INF/MANIFEST.MF capella/features/org.eclipse.draw2d_3.15.0.202211301913/epl-v10.html capella/features/org.eclipse.draw2d_3.15.0.202211301913/feature.properties capella/features/org.eclipse.draw2d_3.15.0.202211301913/feature.xml capella/features/org.eclipse.draw2d_3.15.0.202211301913/license.html capella/features/org.eclipse.e4.rcp.source_4.20.0.v20210602-2209/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.e4.rcp.source_4.20.0.v20210602-2209/META-INF/ECLIPSE_.SF capella/features/org.eclipse.e4.rcp.source_4.20.0.v20210602-2209/META-INF/MANIFEST.MF capella/features/org.eclipse.e4.rcp.source_4.20.0.v20210602-2209/epl-2.0.html capella/features/org.eclipse.e4.rcp.source_4.20.0.v20210602-2209/feature.properties capella/features/org.eclipse.e4.rcp.source_4.20.0.v20210602-2209/feature.xml capella/features/org.eclipse.e4.rcp.source_4.20.0.v20210602-2209/license.html capella/features/org.eclipse.e4.rcp_4.20.0.v20210602-2209/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.e4.rcp_4.20.0.v20210602-2209/META-INF/ECLIPSE_.SF capella/features/org.eclipse.e4.rcp_4.20.0.v20210602-2209/META-INF/MANIFEST.MF capella/features/org.eclipse.e4.rcp_4.20.0.v20210602-2209/epl-2.0.html capella/features/org.eclipse.e4.rcp_4.20.0.v20210602-2209/feature.properties capella/features/org.eclipse.e4.rcp_4.20.0.v20210602-2209/feature.xml capella/features/org.eclipse.e4.rcp_4.20.0.v20210602-2209/license.html capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/META-INF/ECLIPSE_.SF capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/META-INF/MANIFEST.MF capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.core.feature/pom.properties capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.core.feature/pom.xml capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/about.html capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/epl-2.0.html capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/feature.properties capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/feature.xml capella/features/org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301/license.html capella/features/org.eclipse.ecf.core.feature_1.5.702.v20210409-2301/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.ecf.core.feature_1.5.702.v20210409-2301/META-INF/ECLIPSE_.SF capella/features/org.eclipse.ecf.core.feature_1.5.702.v20210409-2301/META-INF/MANIFEST.MF capella/features/org.eclipse.ecf.core.feature_1.5.702.v20210409-2301/about.html capella/features/org.eclipse.ecf.core.feature_1.5.702.v20210409-2301/epl-2.0.html capella/features/org.eclipse.ecf.core.feature_1.5.702.v20210409-2301/feature.properties capella/features/org.eclipse.ecf.core.feature_1.5.702.v20210409-2301/feature.xml capella/features/org.eclipse.ecf.core.feature_1.5.702.v20210409-2301/license.html capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/META-INF/ECLIPSE_.SF capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/META-INF/MANIFEST.MF capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.core.ssl.feature/pom.properties capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.core.ssl.feature/pom.xml capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/about.html capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/epl-2.0.html capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/feature.properties capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/feature.xml capella/features/org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301/license.html capella/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/META-INF/ECLIPSE_.SF capella/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/META-INF/MANIFEST.MF capella/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/about.html capella/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/epl-2.0.html capella/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/feature.properties capella/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/feature.xml capella/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/license.html capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/META-INF/ECLIPSE_.SF capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/META-INF/MANIFEST.MF capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.feature/pom.properties capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.feature/pom.xml capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/about.html capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/asl-v20.txt capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/epl-2.0.html capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/feature.properties capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/feature.xml capella/features/org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301/license.html capella/features/org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301/META-INF/ECLIPSE_.SF capella/features/org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301/META-INF/MANIFEST.MF capella/features/org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301/about.html capella/features/org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301/asl-v20.txt capella/features/org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301/epl-2.0.html capella/features/org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301/feature.properties capella/features/org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301/feature.xml capella/features/org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301/license.html capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/META-INF/ECLIPSE_.SF capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/META-INF/MANIFEST.MF capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.properties capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/about.html capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/asl-v20.txt capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/epl-2.0.html capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/feature.properties capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/feature.xml capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614/license.html capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614/META-INF/ECLIPSE_.SF capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614/META-INF/MANIFEST.MF capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614/about.html capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614/asl-v20.txt capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614/epl-2.0.html capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614/feature.properties capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614/feature.xml capella/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614/license.html capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/META-INF/ECLIPSE_.SF capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/META-INF/MANIFEST.MF capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.ssl.feature/pom.properties capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/about.html capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/epl-2.0.html capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/feature.properties capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/feature.xml capella/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301/license.html capella/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/META-INF/ECLIPSE_.SF capella/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/META-INF/MANIFEST.MF capella/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/about.html capella/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/epl-2.0.html capella/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/feature.properties capella/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/feature.xml capella/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/license.html capella/features/org.eclipse.egit.mylyn_5.12.0.202106070339-r/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.egit.mylyn_5.12.0.202106070339-r/META-INF/ECLIPSE_.SF capella/features/org.eclipse.egit.mylyn_5.12.0.202106070339-r/META-INF/MANIFEST.MF capella/features/org.eclipse.egit.mylyn_5.12.0.202106070339-r/epl-2.0.html capella/features/org.eclipse.egit.mylyn_5.12.0.202106070339-r/feature.properties capella/features/org.eclipse.egit.mylyn_5.12.0.202106070339-r/feature.xml capella/features/org.eclipse.egit.mylyn_5.12.0.202106070339-r/license.html capella/features/org.eclipse.egit.source_5.12.0.202106070339-r/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.egit.source_5.12.0.202106070339-r/META-INF/ECLIPSE_.SF capella/features/org.eclipse.egit.source_5.12.0.202106070339-r/META-INF/MANIFEST.MF capella/features/org.eclipse.egit.source_5.12.0.202106070339-r/epl-2.0.html capella/features/org.eclipse.egit.source_5.12.0.202106070339-r/feature.properties capella/features/org.eclipse.egit.source_5.12.0.202106070339-r/feature.xml capella/features/org.eclipse.egit.source_5.12.0.202106070339-r/license.html capella/features/org.eclipse.egit_5.12.0.202106070339-r/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.egit_5.12.0.202106070339-r/META-INF/ECLIPSE_.SF capella/features/org.eclipse.egit_5.12.0.202106070339-r/META-INF/MANIFEST.MF capella/features/org.eclipse.egit_5.12.0.202106070339-r/epl-2.0.html capella/features/org.eclipse.egit_5.12.0.202106070339-r/feature.properties capella/features/org.eclipse.egit_5.12.0.202106070339-r/feature.xml capella/features/org.eclipse.egit_5.12.0.202106070339-r/license.html capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.codegen.ecore/pom.properties capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.codegen.ecore/pom.xml capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/epl-2.0.html capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/feature.properties capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/feature.xml capella/features/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425/license.html capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.codegen.ecore.ui/pom.properties capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.codegen.ecore.ui/pom.xml capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/epl-2.0.html capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/feature.properties capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/feature.xml capella/features/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904/license.html capella/features/org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904/epl-2.0.html capella/features/org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904/feature.properties capella/features/org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904/feature.xml capella/features/org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904/license.html capella/features/org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425/epl-2.0.html capella/features/org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425/feature.properties capella/features/org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425/feature.xml capella/features/org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425/license.html capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.codegen/pom.properties capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.codegen/pom.xml capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/epl-2.0.html capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/feature.properties capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/feature.xml capella/features/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623/license.html capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.codegen.ui/pom.properties capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.codegen.ui/pom.xml capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/epl-2.0.html capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/feature.properties capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/feature.xml capella/features/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833/license.html capella/features/org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833/epl-2.0.html capella/features/org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833/feature.properties capella/features/org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833/feature.xml capella/features/org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833/license.html capella/features/org.eclipse.emf.codegen_2.22.0.v20210420-0623/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.codegen_2.22.0.v20210420-0623/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.codegen_2.22.0.v20210420-0623/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.codegen_2.22.0.v20210420-0623/epl-2.0.html capella/features/org.eclipse.emf.codegen_2.22.0.v20210420-0623/feature.properties capella/features/org.eclipse.emf.codegen_2.22.0.v20210420-0623/feature.xml capella/features/org.eclipse.emf.codegen_2.22.0.v20210420-0623/license.html capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.common/pom.properties capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.common/pom.xml capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/epl-2.0.html capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/feature.properties capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/feature.xml capella/features/org.eclipse.emf.common.source_2.22.0.v20210319-0732/license.html capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.common.ui/pom.properties capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.common.ui/pom.xml capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/epl-2.0.html capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/feature.properties capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/feature.xml capella/features/org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402/license.html capella/features/org.eclipse.emf.common.ui_2.17.0.v20190507-0402/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.common.ui_2.17.0.v20190507-0402/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.common.ui_2.17.0.v20190507-0402/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.common.ui_2.17.0.v20190507-0402/epl-2.0.html capella/features/org.eclipse.emf.common.ui_2.17.0.v20190507-0402/feature.properties capella/features/org.eclipse.emf.common.ui_2.17.0.v20190507-0402/feature.xml capella/features/org.eclipse.emf.common.ui_2.17.0.v20190507-0402/license.html capella/features/org.eclipse.emf.common_2.22.0.v20210319-0732/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.common_2.22.0.v20210319-0732/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.common_2.22.0.v20210319-0732/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.common_2.22.0.v20210319-0732/epl-2.0.html capella/features/org.eclipse.emf.common_2.22.0.v20210319-0732/feature.properties capella/features/org.eclipse.emf.common_2.22.0.v20210319-0732/feature.xml capella/features/org.eclipse.emf.common_2.22.0.v20210319-0732/license.html capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.converter/pom.properties capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.converter/pom.xml capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/epl-2.0.html capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/feature.properties capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/feature.xml capella/features/org.eclipse.emf.converter.source_2.16.0.v20210405-0904/license.html capella/features/org.eclipse.emf.converter_2.16.0.v20210405-0904/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.converter_2.16.0.v20210405-0904/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.converter_2.16.0.v20210405-0904/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.converter_2.16.0.v20210405-0904/epl-2.0.html capella/features/org.eclipse.emf.converter_2.16.0.v20210405-0904/feature.properties capella/features/org.eclipse.emf.converter_2.16.0.v20210405-0904/feature.xml capella/features/org.eclipse.emf.converter_2.16.0.v20210405-0904/license.html capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.databinding.edit/pom.properties capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.databinding.edit/pom.xml capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/epl-2.0.html capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/feature.properties capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/feature.xml capella/features/org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340/license.html capella/features/org.eclipse.emf.databinding.edit_1.8.0.v20210113-0340/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.databinding.edit_1.8.0.v20210113-0340/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.databinding.edit_1.8.0.v20210113-0340/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.databinding.edit_1.8.0.v20210113-0340/epl-2.0.html capella/features/org.eclipse.emf.databinding.edit_1.8.0.v20210113-0340/feature.properties capella/features/org.eclipse.emf.databinding.edit_1.8.0.v20210113-0340/feature.xml capella/features/org.eclipse.emf.databinding.edit_1.8.0.v20210113-0340/license.html capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.databinding/pom.properties capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.databinding/pom.xml capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/epl-2.0.html capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/feature.properties capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/feature.xml capella/features/org.eclipse.emf.databinding.source_1.7.0.v20190323-1059/license.html capella/features/org.eclipse.emf.databinding_1.7.0.v20190323-1059/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.databinding_1.7.0.v20190323-1059/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.databinding_1.7.0.v20190323-1059/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.databinding_1.7.0.v20190323-1059/epl-2.0.html capella/features/org.eclipse.emf.databinding_1.7.0.v20190323-1059/feature.properties capella/features/org.eclipse.emf.databinding_1.7.0.v20190323-1059/feature.xml capella/features/org.eclipse.emf.databinding_1.7.0.v20190323-1059/license.html capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.egit.feature/pom.properties capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.egit.feature/pom.xml capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900/feature.properties capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900/feature.xml capella/features/org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900/license.html capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202303210900/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202303210900/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202303210900/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202303210900/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202303210900/epl-v20.html capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202303210900/feature.properties capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202303210900/feature.xml capella/features/org.eclipse.emf.diffmerge.egit.feature_0.14.1.202303210900/license.html capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.feature/pom.properties capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.feature/pom.xml capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/feature.properties capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/feature.xml capella/features/org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900/license.html capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202303210900/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202303210900/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202303210900/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202303210900/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202303210900/epl-v20.html capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202303210900/feature.properties capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202303210900/feature.xml capella/features/org.eclipse.emf.diffmerge.feature_0.14.1.202303210900/license.html capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.gmf.feature/pom.properties capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.gmf.feature/pom.xml capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/feature.properties capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/feature.xml capella/features/org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900/license.html capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202303210900/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202303210900/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202303210900/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202303210900/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202303210900/epl-v20.html capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202303210900/feature.properties capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202303210900/feature.xml capella/features/org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202303210900/license.html capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.sdk.feature/pom.properties capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.sdk.feature/pom.xml capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/feature.properties capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/feature.xml capella/features/org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900/license.html capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202303210900/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202303210900/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202303210900/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202303210900/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202303210900/epl-v20.html capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202303210900/feature.properties capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202303210900/feature.xml capella/features/org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202303210900/license.html capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.sirius.feature/pom.properties capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/META-INF/maven/org.eclipse.emf.diffmerge/org.eclipse.emf.diffmerge.sirius.feature/pom.xml capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/feature.properties capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/feature.xml capella/features/org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900/license.html capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202303210900/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202303210900/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202303210900/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202303210900/epl-2.0.html capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202303210900/epl-v20.html capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202303210900/feature.properties capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202303210900/feature.xml capella/features/org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202303210900/license.html capella/features/org.eclipse.emf.doc_2.25.0.v20210405-0703/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.doc_2.25.0.v20210405-0703/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.doc_2.25.0.v20210405-0703/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.doc_2.25.0.v20210405-0703/epl-2.0.html capella/features/org.eclipse.emf.doc_2.25.0.v20210405-0703/feature.properties capella/features/org.eclipse.emf.doc_2.25.0.v20210405-0703/feature.xml capella/features/org.eclipse.emf.doc_2.25.0.v20210405-0703/license.html capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.ecore.edit/pom.properties capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.ecore.edit/pom.xml capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/epl-2.0.html capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/feature.properties capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/feature.xml capella/features/org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451/license.html capella/features/org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451/epl-2.0.html capella/features/org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451/feature.properties capella/features/org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451/feature.xml capella/features/org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451/license.html capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.ecore.editor/pom.properties capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.ecore.editor/pom.xml capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/epl-2.0.html capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/feature.properties capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/feature.xml capella/features/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725/license.html capella/features/org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725/epl-2.0.html capella/features/org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725/feature.properties capella/features/org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725/feature.xml capella/features/org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725/license.html capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.ecore/pom.properties capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.ecore/pom.xml capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/epl-2.0.html capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/feature.properties capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/feature.xml capella/features/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628/license.html capella/features/org.eclipse.emf.ecore_2.24.0.v20210405-0628/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.ecore_2.24.0.v20210405-0628/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.ecore_2.24.0.v20210405-0628/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.ecore_2.24.0.v20210405-0628/epl-2.0.html capella/features/org.eclipse.emf.ecore_2.24.0.v20210405-0628/feature.properties capella/features/org.eclipse.emf.ecore_2.24.0.v20210405-0628/feature.xml capella/features/org.eclipse.emf.ecore_2.24.0.v20210405-0628/license.html capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.edit/pom.properties capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.edit/pom.xml capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/epl-2.0.html capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/feature.properties capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/feature.xml capella/features/org.eclipse.emf.edit.source_2.16.0.v20190920-0401/license.html capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.edit.ui/pom.properties capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.edit.ui/pom.xml capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/epl-2.0.html capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/feature.properties capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/feature.xml capella/features/org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232/license.html capella/features/org.eclipse.emf.edit.ui_2.21.0.v20210506-1232/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.edit.ui_2.21.0.v20210506-1232/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.edit.ui_2.21.0.v20210506-1232/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.edit.ui_2.21.0.v20210506-1232/epl-2.0.html capella/features/org.eclipse.emf.edit.ui_2.21.0.v20210506-1232/feature.properties capella/features/org.eclipse.emf.edit.ui_2.21.0.v20210506-1232/feature.xml capella/features/org.eclipse.emf.edit.ui_2.21.0.v20210506-1232/license.html capella/features/org.eclipse.emf.edit_2.16.0.v20190920-0401/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.edit_2.16.0.v20190920-0401/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.edit_2.16.0.v20190920-0401/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.edit_2.16.0.v20190920-0401/epl-2.0.html capella/features/org.eclipse.emf.edit_2.16.0.v20190920-0401/feature.properties capella/features/org.eclipse.emf.edit_2.16.0.v20190920-0401/feature.xml capella/features/org.eclipse.emf.edit_2.16.0.v20190920-0401/license.html capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.mapping.ecore.editor/pom.properties capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.mapping.ecore.editor/pom.xml capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/epl-2.0.html capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/feature.properties capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/feature.xml capella/features/org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725/license.html capella/features/org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725/epl-2.0.html capella/features/org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725/feature.properties capella/features/org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725/feature.xml capella/features/org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725/license.html capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.mapping.ecore/pom.properties capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.mapping.ecore/pom.xml capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/epl-2.0.html capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/feature.properties capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/feature.xml capella/features/org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059/license.html capella/features/org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059/epl-2.0.html capella/features/org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059/feature.properties capella/features/org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059/feature.xml capella/features/org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059/license.html capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.mapping/pom.properties capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.mapping/pom.xml capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/epl-2.0.html capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/feature.properties capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/feature.xml capella/features/org.eclipse.emf.mapping.source_2.13.0.v20190323-1059/license.html capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.mapping.ui/pom.properties capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf.mapping.ui/pom.xml capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/epl-2.0.html capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/feature.properties capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/feature.xml capella/features/org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059/license.html capella/features/org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059/epl-2.0.html capella/features/org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059/feature.properties capella/features/org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059/feature.xml capella/features/org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059/license.html capella/features/org.eclipse.emf.mapping_2.13.0.v20190323-1059/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.mapping_2.13.0.v20190323-1059/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.mapping_2.13.0.v20190323-1059/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.mapping_2.13.0.v20190323-1059/epl-2.0.html capella/features/org.eclipse.emf.mapping_2.13.0.v20190323-1059/feature.properties capella/features/org.eclipse.emf.mapping_2.13.0.v20190323-1059/feature.xml capella/features/org.eclipse.emf.mapping_2.13.0.v20190323-1059/license.html capella/features/org.eclipse.emf.sdk_2.26.0.v20210506-1425/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.sdk_2.26.0.v20210506-1425/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.sdk_2.26.0.v20210506-1425/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.sdk_2.26.0.v20210506-1425/epl-2.0.html capella/features/org.eclipse.emf.sdk_2.26.0.v20210506-1425/feature.properties capella/features/org.eclipse.emf.sdk_2.26.0.v20210506-1425/feature.xml capella/features/org.eclipse.emf.sdk_2.26.0.v20210506-1425/license.html capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf/pom.properties capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/META-INF/maven/org.eclipse.emf.features/org.eclipse.emf/pom.xml capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/epl-2.0.html capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/feature.properties capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/feature.xml capella/features/org.eclipse.emf.source_2.26.0.v20210506-1425/license.html capella/features/org.eclipse.emf.transaction.source_1.12.0.201805140824/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.transaction.source_1.12.0.201805140824/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.transaction.source_1.12.0.201805140824/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.transaction.source_1.12.0.201805140824/epl-v10.html capella/features/org.eclipse.emf.transaction.source_1.12.0.201805140824/feature.properties capella/features/org.eclipse.emf.transaction.source_1.12.0.201805140824/feature.xml capella/features/org.eclipse.emf.transaction.source_1.12.0.201805140824/license.html capella/features/org.eclipse.emf.transaction.source_1.12.0.201805140824/modeling32.png capella/features/org.eclipse.emf.transaction_1.12.0.201805140824/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.transaction_1.12.0.201805140824/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.transaction_1.12.0.201805140824/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.transaction_1.12.0.201805140824/epl-v10.html capella/features/org.eclipse.emf.transaction_1.12.0.201805140824/feature.properties capella/features/org.eclipse.emf.transaction_1.12.0.201805140824/feature.xml capella/features/org.eclipse.emf.transaction_1.12.0.201805140824/license.html capella/features/org.eclipse.emf.transaction_1.12.0.201805140824/modeling32.png capella/features/org.eclipse.emf.validation.source_1.12.2.202008210805/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.validation.source_1.12.2.202008210805/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.validation.source_1.12.2.202008210805/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.validation.source_1.12.2.202008210805/epl-v10.html capella/features/org.eclipse.emf.validation.source_1.12.2.202008210805/feature.properties capella/features/org.eclipse.emf.validation.source_1.12.2.202008210805/feature.xml capella/features/org.eclipse.emf.validation.source_1.12.2.202008210805/license.html capella/features/org.eclipse.emf.validation.source_1.12.2.202008210805/modeling32.png capella/features/org.eclipse.emf.validation_1.12.2.202008210805/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.validation_1.12.2.202008210805/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.validation_1.12.2.202008210805/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.validation_1.12.2.202008210805/epl-v10.html capella/features/org.eclipse.emf.validation_1.12.2.202008210805/feature.properties capella/features/org.eclipse.emf.validation_1.12.2.202008210805/feature.xml capella/features/org.eclipse.emf.validation_1.12.2.202008210805/license.html capella/features/org.eclipse.emf.validation_1.12.2.202008210805/modeling32.png capella/features/org.eclipse.emf.workspace.source_1.12.0.201805140824/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.workspace.source_1.12.0.201805140824/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.workspace.source_1.12.0.201805140824/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.workspace.source_1.12.0.201805140824/epl-v10.html capella/features/org.eclipse.emf.workspace.source_1.12.0.201805140824/feature.properties capella/features/org.eclipse.emf.workspace.source_1.12.0.201805140824/feature.xml capella/features/org.eclipse.emf.workspace.source_1.12.0.201805140824/license.html capella/features/org.eclipse.emf.workspace.source_1.12.0.201805140824/modeling32.png capella/features/org.eclipse.emf.workspace_1.12.0.201805140824/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf.workspace_1.12.0.201805140824/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf.workspace_1.12.0.201805140824/META-INF/MANIFEST.MF capella/features/org.eclipse.emf.workspace_1.12.0.201805140824/epl-v10.html capella/features/org.eclipse.emf.workspace_1.12.0.201805140824/feature.properties capella/features/org.eclipse.emf.workspace_1.12.0.201805140824/feature.xml capella/features/org.eclipse.emf.workspace_1.12.0.201805140824/license.html capella/features/org.eclipse.emf.workspace_1.12.0.201805140824/modeling32.png capella/features/org.eclipse.emf_2.26.0.v20210506-1425/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.emf_2.26.0.v20210506-1425/META-INF/ECLIPSE_.SF capella/features/org.eclipse.emf_2.26.0.v20210506-1425/META-INF/MANIFEST.MF capella/features/org.eclipse.emf_2.26.0.v20210506-1425/epl-2.0.html capella/features/org.eclipse.emf_2.26.0.v20210506-1425/feature.properties capella/features/org.eclipse.emf_2.26.0.v20210506-1425/feature.xml capella/features/org.eclipse.emf_2.26.0.v20210506-1425/license.html capella/features/org.eclipse.equinox.p2.core.feature.source_1.6.1000.v20210507-0825/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.equinox.p2.core.feature.source_1.6.1000.v20210507-0825/META-INF/ECLIPSE_.SF capella/features/org.eclipse.equinox.p2.core.feature.source_1.6.1000.v20210507-0825/META-INF/MANIFEST.MF capella/features/org.eclipse.equinox.p2.core.feature.source_1.6.1000.v20210507-0825/build.properties capella/features/org.eclipse.equinox.p2.core.feature.source_1.6.1000.v20210507-0825/epl-2.0.html capella/features/org.eclipse.equinox.p2.core.feature.source_1.6.1000.v20210507-0825/feature.properties capella/features/org.eclipse.equinox.p2.core.feature.source_1.6.1000.v20210507-0825/feature.xml capella/features/org.eclipse.equinox.p2.core.feature.source_1.6.1000.v20210507-0825/license.html capella/features/org.eclipse.equinox.p2.core.feature_1.6.1000.v20210507-0825/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.equinox.p2.core.feature_1.6.1000.v20210507-0825/META-INF/ECLIPSE_.SF capella/features/org.eclipse.equinox.p2.core.feature_1.6.1000.v20210507-0825/META-INF/MANIFEST.MF capella/features/org.eclipse.equinox.p2.core.feature_1.6.1000.v20210507-0825/epl-2.0.html capella/features/org.eclipse.equinox.p2.core.feature_1.6.1000.v20210507-0825/feature.properties capella/features/org.eclipse.equinox.p2.core.feature_1.6.1000.v20210507-0825/feature.xml capella/features/org.eclipse.equinox.p2.core.feature_1.6.1000.v20210507-0825/license.html capella/features/org.eclipse.equinox.p2.extras.feature.source_1.4.1200.v20210507-0825/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.equinox.p2.extras.feature.source_1.4.1200.v20210507-0825/META-INF/ECLIPSE_.SF capella/features/org.eclipse.equinox.p2.extras.feature.source_1.4.1200.v20210507-0825/META-INF/MANIFEST.MF capella/features/org.eclipse.equinox.p2.extras.feature.source_1.4.1200.v20210507-0825/build.properties capella/features/org.eclipse.equinox.p2.extras.feature.source_1.4.1200.v20210507-0825/epl-2.0.html capella/features/org.eclipse.equinox.p2.extras.feature.source_1.4.1200.v20210507-0825/feature.properties capella/features/org.eclipse.equinox.p2.extras.feature.source_1.4.1200.v20210507-0825/feature.xml capella/features/org.eclipse.equinox.p2.extras.feature.source_1.4.1200.v20210507-0825/license.html capella/features/org.eclipse.equinox.p2.extras.feature_1.4.1200.v20210507-0825/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.equinox.p2.extras.feature_1.4.1200.v20210507-0825/META-INF/ECLIPSE_.SF capella/features/org.eclipse.equinox.p2.extras.feature_1.4.1200.v20210507-0825/META-INF/MANIFEST.MF capella/features/org.eclipse.equinox.p2.extras.feature_1.4.1200.v20210507-0825/epl-2.0.html capella/features/org.eclipse.equinox.p2.extras.feature_1.4.1200.v20210507-0825/feature.properties capella/features/org.eclipse.equinox.p2.extras.feature_1.4.1200.v20210507-0825/feature.xml capella/features/org.eclipse.equinox.p2.extras.feature_1.4.1200.v20210507-0825/license.html capella/features/org.eclipse.equinox.p2.rcp.feature.source_1.4.1200.v20210507-0825/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.equinox.p2.rcp.feature.source_1.4.1200.v20210507-0825/META-INF/ECLIPSE_.SF capella/features/org.eclipse.equinox.p2.rcp.feature.source_1.4.1200.v20210507-0825/META-INF/MANIFEST.MF capella/features/org.eclipse.equinox.p2.rcp.feature.source_1.4.1200.v20210507-0825/build.properties capella/features/org.eclipse.equinox.p2.rcp.feature.source_1.4.1200.v20210507-0825/epl-2.0.html capella/features/org.eclipse.equinox.p2.rcp.feature.source_1.4.1200.v20210507-0825/feature.properties capella/features/org.eclipse.equinox.p2.rcp.feature.source_1.4.1200.v20210507-0825/feature.xml capella/features/org.eclipse.equinox.p2.rcp.feature.source_1.4.1200.v20210507-0825/license.html capella/features/org.eclipse.equinox.p2.rcp.feature_1.4.1200.v20210507-0825/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.equinox.p2.rcp.feature_1.4.1200.v20210507-0825/META-INF/ECLIPSE_.SF capella/features/org.eclipse.equinox.p2.rcp.feature_1.4.1200.v20210507-0825/META-INF/MANIFEST.MF capella/features/org.eclipse.equinox.p2.rcp.feature_1.4.1200.v20210507-0825/epl-2.0.html capella/features/org.eclipse.equinox.p2.rcp.feature_1.4.1200.v20210507-0825/feature.properties capella/features/org.eclipse.equinox.p2.rcp.feature_1.4.1200.v20210507-0825/feature.xml capella/features/org.eclipse.equinox.p2.rcp.feature_1.4.1200.v20210507-0825/license.html capella/features/org.eclipse.equinox.p2.user.ui.source_2.4.1200.v20210507-0825/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.equinox.p2.user.ui.source_2.4.1200.v20210507-0825/META-INF/ECLIPSE_.SF capella/features/org.eclipse.equinox.p2.user.ui.source_2.4.1200.v20210507-0825/META-INF/MANIFEST.MF capella/features/org.eclipse.equinox.p2.user.ui.source_2.4.1200.v20210507-0825/build.properties capella/features/org.eclipse.equinox.p2.user.ui.source_2.4.1200.v20210507-0825/epl-2.0.html capella/features/org.eclipse.equinox.p2.user.ui.source_2.4.1200.v20210507-0825/feature.properties capella/features/org.eclipse.equinox.p2.user.ui.source_2.4.1200.v20210507-0825/feature.xml capella/features/org.eclipse.equinox.p2.user.ui.source_2.4.1200.v20210507-0825/license.html capella/features/org.eclipse.equinox.p2.user.ui_2.4.1200.v20210507-0825/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.equinox.p2.user.ui_2.4.1200.v20210507-0825/META-INF/ECLIPSE_.SF capella/features/org.eclipse.equinox.p2.user.ui_2.4.1200.v20210507-0825/META-INF/MANIFEST.MF capella/features/org.eclipse.equinox.p2.user.ui_2.4.1200.v20210507-0825/epl-2.0.html capella/features/org.eclipse.equinox.p2.user.ui_2.4.1200.v20210507-0825/feature.properties capella/features/org.eclipse.equinox.p2.user.ui_2.4.1200.v20210507-0825/feature.xml capella/features/org.eclipse.equinox.p2.user.ui_2.4.1200.v20210507-0825/license.html capella/features/org.eclipse.gef.source_3.15.0.202211301913/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.gef.source_3.15.0.202211301913/META-INF/ECLIPSE_.SF capella/features/org.eclipse.gef.source_3.15.0.202211301913/META-INF/MANIFEST.MF capella/features/org.eclipse.gef.source_3.15.0.202211301913/META-INF/maven/org.eclipse.gef/org.eclipse.gef/pom.properties capella/features/org.eclipse.gef.source_3.15.0.202211301913/META-INF/maven/org.eclipse.gef/org.eclipse.gef/pom.xml capella/features/org.eclipse.gef.source_3.15.0.202211301913/epl-v10.html capella/features/org.eclipse.gef.source_3.15.0.202211301913/feature.properties capella/features/org.eclipse.gef.source_3.15.0.202211301913/feature.xml capella/features/org.eclipse.gef.source_3.15.0.202211301913/license.html capella/features/org.eclipse.gef_3.15.0.202211301913/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.gef_3.15.0.202211301913/META-INF/ECLIPSE_.SF capella/features/org.eclipse.gef_3.15.0.202211301913/META-INF/MANIFEST.MF capella/features/org.eclipse.gef_3.15.0.202211301913/epl-v10.html capella/features/org.eclipse.gef_3.15.0.202211301913/feature.properties capella/features/org.eclipse.gef_3.15.0.202211301913/feature.xml capella/features/org.eclipse.gef_3.15.0.202211301913/license.html capella/features/org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334/META-INF/ECLIPSE_.SF capella/features/org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334/META-INF/MANIFEST.MF capella/features/org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334/epl-2.0.html capella/features/org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334/feature.properties capella/features/org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334/feature.xml capella/features/org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334/license.html capella/features/org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334/modeling32.png capella/features/org.eclipse.gmf.runtime.notation_1.13.1.202211151334/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.gmf.runtime.notation_1.13.1.202211151334/META-INF/ECLIPSE_.SF capella/features/org.eclipse.gmf.runtime.notation_1.13.1.202211151334/META-INF/MANIFEST.MF capella/features/org.eclipse.gmf.runtime.notation_1.13.1.202211151334/epl-2.0.html capella/features/org.eclipse.gmf.runtime.notation_1.13.1.202211151334/feature.properties capella/features/org.eclipse.gmf.runtime.notation_1.13.1.202211151334/feature.xml capella/features/org.eclipse.gmf.runtime.notation_1.13.1.202211151334/license.html capella/features/org.eclipse.gmf.runtime.notation_1.13.1.202211151334/modeling32.png capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032/META-INF/ECLIPSE_.SF capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032/META-INF/MANIFEST.MF capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032/epl-2.0.html capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032/feature.properties capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032/feature.xml capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032/license.html capella/features/org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032/modeling32.png capella/features/org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032/META-INF/ECLIPSE_.SF capella/features/org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032/META-INF/MANIFEST.MF capella/features/org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032/epl-2.0.html capella/features/org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032/feature.properties capella/features/org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032/feature.xml capella/features/org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032/license.html capella/features/org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032/modeling32.png capella/features/org.eclipse.gmf.source_1.15.3.202211041032/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.gmf.source_1.15.3.202211041032/META-INF/ECLIPSE_.SF capella/features/org.eclipse.gmf.source_1.15.3.202211041032/META-INF/MANIFEST.MF capella/features/org.eclipse.gmf.source_1.15.3.202211041032/epl-2.0.html capella/features/org.eclipse.gmf.source_1.15.3.202211041032/feature.properties capella/features/org.eclipse.gmf.source_1.15.3.202211041032/feature.xml capella/features/org.eclipse.gmf.source_1.15.3.202211041032/license.html capella/features/org.eclipse.gmf.source_1.15.3.202211041032/modeling32.png capella/features/org.eclipse.gmf_1.15.3.202211041032/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.gmf_1.15.3.202211041032/META-INF/ECLIPSE_.SF capella/features/org.eclipse.gmf_1.15.3.202211041032/META-INF/MANIFEST.MF capella/features/org.eclipse.gmf_1.15.3.202211041032/epl-2.0.html capella/features/org.eclipse.gmf_1.15.3.202211041032/feature.properties capella/features/org.eclipse.gmf_1.15.3.202211041032/feature.xml capella/features/org.eclipse.gmf_1.15.3.202211041032/license.html capella/features/org.eclipse.gmf_1.15.3.202211041032/modeling32.png capella/features/org.eclipse.help.source_2.3.600.v20210611-1600/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.help.source_2.3.600.v20210611-1600/META-INF/ECLIPSE_.SF capella/features/org.eclipse.help.source_2.3.600.v20210611-1600/META-INF/MANIFEST.MF capella/features/org.eclipse.help.source_2.3.600.v20210611-1600/epl-2.0.html capella/features/org.eclipse.help.source_2.3.600.v20210611-1600/feature.properties capella/features/org.eclipse.help.source_2.3.600.v20210611-1600/feature.xml capella/features/org.eclipse.help.source_2.3.600.v20210611-1600/license.html capella/features/org.eclipse.help_2.3.600.v20210611-1600/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.help_2.3.600.v20210611-1600/META-INF/ECLIPSE_.SF capella/features/org.eclipse.help_2.3.600.v20210611-1600/META-INF/MANIFEST.MF capella/features/org.eclipse.help_2.3.600.v20210611-1600/epl-2.0.html capella/features/org.eclipse.help_2.3.600.v20210611-1600/feature.properties capella/features/org.eclipse.help_2.3.600.v20210611-1600/feature.xml capella/features/org.eclipse.help_2.3.600.v20210611-1600/license.html capella/features/org.eclipse.jdt.source_3.18.800.v20210611-1600/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.jdt.source_3.18.800.v20210611-1600/META-INF/ECLIPSE_.SF capella/features/org.eclipse.jdt.source_3.18.800.v20210611-1600/META-INF/MANIFEST.MF capella/features/org.eclipse.jdt.source_3.18.800.v20210611-1600/epl-2.0.html capella/features/org.eclipse.jdt.source_3.18.800.v20210611-1600/feature.properties capella/features/org.eclipse.jdt.source_3.18.800.v20210611-1600/feature.xml capella/features/org.eclipse.jdt.source_3.18.800.v20210611-1600/license.html capella/features/org.eclipse.jdt_3.18.800.v20210611-1600/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.jdt_3.18.800.v20210611-1600/META-INF/ECLIPSE_.SF capella/features/org.eclipse.jdt_3.18.800.v20210611-1600/META-INF/MANIFEST.MF capella/features/org.eclipse.jdt_3.18.800.v20210611-1600/epl-2.0.html capella/features/org.eclipse.jdt_3.18.800.v20210611-1600/feature.properties capella/features/org.eclipse.jdt_3.18.800.v20210611-1600/feature.xml capella/features/org.eclipse.jdt_3.18.800.v20210611-1600/license.html capella/features/org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r/META-INF/ECLIPSE_.SF capella/features/org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r/META-INF/MANIFEST.MF capella/features/org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r/edl-v10.html capella/features/org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r/feature.properties capella/features/org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r/feature.xml capella/features/org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r/license.html capella/features/org.eclipse.jgit.http.apache_5.12.0.202106070339-r/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.jgit.http.apache_5.12.0.202106070339-r/META-INF/ECLIPSE_.SF capella/features/org.eclipse.jgit.http.apache_5.12.0.202106070339-r/META-INF/MANIFEST.MF capella/features/org.eclipse.jgit.http.apache_5.12.0.202106070339-r/edl-v10.html capella/features/org.eclipse.jgit.http.apache_5.12.0.202106070339-r/feature.properties capella/features/org.eclipse.jgit.http.apache_5.12.0.202106070339-r/feature.xml capella/features/org.eclipse.jgit.http.apache_5.12.0.202106070339-r/license.html capella/features/org.eclipse.jgit.source_5.12.0.202106070339-r/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.jgit.source_5.12.0.202106070339-r/META-INF/ECLIPSE_.SF capella/features/org.eclipse.jgit.source_5.12.0.202106070339-r/META-INF/MANIFEST.MF capella/features/org.eclipse.jgit.source_5.12.0.202106070339-r/edl-v10.html capella/features/org.eclipse.jgit.source_5.12.0.202106070339-r/feature.properties capella/features/org.eclipse.jgit.source_5.12.0.202106070339-r/feature.xml capella/features/org.eclipse.jgit.source_5.12.0.202106070339-r/license.html capella/features/org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r/META-INF/ECLIPSE_.SF capella/features/org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r/META-INF/MANIFEST.MF capella/features/org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r/edl-v10.html capella/features/org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r/feature.properties capella/features/org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r/feature.xml capella/features/org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r/license.html capella/features/org.eclipse.jgit_5.12.0.202106070339-r/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.jgit_5.12.0.202106070339-r/META-INF/ECLIPSE_.SF capella/features/org.eclipse.jgit_5.12.0.202106070339-r/META-INF/MANIFEST.MF capella/features/org.eclipse.jgit_5.12.0.202106070339-r/edl-v10.html capella/features/org.eclipse.jgit_5.12.0.202106070339-r/feature.properties capella/features/org.eclipse.jgit_5.12.0.202106070339-r/feature.xml capella/features/org.eclipse.jgit_5.12.0.202106070339-r/license.html capella/features/org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821/META-INF/ECLIPSE_.SF capella/features/org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821/META-INF/MANIFEST.MF capella/features/org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821/META-INF/eclipse.inf capella/features/org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821/epl-2.0.html capella/features/org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821/feature.properties capella/features/org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821/feature.xml capella/features/org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821/license.html capella/features/org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821/META-INF/ECLIPSE_.SF capella/features/org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821/META-INF/MANIFEST.MF capella/features/org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821/META-INF/eclipse.inf capella/features/org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821/epl-2.0.html capella/features/org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821/feature.properties capella/features/org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821/feature.xml capella/features/org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821/license.html capella/features/org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821/META-INF/ECLIPSE_.SF capella/features/org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821/META-INF/MANIFEST.MF capella/features/org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821/META-INF/eclipse.inf capella/features/org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821/epl-2.0.html capella/features/org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821/feature.properties capella/features/org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821/feature.xml capella/features/org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821/license.html capella/features/org.eclipse.mylyn.commons_3.25.2.v20200813-0821/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.mylyn.commons_3.25.2.v20200813-0821/META-INF/ECLIPSE_.SF capella/features/org.eclipse.mylyn.commons_3.25.2.v20200813-0821/META-INF/MANIFEST.MF capella/features/org.eclipse.mylyn.commons_3.25.2.v20200813-0821/META-INF/eclipse.inf capella/features/org.eclipse.mylyn.commons_3.25.2.v20200813-0821/epl-2.0.html capella/features/org.eclipse.mylyn.commons_3.25.2.v20200813-0821/feature.properties capella/features/org.eclipse.mylyn.commons_3.25.2.v20200813-0821/feature.xml capella/features/org.eclipse.mylyn.commons_3.25.2.v20200813-0821/license.html capella/features/org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617/META-INF/ECLIPSE_.SF capella/features/org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617/META-INF/MANIFEST.MF capella/features/org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617/META-INF/eclipse.inf capella/features/org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617/epl-2.0.html capella/features/org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617/feature.properties capella/features/org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617/feature.xml capella/features/org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617/license.html capella/features/org.eclipse.mylyn.discovery_3.25.2.v20200813-0821/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.mylyn.discovery_3.25.2.v20200813-0821/META-INF/ECLIPSE_.SF capella/features/org.eclipse.mylyn.discovery_3.25.2.v20200813-0821/META-INF/MANIFEST.MF capella/features/org.eclipse.mylyn.discovery_3.25.2.v20200813-0821/META-INF/eclipse.inf capella/features/org.eclipse.mylyn.discovery_3.25.2.v20200813-0821/epl-2.0.html capella/features/org.eclipse.mylyn.discovery_3.25.2.v20200813-0821/feature.properties capella/features/org.eclipse.mylyn.discovery_3.25.2.v20200813-0821/feature.xml capella/features/org.eclipse.mylyn.discovery_3.25.2.v20200813-0821/license.html capella/features/org.eclipse.mylyn.monitor_3.25.2.v20200813-0821/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.mylyn.monitor_3.25.2.v20200813-0821/META-INF/ECLIPSE_.SF capella/features/org.eclipse.mylyn.monitor_3.25.2.v20200813-0821/META-INF/MANIFEST.MF capella/features/org.eclipse.mylyn.monitor_3.25.2.v20200813-0821/META-INF/eclipse.inf capella/features/org.eclipse.mylyn.monitor_3.25.2.v20200813-0821/epl-2.0.html capella/features/org.eclipse.mylyn.monitor_3.25.2.v20200813-0821/feature.properties capella/features/org.eclipse.mylyn.monitor_3.25.2.v20200813-0821/feature.xml capella/features/org.eclipse.mylyn.monitor_3.25.2.v20200813-0821/license.html capella/features/org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617/META-INF/ECLIPSE_.SF capella/features/org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617/META-INF/MANIFEST.MF capella/features/org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617/META-INF/eclipse.inf capella/features/org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617/epl-2.0.html capella/features/org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617/feature.properties capella/features/org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617/feature.xml capella/features/org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617/license.html capella/features/org.eclipse.mylyn_feature_3.25.2.v20200814-0512/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.mylyn_feature_3.25.2.v20200814-0512/META-INF/ECLIPSE_.SF capella/features/org.eclipse.mylyn_feature_3.25.2.v20200814-0512/META-INF/MANIFEST.MF capella/features/org.eclipse.mylyn_feature_3.25.2.v20200814-0512/META-INF/eclipse.inf capella/features/org.eclipse.mylyn_feature_3.25.2.v20200814-0512/epl-2.0.html capella/features/org.eclipse.mylyn_feature_3.25.2.v20200814-0512/feature.properties capella/features/org.eclipse.mylyn_feature_3.25.2.v20200814-0512/feature.xml capella/features/org.eclipse.mylyn_feature_3.25.2.v20200814-0512/license.html capella/features/org.eclipse.mylyn_feature_3.25.2.v20200814-0512/p2.inf capella/features/org.eclipse.nebula.widgets.richtext.feature_1.3.0.201912241810/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.nebula.widgets.richtext.feature_1.3.0.201912241810/META-INF/ECLIPSE_.SF capella/features/org.eclipse.nebula.widgets.richtext.feature_1.3.0.201912241810/META-INF/MANIFEST.MF capella/features/org.eclipse.nebula.widgets.richtext.feature_1.3.0.201912241810/epl-2.0.html capella/features/org.eclipse.nebula.widgets.richtext.feature_1.3.0.201912241810/feature.properties capella/features/org.eclipse.nebula.widgets.richtext.feature_1.3.0.201912241810/feature.xml capella/features/org.eclipse.nebula.widgets.richtext.feature_1.3.0.201912241810/license.html capella/features/org.eclipse.pde.source_3.14.800.v20210611-1636/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.pde.source_3.14.800.v20210611-1636/META-INF/ECLIPSE_.SF capella/features/org.eclipse.pde.source_3.14.800.v20210611-1636/META-INF/MANIFEST.MF capella/features/org.eclipse.pde.source_3.14.800.v20210611-1636/epl-2.0.html capella/features/org.eclipse.pde.source_3.14.800.v20210611-1636/feature.properties capella/features/org.eclipse.pde.source_3.14.800.v20210611-1636/feature.xml capella/features/org.eclipse.pde.source_3.14.800.v20210611-1636/license.html capella/features/org.eclipse.pde_3.14.800.v20210611-1636/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.pde_3.14.800.v20210611-1636/META-INF/ECLIPSE_.SF capella/features/org.eclipse.pde_3.14.800.v20210611-1636/META-INF/MANIFEST.MF capella/features/org.eclipse.pde_3.14.800.v20210611-1636/epl-2.0.html capella/features/org.eclipse.pde_3.14.800.v20210611-1636/feature.properties capella/features/org.eclipse.pde_3.14.800.v20210611-1636/feature.xml capella/features/org.eclipse.pde_3.14.800.v20210611-1636/license.html capella/features/org.eclipse.platform.source_4.20.0.v20210611-1600/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.platform.source_4.20.0.v20210611-1600/META-INF/ECLIPSE_.SF capella/features/org.eclipse.platform.source_4.20.0.v20210611-1600/META-INF/MANIFEST.MF capella/features/org.eclipse.platform.source_4.20.0.v20210611-1600/build.properties capella/features/org.eclipse.platform.source_4.20.0.v20210611-1600/epl-2.0.html capella/features/org.eclipse.platform.source_4.20.0.v20210611-1600/feature.properties capella/features/org.eclipse.platform.source_4.20.0.v20210611-1600/feature.xml capella/features/org.eclipse.platform.source_4.20.0.v20210611-1600/license.html capella/features/org.eclipse.platform_4.20.0.v20210611-1600/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.platform_4.20.0.v20210611-1600/META-INF/ECLIPSE_.SF capella/features/org.eclipse.platform_4.20.0.v20210611-1600/META-INF/MANIFEST.MF capella/features/org.eclipse.platform_4.20.0.v20210611-1600/epl-2.0.html capella/features/org.eclipse.platform_4.20.0.v20210611-1600/feature.properties capella/features/org.eclipse.platform_4.20.0.v20210611-1600/feature.xml capella/features/org.eclipse.platform_4.20.0.v20210611-1600/license.html capella/features/org.eclipse.rcp.source_4.20.0.v20210611-1600/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.rcp.source_4.20.0.v20210611-1600/META-INF/ECLIPSE_.SF capella/features/org.eclipse.rcp.source_4.20.0.v20210611-1600/META-INF/MANIFEST.MF capella/features/org.eclipse.rcp.source_4.20.0.v20210611-1600/build.properties capella/features/org.eclipse.rcp.source_4.20.0.v20210611-1600/epl-2.0.html capella/features/org.eclipse.rcp.source_4.20.0.v20210611-1600/feature.properties capella/features/org.eclipse.rcp.source_4.20.0.v20210611-1600/feature.xml capella/features/org.eclipse.rcp.source_4.20.0.v20210611-1600/license.html capella/features/org.eclipse.rcp_4.20.0.v20210611-1600/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.rcp_4.20.0.v20210611-1600/META-INF/ECLIPSE_.SF capella/features/org.eclipse.rcp_4.20.0.v20210611-1600/META-INF/MANIFEST.MF capella/features/org.eclipse.rcp_4.20.0.v20210611-1600/epl-2.0.html capella/features/org.eclipse.rcp_4.20.0.v20210611-1600/feature.properties capella/features/org.eclipse.rcp_4.20.0.v20210611-1600/feature.xml capella/features/org.eclipse.rcp_4.20.0.v20210611-1600/license.html capella/features/org.eclipse.sdk_4.20.0.v20210611-1636/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sdk_4.20.0.v20210611-1636/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sdk_4.20.0.v20210611-1636/META-INF/MANIFEST.MF capella/features/org.eclipse.sdk_4.20.0.v20210611-1636/epl-2.0.html capella/features/org.eclipse.sdk_4.20.0.v20210611-1636/feature.properties capella/features/org.eclipse.sdk_4.20.0.v20210611-1636/feature.xml capella/features/org.eclipse.sdk_4.20.0.v20210611-1636/license.html capella/features/org.eclipse.sirius.aql.source_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.aql.source_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.aql.source_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.aql.source_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.aql.source_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.aql.source_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.aql.source_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.aql_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.aql_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.aql_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.aql_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.aql_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.aql_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.aql_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.doc.feature.source_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.doc.feature_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.doc.feature_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.doc.feature_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.doc.feature_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.doc.feature_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.doc.feature_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.doc.feature_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.interpreter.feature.source_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.interpreter.feature_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.runtime.aql.source_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.runtime.aql_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.runtime.ide.ui_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.runtime.source_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime.source_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime.source_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime.source_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.runtime.source_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.runtime.source_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.runtime.source_7.1.0.202303020853/license.html capella/features/org.eclipse.sirius.runtime_7.1.0.202303020853/META-INF/ECLIPSE_.RSA capella/features/org.eclipse.sirius.runtime_7.1.0.202303020853/META-INF/ECLIPSE_.SF capella/features/org.eclipse.sirius.runtime_7.1.0.202303020853/META-INF/MANIFEST.MF capella/features/org.eclipse.sirius.runtime_7.1.0.202303020853/epl-2.0.html capella/features/org.eclipse.sirius.runtime_7.1.0.202303020853/feature.properties capella/features/org.eclipse.sirius.runtime_7.1.0.202303020853/feature.xml capella/features/org.eclipse.sirius.runtime_7.1.0.202303020853/license.html capella/features/org.polarsys.capella.common.feature.source_6.1.0.202303291413/.project capella/features/org.polarsys.capella.common.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.common.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.common.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.common.feature.source_6.1.0.202303291413/build.properties capella/features/org.polarsys.capella.common.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.common.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.common.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.common.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.common.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.common.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.common.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.common.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.common.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202303291413/.project capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202303291413/build.properties capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.common.ui.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.common.ui.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202303291413/build.properties capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202303291413/pom.xml capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202303291413/build.properties capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.common.ui.massactions.feature_6.1.0.202303291413/pom.xml capella/features/org.polarsys.capella.core.advance.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.advance.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.advance.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.advance.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.advance.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.advance.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.common.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.common.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.common.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.common.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.common.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.common.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.common.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.common.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.common.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.common.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.common.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.common.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202303291413/.project capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202303291413/build.properties capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.common.ui.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.common.ui.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.compare.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.compare.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.compare.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.compare.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.compare.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.compare.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202303291413/.project capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202303291413/build.properties capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.dashboard.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.dashboard.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.git.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.git.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.git.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.git.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.git.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.git.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.git.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.git.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.git.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.git.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.git.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.git.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.libraries.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.libraries.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.libraries.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.libraries.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.libraries.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.libraries.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.migration.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.migration.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.migration.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.migration.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.migration.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.migration.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.mylyn.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.properties.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.properties.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.properties.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.properties.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.properties.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.properties.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.properties.richtext.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.properties.richtext.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.re.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.re.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.re.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.re.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.re.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.re.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.re.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.re.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.re.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.re.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.re.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.re.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.transfo.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.transfo.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.transfo.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.transfo.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.transfo.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.transfo.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.transition.common.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.transition.common.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.transition.common.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.transition.common.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.transition.common.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.transition.common.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.transition.system.topdown.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.ui.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.ui.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.ui.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202303291413/.project capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202303291413/build.properties capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202303291413/.project capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202303291413/build.properties capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.ui.transfo.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.ui.transfo.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.ui.wizards.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.ui.wizards.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202303291413/.project capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202303291413/build.properties capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.validation.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.core.validation.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.detachment.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.detachment.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.detachment.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.detachment.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.detachment.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.detachment.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.detachment.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.detachment.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.detachment.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.detachment.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.detachment.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.detachment.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202303291413/.project capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202303291413/build.properties capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.doc.feature.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.doc.feature_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.doc.feature_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.doc.feature_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.doc.feature_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.doc.feature_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.doc.feature_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.doc.feature_6.1.0.202303291413/license.html capella/features/org.polarsys.capella.rcp.source_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.rcp.source_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.rcp.source_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.rcp.source_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.rcp.source_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.rcp_6.1.0.202303291413/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.capella.rcp_6.1.0.202303291413/META-INF/ECLIPSE_.SF capella/features/org.polarsys.capella.rcp_6.1.0.202303291413/META-INF/MANIFEST.MF capella/features/org.polarsys.capella.rcp_6.1.0.202303291413/epl-2.0.html capella/features/org.polarsys.capella.rcp_6.1.0.202303291413/feature.properties capella/features/org.polarsys.capella.rcp_6.1.0.202303291413/feature.xml capella/features/org.polarsys.capella.rcp_6.1.0.202303291413/license.html capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.doc.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.ad.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.ad.ui.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.cadence.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.cadence.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.cadence.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.cadence.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.cadence.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.cadence.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.common.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.common.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.common.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.common.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.common.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.common.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.doc.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.emde.doc.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.emde.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.emde.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.emde.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.emde.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.emde.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.emde.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.emde.ui.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202303220900/build.properties capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.massactions.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202303220900/build.properties capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.massactions.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202303220900/build.properties capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202303220900/build.properties capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.model.common.share.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202303220900/build.properties capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.model.detachment.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202303220900/build.properties capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.report.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.report.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.report.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.report.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.report.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.report.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.report.ui.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202303220900/license.html capella/features/org.polarsys.kitalpha.transposer.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.transposer.feature.source_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.transposer.feature.source_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.transposer.feature.source_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.transposer.feature.source_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202303220900/META-INF/ECLIPSE_.RSA capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202303220900/META-INF/ECLIPSE_.SF capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202303220900/META-INF/MANIFEST.MF capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202303220900/epl-2.0.html capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202303220900/feature.properties capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202303220900/feature.xml capella/features/org.polarsys.kitalpha.transposer.feature_6.1.0.202303220900/license.html capella/jre/NOTICE capella/jre/conf/logging.properties capella/jre/conf/management/jmxremote.access capella/jre/conf/management/jmxremote.password.template capella/jre/conf/management/management.properties capella/jre/conf/net.properties capella/jre/conf/sdp/sdp.conf.template capella/jre/conf/security/java.policy capella/jre/conf/security/java.security capella/jre/conf/security/policy/README.txt capella/jre/conf/security/policy/limited/default_US_export.policy capella/jre/conf/security/policy/limited/default_local.policy capella/jre/conf/security/policy/limited/exempt_local.policy capella/jre/conf/security/policy/unlimited/default_US_export.policy capella/jre/conf/security/policy/unlimited/default_local.policy capella/jre/conf/sound.properties capella/jre/include/classfile_constants.h capella/jre/include/jawt.h capella/jre/include/jdwpTransport.h capella/jre/include/jni.h capella/jre/include/jvmti.h capella/jre/include/jvmticmlr.h capella/jre/include/linux/jawt_md.h capella/jre/include/linux/jni_md.h capella/jre/jmods/java.base.jmod capella/jre/jmods/java.compiler.jmod capella/jre/jmods/java.datatransfer.jmod capella/jre/jmods/java.desktop.jmod capella/jre/jmods/java.instrument.jmod capella/jre/jmods/java.logging.jmod capella/jre/jmods/java.management.jmod capella/jre/jmods/java.management.rmi.jmod capella/jre/jmods/java.naming.jmod capella/jre/jmods/java.net.http.jmod capella/jre/jmods/java.prefs.jmod capella/jre/jmods/java.rmi.jmod capella/jre/jmods/java.scripting.jmod capella/jre/jmods/java.se.jmod capella/jre/jmods/java.security.jgss.jmod capella/jre/jmods/java.security.sasl.jmod capella/jre/jmods/java.smartcardio.jmod capella/jre/jmods/java.sql.jmod capella/jre/jmods/java.sql.rowset.jmod capella/jre/jmods/java.transaction.xa.jmod capella/jre/jmods/java.xml.crypto.jmod capella/jre/jmods/java.xml.jmod capella/jre/jmods/jdk.accessibility.jmod capella/jre/jmods/jdk.attach.jmod capella/jre/jmods/jdk.charsets.jmod capella/jre/jmods/jdk.compiler.jmod capella/jre/jmods/jdk.crypto.cryptoki.jmod capella/jre/jmods/jdk.crypto.ec.jmod capella/jre/jmods/jdk.dynalink.jmod capella/jre/jmods/jdk.editpad.jmod capella/jre/jmods/jdk.hotspot.agent.jmod capella/jre/jmods/jdk.httpserver.jmod capella/jre/jmods/jdk.incubator.foreign.jmod capella/jre/jmods/jdk.incubator.vector.jmod capella/jre/jmods/jdk.internal.ed.jmod capella/jre/jmods/jdk.internal.jvmstat.jmod capella/jre/jmods/jdk.internal.le.jmod capella/jre/jmods/jdk.internal.opt.jmod capella/jre/jmods/jdk.internal.vm.ci.jmod capella/jre/jmods/jdk.internal.vm.compiler.jmod capella/jre/jmods/jdk.internal.vm.compiler.management.jmod capella/jre/jmods/jdk.jartool.jmod capella/jre/jmods/jdk.javadoc.jmod capella/jre/jmods/jdk.jcmd.jmod capella/jre/jmods/jdk.jconsole.jmod capella/jre/jmods/jdk.jdeps.jmod capella/jre/jmods/jdk.jdi.jmod capella/jre/jmods/jdk.jdwp.agent.jmod capella/jre/jmods/jdk.jfr.jmod capella/jre/jmods/jdk.jlink.jmod capella/jre/jmods/jdk.jpackage.jmod capella/jre/jmods/jdk.jshell.jmod capella/jre/jmods/jdk.jsobject.jmod capella/jre/jmods/jdk.jstatd.jmod capella/jre/jmods/jdk.localedata.jmod capella/jre/jmods/jdk.management.agent.jmod capella/jre/jmods/jdk.management.jfr.jmod capella/jre/jmods/jdk.management.jmod capella/jre/jmods/jdk.naming.dns.jmod capella/jre/jmods/jdk.naming.rmi.jmod capella/jre/jmods/jdk.net.jmod capella/jre/jmods/jdk.nio.mapmode.jmod capella/jre/jmods/jdk.random.jmod capella/jre/jmods/jdk.sctp.jmod capella/jre/jmods/jdk.security.auth.jmod capella/jre/jmods/jdk.security.jgss.jmod capella/jre/jmods/jdk.unsupported.desktop.jmod capella/jre/jmods/jdk.unsupported.jmod capella/jre/jmods/jdk.xml.dom.jmod capella/jre/jmods/jdk.zipfs.jmod capella/jre/legal/java.base/ADDITIONAL_LICENSE_INFO capella/jre/legal/java.base/ASSEMBLY_EXCEPTION capella/jre/legal/java.base/LICENSE capella/jre/legal/java.base/aes.md capella/jre/legal/java.base/asm.md capella/jre/legal/java.base/c-libutl.md capella/jre/legal/java.base/cldr.md capella/jre/legal/java.base/icu.md capella/jre/legal/java.base/public_suffix.md capella/jre/legal/java.base/unicode.md capella/jre/legal/java.desktop/colorimaging.md capella/jre/legal/java.desktop/giflib.md capella/jre/legal/java.desktop/harfbuzz.md capella/jre/legal/java.desktop/jpeg.md capella/jre/legal/java.desktop/lcms.md capella/jre/legal/java.desktop/libpng.md capella/jre/legal/java.desktop/mesa3d.md capella/jre/legal/java.desktop/xwd.md capella/jre/legal/java.smartcardio/pcsclite.md capella/jre/legal/java.xml.crypto/santuario.md capella/jre/legal/java.xml/bcel.md capella/jre/legal/java.xml/dom.md capella/jre/legal/java.xml/jcup.md capella/jre/legal/java.xml/xalan.md capella/jre/legal/java.xml/xerces.md capella/jre/legal/jdk.crypto.cryptoki/pkcs11cryptotoken.md capella/jre/legal/jdk.crypto.cryptoki/pkcs11wrapper.md capella/jre/legal/jdk.dynalink/dynalink.md capella/jre/legal/jdk.internal.le/jline.md capella/jre/legal/jdk.internal.opt/jopt-simple.md capella/jre/legal/jdk.javadoc/jquery.md capella/jre/legal/jdk.javadoc/jqueryUI.md capella/jre/legal/jdk.localedata/thaidict.md capella/jre/lib/classlist capella/jre/lib/ct.sym capella/jre/lib/jexec capella/jre/lib/jfr/default.jfc capella/jre/lib/jfr/profile.jfc capella/jre/lib/jrt-fs.jar capella/jre/lib/jvm.cfg capella/jre/lib/libattach.so capella/jre/lib/libawt.so capella/jre/lib/libawt_headless.so capella/jre/lib/libawt_xawt.so capella/jre/lib/libdt_socket.so capella/jre/lib/libextnet.so capella/jre/lib/libfontmanager.so capella/jre/lib/libinstrument.so capella/jre/lib/libj2gss.so capella/jre/lib/libj2pcsc.so capella/jre/lib/libj2pkcs11.so capella/jre/lib/libjaas.so capella/jre/lib/libjava.so capella/jre/lib/libjavajpeg.so capella/jre/lib/libjawt.so capella/jre/lib/libjdwp.so capella/jre/lib/libjimage.so capella/jre/lib/libjli.so capella/jre/lib/libjsig.so capella/jre/lib/libjsound.so capella/jre/lib/libjsvml.so capella/jre/lib/liblcms.so capella/jre/lib/libmanagement.so capella/jre/lib/libmanagement_agent.so capella/jre/lib/libmanagement_ext.so capella/jre/lib/libmlib_image.so capella/jre/lib/libnet.so capella/jre/lib/libnio.so capella/jre/lib/libprefs.so capella/jre/lib/librmi.so capella/jre/lib/libsaproc.so capella/jre/lib/libsctp.so capella/jre/lib/libsplashscreen.so capella/jre/lib/libsyslookup.so capella/jre/lib/libverify.so capella/jre/lib/libzip.so capella/jre/lib/modules capella/jre/lib/psfont.properties.ja capella/jre/lib/psfontj2d.properties capella/jre/lib/security/blocked.certs capella/jre/lib/security/cacerts capella/jre/lib/security/default.policy capella/jre/lib/security/public_suffix_list.dat capella/jre/lib/server/classes.jsa capella/jre/lib/server/classes_nocoops.jsa capella/jre/lib/server/libjsig.so capella/jre/lib/server/libjvm.so capella/jre/lib/src.zip capella/jre/lib/tzdb.dat capella/jre/man/man1/jar.1 capella/jre/man/man1/jarsigner.1 capella/jre/man/man1/java.1 capella/jre/man/man1/javac.1 capella/jre/man/man1/javadoc.1 capella/jre/man/man1/javap.1 capella/jre/man/man1/jcmd.1 capella/jre/man/man1/jconsole.1 capella/jre/man/man1/jdb.1 capella/jre/man/man1/jdeprscan.1 capella/jre/man/man1/jdeps.1 capella/jre/man/man1/jfr.1 capella/jre/man/man1/jhsdb.1 capella/jre/man/man1/jinfo.1 capella/jre/man/man1/jlink.1 capella/jre/man/man1/jmap.1 capella/jre/man/man1/jmod.1 capella/jre/man/man1/jpackage.1 capella/jre/man/man1/jps.1 capella/jre/man/man1/jrunscript.1 capella/jre/man/man1/jshell.1 capella/jre/man/man1/jstack.1 capella/jre/man/man1/jstat.1 capella/jre/man/man1/jstatd.1 capella/jre/man/man1/keytool.1 capella/jre/man/man1/rmiregistry.1 capella/jre/man/man1/serialver.1 capella/jre/release capella/notice.html capella/p2/org.eclipse.equinox.p2.core/cache/artifacts.xml capella/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.amalgam.explorer.activity_root_1.13.0.202206290806 capella/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform_root_4.20.0.v20210611-1600 capella/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.rcp_root_4.20.0.v20210611-1600 capella/p2/org.eclipse.equinox.p2.core/cache/binary/org.polarsys.capella.rcp.product.executable.gtk.linux.x86_64_6.1.0.202303291413 capella/p2/org.eclipse.equinox.p2.engine/.settings/org.eclipse.equinox.p2.artifact.repository.prefs capella/p2/org.eclipse.equinox.p2.engine/.settings/org.eclipse.equinox.p2.metadata.repository.prefs capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/.data/org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions/jvmargs capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/.lock capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1680100311348.profile.gz capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1680100311350.profile.gz capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1680100339251.profile.gz capella/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1680100340481.profile.gz capella/plugins/ca.odell.glazedlists_1.11.0.v20190926-1838.jar capella/plugins/ch.qos.logback.classic_1.2.3.v20200428-2012.jar capella/plugins/ch.qos.logback.core_1.2.3.v20200428-2012.jar capella/plugins/ch.qos.logback.slf4j_1.2.3.v20200428-2012.jar capella/plugins/com.google.guava_21.0.0.v20170206-1425.jar capella/plugins/com.google.guava_30.1.0.v20210127-2300.jar capella/plugins/com.ibm.icu.source_67.1.0.v20200706-1749.jar capella/plugins/com.ibm.icu_67.1.0.v20200706-1749.jar capella/plugins/com.jcraft.jsch.source_0.1.55.v20190404-1902.jar capella/plugins/com.jcraft.jsch_0.1.55.v20190404-1902.jar capella/plugins/com.sun.el.source_2.2.0.v201303151357.jar capella/plugins/com.sun.el_2.2.0.v201303151357.jar capella/plugins/com.sun.jna.platform_5.8.0.v20210406-1004.jar capella/plugins/com.sun.jna_5.8.0.v20210503-0343.jar capella/plugins/com.sun.xml.bind_2.2.0.v20201118-1845.jar capella/plugins/jakarta.servlet-api.source_4.0.0.jar capella/plugins/jakarta.servlet-api_4.0.0.jar capella/plugins/javaewah_1.1.7.v20200107-0831.jar capella/plugins/javax.activation_1.1.0.v201211130549.jar capella/plugins/javax.annotation.source_1.3.5.v20200909-1856.jar capella/plugins/javax.annotation_1.3.5.v20200909-1856.jar capella/plugins/javax.el.source_2.2.0.v201303151357.jar capella/plugins/javax.el_2.2.0.v201303151357.jar capella/plugins/javax.inject.source_1.0.0.v20091030.jar capella/plugins/javax.inject_1.0.0.v20091030.jar capella/plugins/javax.servlet.jsp.source_2.2.0.v201112011158.jar capella/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar capella/plugins/javax.xml.bind_2.2.0.v201105210648.jar capella/plugins/javax.xml.stream_1.0.1.v201004272200.jar capella/plugins/javax.xml_1.3.4.v201005080400.jar capella/plugins/net.i2p.crypto.eddsa_0.3.0.v20181102-1323.jar capella/plugins/org.antlr.runtime_4.7.2.v20200218-0804.jar capella/plugins/org.apache.ant.source_1.10.10.v20210426-1926.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/META-INF/ECLIPSE_.RSA capella/plugins/org.apache.ant_1.10.10.v20210426-1926/META-INF/ECLIPSE_.SF capella/plugins/org.apache.ant_1.10.10.v20210426-1926/META-INF/MANIFEST.MF capella/plugins/org.apache.ant_1.10.10.v20210426-1926/META-INF/maven/org.eclipse.orbit.bundles/org.apache.ant/pom.properties capella/plugins/org.apache.ant_1.10.10.v20210426-1926/META-INF/maven/org.eclipse.orbit.bundles/org.apache.ant/pom.xml capella/plugins/org.apache.ant_1.10.10.v20210426-1926/OSGI-INF/l10n/bundle.properties capella/plugins/org.apache.ant_1.10.10.v20210426-1926/about.html capella/plugins/org.apache.ant_1.10.10.v20210426-1926/about_files/DOM-LICENSE.html capella/plugins/org.apache.ant_1.10.10.v20210426-1926/about_files/LICENSE capella/plugins/org.apache.ant_1.10.10.v20210426-1926/about_files/NOTICE capella/plugins/org.apache.ant_1.10.10.v20210426-1926/about_files/SAX-LICENSE.html capella/plugins/org.apache.ant_1.10.10.v20210426-1926/about_files/THE_APACHE_SOFTWARE_LICENSE__VERSION_2.0.txt capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/ant capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/ant.bat capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/ant.cmd capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/antRun capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/antRun.bat capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/antRun.pl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/antenv.cmd capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/complete-ant-cmd.pl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/envset.cmd capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/lcp.bat capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/runant.pl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/runant.py capella/plugins/org.apache.ant_1.10.10.v20210426-1926/bin/runrc.cmd capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/changelog.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/checkstyle/checkstyle-frames-sortby-check.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/checkstyle/checkstyle-frames.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/checkstyle/checkstyle-text.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/checkstyle/checkstyle-xdoc.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/coverage-frames.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/jdepend-frames.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/jdepend.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/junit-frames-xalan1.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/junit-frames.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/junit-noframes.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/log.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/maudit-frames.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/mmetrics-frames.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/etc/tagdiff.xsl capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-antlr.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-apache-bcel.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-apache-bsf.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-apache-log4j.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-apache-oro.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-apache-regexp.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-apache-resolver.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-apache-xalan2.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-commons-logging.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-commons-net.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-imageio.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-jai.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-javamail.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-jdepend.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-jmf.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-jsch.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-junit.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-junit4.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-junitlauncher.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-launcher.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-netrexx.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-swing.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-testutil.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant-xz.jar capella/plugins/org.apache.ant_1.10.10.v20210426-1926/lib/ant.jar capella/plugins/org.apache.batik.anim.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.anim_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.awt.util.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.awt.util_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.bridge.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.bridge_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.codec.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.codec_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.constants.source_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.constants_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.css.source_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.css_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.dom.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.dom.svg.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.dom.svg_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.dom_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.ext.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.ext_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.gvt.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.gvt_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.i18n_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.parser.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.parser_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.script.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.script_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.shared.resources.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.shared.resources_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.svggen.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.svggen_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.transcoder.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.transcoder_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.util.source_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.util_1.14.0.v20210324-0332.jar capella/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.xml.source_1.16.0.v20221027-0840.jar capella/plugins/org.apache.batik.xml_1.16.0.v20221027-0840.jar capella/plugins/org.apache.commons.codec.source_1.14.0.v20200818-1422.jar capella/plugins/org.apache.commons.codec_1.14.0.v20200818-1422.jar capella/plugins/org.apache.commons.compress_1.19.0.v20200106-2343.jar capella/plugins/org.apache.commons.httpclient_3.1.0.v201012070820.jar capella/plugins/org.apache.commons.io.source_2.8.0.v20210415-0900.jar capella/plugins/org.apache.commons.io_2.8.0.v20210415-0900.jar capella/plugins/org.apache.commons.jxpath.source_1.3.0.v200911051830.jar capella/plugins/org.apache.commons.jxpath_1.3.0.v200911051830.jar capella/plugins/org.apache.commons.lang_2.6.0.v201404270220.jar capella/plugins/org.apache.commons.logging.source_1.2.0.v20180409-1502.jar capella/plugins/org.apache.commons.logging_1.2.0.v20180409-1502.jar capella/plugins/org.apache.felix.gogo.command.source_1.1.2.v20210111-1007.jar capella/plugins/org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar capella/plugins/org.apache.felix.gogo.runtime.source_1.1.4.v20210111-1007.jar capella/plugins/org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar capella/plugins/org.apache.felix.gogo.shell.source_1.1.4.v20210111-1007.jar capella/plugins/org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar capella/plugins/org.apache.felix.scr.source_2.1.24.v20200924-1939.jar capella/plugins/org.apache.felix.scr_2.1.24.v20200924-1939.jar capella/plugins/org.apache.httpcomponents.httpclient.source_4.5.13.v20210128-2225.jar capella/plugins/org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar capella/plugins/org.apache.httpcomponents.httpcore.source_4.4.14.v20210128-2225.jar capella/plugins/org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar capella/plugins/org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar capella/plugins/org.apache.jasper.glassfish_2.2.2.v201501141630.jar capella/plugins/org.apache.log4j_1.2.15.v201012070815.jar capella/plugins/org.apache.lucene.analyzers-common.source_8.4.1.v20200122-1459.jar capella/plugins/org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar capella/plugins/org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar capella/plugins/org.apache.lucene.analyzers-smartcn.source_8.4.1.v20200122-1459.jar capella/plugins/org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar capella/plugins/org.apache.lucene.core.source_8.4.1.v20200122-1459.jar capella/plugins/org.apache.lucene.core_6.1.0.v20170814-1820.jar capella/plugins/org.apache.lucene.core_8.4.1.v20200122-1459.jar capella/plugins/org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar capella/plugins/org.apache.sshd.osgi_2.6.0.v20210201-2003.jar capella/plugins/org.apache.sshd.sftp_2.6.0.v20210201-2003.jar capella/plugins/org.apache.xalan_2.7.2.v20201124-1837.jar capella/plugins/org.apache.xerces_2.12.2.v20220131-0835.jar capella/plugins/org.apache.xml.resolver_1.2.0.v201005080400.jar capella/plugins/org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar capella/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar capella/plugins/org.apache.xmlgraphics_2.6.0.v20210409-0748.jar capella/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar capella/plugins/org.apiguardian.source_1.1.0.v20190826-0900.jar capella/plugins/org.apiguardian_1.1.0.v20190826-0900.jar capella/plugins/org.bouncycastle.bcpg_1.65.0.v20200527-1955.jar capella/plugins/org.bouncycastle.bcprov_1.65.1.v20200529-1514.jar capella/plugins/org.eclipse.acceleo.annotations.source_7.0.0.202211151354.jar capella/plugins/org.eclipse.acceleo.annotations_7.0.0.202211151354.jar capella/plugins/org.eclipse.acceleo.query.doc.source_7.0.0.202211151354.jar capella/plugins/org.eclipse.acceleo.query.doc_7.0.0.202211151354.jar capella/plugins/org.eclipse.acceleo.query.ide.source_7.0.0.202211151354.jar capella/plugins/org.eclipse.acceleo.query.ide_7.0.0.202211151354.jar capella/plugins/org.eclipse.acceleo.query.source_7.0.0.202211151354.jar capella/plugins/org.eclipse.acceleo.query_7.0.0.202211151354.jar capella/plugins/org.eclipse.acceleo.ui.interpreter.source_3.7.12.202211151354.jar capella/plugins/org.eclipse.acceleo.ui.interpreter_3.7.12.202211151354.jar capella/plugins/org.eclipse.amalgam.explorer.activity.ui.source_1.13.0.202206290806.jar capella/plugins/org.eclipse.amalgam.explorer.activity.ui_1.13.0.202206290806.jar capella/plugins/org.eclipse.ant.core.source_3.6.0.v20210415-1314.jar capella/plugins/org.eclipse.ant.core_3.6.0.v20210415-1314.jar capella/plugins/org.eclipse.ant.launching.source_1.3.0.v20210415-1314.jar capella/plugins/org.eclipse.ant.launching_1.3.0.v20210415-1314.jar capella/plugins/org.eclipse.ant.ui.source_3.8.0.v20210415-1314.jar capella/plugins/org.eclipse.ant.ui_3.8.0.v20210415-1314.jar capella/plugins/org.eclipse.collections_10.4.0.v20200820-2049.jar capella/plugins/org.eclipse.compare.core.source_3.6.1000.v20201020-1107.jar capella/plugins/org.eclipse.compare.core_3.6.1000.v20201020-1107.jar capella/plugins/org.eclipse.compare.source_3.8.0.v20210415-0713.jar capella/plugins/org.eclipse.compare_3.8.0.v20210415-0713.jar capella/plugins/org.eclipse.core.commands.source_3.10.0.v20210401-0744.jar capella/plugins/org.eclipse.core.commands_3.10.0.v20210401-0744.jar capella/plugins/org.eclipse.core.contenttype.source_3.7.1000.v20210409-1722.jar capella/plugins/org.eclipse.core.contenttype_3.7.1000.v20210409-1722.jar capella/plugins/org.eclipse.core.databinding.beans.source_1.7.200.v20210111-0759.jar capella/plugins/org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar capella/plugins/org.eclipse.core.databinding.observable.source_1.10.0.v20200730-0848.jar capella/plugins/org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar capella/plugins/org.eclipse.core.databinding.property.source_1.8.100.v20200619-0651.jar capella/plugins/org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar capella/plugins/org.eclipse.core.databinding.source_1.10.100.v20200926-1123.jar capella/plugins/org.eclipse.core.databinding_1.10.100.v20200926-1123.jar capella/plugins/org.eclipse.core.expressions.source_3.7.100.v20210203-1000.jar capella/plugins/org.eclipse.core.expressions_3.7.100.v20210203-1000.jar capella/plugins/org.eclipse.core.externaltools.source_1.2.0.v20210510-1841.jar capella/plugins/org.eclipse.core.externaltools_1.2.0.v20210510-1841.jar capella/plugins/org.eclipse.core.filebuffers.source_3.7.0.v20210512-1543.jar capella/plugins/org.eclipse.core.filebuffers_3.7.0.v20210512-1543.jar capella/plugins/org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar capella/plugins/org.eclipse.core.filesystem.source_1.9.0.v20210419-1155.jar capella/plugins/org.eclipse.core.filesystem_1.9.0.v20210419-1155.jar capella/plugins/org.eclipse.core.jobs.source_3.11.0.v20210420-1453.jar capella/plugins/org.eclipse.core.jobs_3.11.0.v20210420-1453.jar capella/plugins/org.eclipse.core.net.linux.source_1.0.0.v20210424-0724.jar capella/plugins/org.eclipse.core.net.linux.x86_64.source_1.2.500.v20210510-1619.jar capella/plugins/org.eclipse.core.net.linux.x86_64_1.2.500.v20210510-1619.jar capella/plugins/org.eclipse.core.net.linux_1.0.0.v20210424-0724.jar capella/plugins/org.eclipse.core.net.source_1.3.1100.v20210424-0724.jar capella/plugins/org.eclipse.core.net_1.3.1100.v20210424-0724.jar capella/plugins/org.eclipse.core.resources.source_3.15.0.v20210521-0722.jar capella/plugins/org.eclipse.core.resources_3.15.0.v20210521-0722.jar capella/plugins/org.eclipse.core.runtime.source_3.22.0.v20210506-1025.jar capella/plugins/org.eclipse.core.runtime_3.22.0.v20210506-1025.jar capella/plugins/org.eclipse.core.variables.source_3.5.0.v20210510-1945.jar capella/plugins/org.eclipse.core.variables_3.5.0.v20210510-1945.jar capella/plugins/org.eclipse.debug.core.source_3.18.100.v20210511-0446.jar capella/plugins/org.eclipse.debug.core_3.18.100.v20210511-0446.jar capella/plugins/org.eclipse.debug.ui.source_3.15.0.v20210525-1810.jar capella/plugins/org.eclipse.debug.ui_3.15.0.v20210525-1810.jar capella/plugins/org.eclipse.draw2d.source_3.12.0.202211301913.jar capella/plugins/org.eclipse.draw2d_3.12.0.202211301913.jar capella/plugins/org.eclipse.e4.core.commands.source_1.0.0.v20210507-1901.jar capella/plugins/org.eclipse.e4.core.commands_1.0.0.v20210507-1901.jar capella/plugins/org.eclipse.e4.core.contexts.source_1.8.400.v20191217-1710.jar capella/plugins/org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar capella/plugins/org.eclipse.e4.core.di.annotations.source_1.6.600.v20191216-2352.jar capella/plugins/org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar capella/plugins/org.eclipse.e4.core.di.extensions.source_0.16.0.v20200507-0938.jar capella/plugins/org.eclipse.e4.core.di.extensions.supplier.source_0.16.0.v20210412-1358.jar capella/plugins/org.eclipse.e4.core.di.extensions.supplier_0.16.0.v20210412-1358.jar capella/plugins/org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar capella/plugins/org.eclipse.e4.core.di.source_1.7.800.v20210526-1618.jar capella/plugins/org.eclipse.e4.core.di_1.7.800.v20210526-1618.jar capella/plugins/org.eclipse.e4.core.services.source_2.2.600.v20210110-1654.jar capella/plugins/org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar capella/plugins/org.eclipse.e4.emf.xpath.source_0.2.800.v20200609-0849.jar capella/plugins/org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar capella/plugins/org.eclipse.e4.ui.bindings.source_0.13.0.v20201119-1132.jar capella/plugins/org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar capella/plugins/org.eclipse.e4.ui.css.core.source_0.13.0.v20201015-0653.jar capella/plugins/org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar capella/plugins/org.eclipse.e4.ui.css.swt.source_0.14.200.v20210401-1241.jar capella/plugins/org.eclipse.e4.ui.css.swt.theme.source_0.13.0.v20201026-1147.jar capella/plugins/org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar capella/plugins/org.eclipse.e4.ui.css.swt_0.14.200.v20210401-1241.jar capella/plugins/org.eclipse.e4.ui.di.source_1.3.0.v20210222-1018.jar capella/plugins/org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar capella/plugins/org.eclipse.e4.ui.dialogs.source_1.2.100.v20201109-2317.jar capella/plugins/org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar capella/plugins/org.eclipse.e4.ui.ide.source_3.15.200.v20210108-1832.jar capella/plugins/org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar capella/plugins/org.eclipse.e4.ui.model.workbench.source_2.1.1000.v20210111-0958.jar capella/plugins/org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar capella/plugins/org.eclipse.e4.ui.services.source_1.5.0.v20210115-1333.jar capella/plugins/org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar capella/plugins/org.eclipse.e4.ui.swt.gtk.source_1.1.100.v20210108-1832.jar capella/plugins/org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar capella/plugins/org.eclipse.e4.ui.widgets.source_1.2.900.v20210412-0842.jar capella/plugins/org.eclipse.e4.ui.widgets_1.2.900.v20210412-0842.jar capella/plugins/org.eclipse.e4.ui.workbench.addons.swt.source_1.4.200.v20210321-1910.jar capella/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.4.200.v20210321-1910.jar capella/plugins/org.eclipse.e4.ui.workbench.renderers.swt.source_0.15.100.v20210515-1815.jar capella/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.15.100.v20210515-1815.jar capella/plugins/org.eclipse.e4.ui.workbench.source_1.13.0.v20210521-0741.jar capella/plugins/org.eclipse.e4.ui.workbench.swt.source_0.16.100.v20210315-1604.jar capella/plugins/org.eclipse.e4.ui.workbench.swt_0.16.100.v20210315-1604.jar capella/plugins/org.eclipse.e4.ui.workbench3.source_0.15.500.v20201021-1339.jar capella/plugins/org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar capella/plugins/org.eclipse.e4.ui.workbench_1.13.0.v20210521-0741.jar capella/plugins/org.eclipse.ecf.filetransfer.source_5.1.102.v20210409-2301.jar capella/plugins/org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar capella/plugins/org.eclipse.ecf.identity.source_3.9.402.v20210409-2301.jar capella/plugins/org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar capella/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.401.v20210512-0614.jar capella/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.401.v20210512-0614.jar capella/plugins/org.eclipse.ecf.provider.filetransfer.source_3.2.601.v20201025-0700.jar capella/plugins/org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.201.v20210409-2301.jar capella/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar capella/plugins/org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700.jar capella/plugins/org.eclipse.ecf.source_3.9.102.v20210409-2301.jar capella/plugins/org.eclipse.ecf.ssl.source_1.2.401.v20210409-2301.jar capella/plugins/org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar capella/plugins/org.eclipse.ecf_3.9.102.v20210409-2301.jar capella/plugins/org.eclipse.egit.core.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.egit.core_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.egit.doc_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.egit.gitflow.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.egit.gitflow.ui.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.egit.mylyn.ui.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.egit.mylyn.ui_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.egit.ui.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.egit.ui_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.egit_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.emf.ant.source_2.11.0.v20200324-0723.jar capella/plugins/org.eclipse.emf.ant_2.11.0.v20200324-0723.jar capella/plugins/org.eclipse.emf.cheatsheets_2.8.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425.jar capella/plugins/org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904.jar capella/plugins/org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904.jar capella/plugins/org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425.jar capella/plugins/org.eclipse.emf.codegen.source_2.22.0.v20210420-0623.jar capella/plugins/org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833.jar capella/plugins/org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833.jar capella/plugins/org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar capella/plugins/org.eclipse.emf.common.source_2.22.0.v20210319-0732.jar capella/plugins/org.eclipse.emf.common.ui.source_2.18.0.v20190507-0402.jar capella/plugins/org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar capella/plugins/org.eclipse.emf.common_2.22.0.v20210319-0732.jar capella/plugins/org.eclipse.emf.converter.source_2.10.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.converter_2.10.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.databinding.edit.source_1.7.0.v20210113-0340.jar capella/plugins/org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar capella/plugins/org.eclipse.emf.databinding.source_1.5.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.diffmerge.connector.core.source_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.connector.core_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.connector.git.source_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.connector.git_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.doc_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.generic.source_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.generic_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.gmf.source_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.gmf_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.pojo.source_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.pojo_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.sirius.source_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.sirius_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.source_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.structures.source_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.structures_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.ui.gmf.source_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.ui.gmf_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.ui.sirius.source_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.ui.sirius_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.ui.source_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge.ui_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.diffmerge_0.14.1.202303210900.jar capella/plugins/org.eclipse.emf.doc_2.23.0.v20210405-0703.jar capella/plugins/org.eclipse.emf.ecore.change.edit.source_2.8.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar capella/plugins/org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar capella/plugins/org.eclipse.emf.ecore.edit.source_2.13.0.v20190822-1451.jar capella/plugins/org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar capella/plugins/org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar capella/plugins/org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar capella/plugins/org.eclipse.emf.ecore.source_2.24.0.v20210405-0628.jar capella/plugins/org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar capella/plugins/org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar capella/plugins/org.eclipse.emf.ecore_2.24.0.v20210405-0628.jar capella/plugins/org.eclipse.emf.edit.source_2.16.0.v20190920-0401.jar capella/plugins/org.eclipse.emf.edit.ui.source_2.20.0.v20210506-1232.jar capella/plugins/org.eclipse.emf.edit.ui_2.20.0.v20210506-1232.jar capella/plugins/org.eclipse.emf.edit_2.16.0.v20190920-0401.jar capella/plugins/org.eclipse.emf.example.installer_1.10.0.v20200518-1440.jar capella/plugins/org.eclipse.emf.exporter.source_2.10.0.v20190321-1530.jar capella/plugins/org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar capella/plugins/org.eclipse.emf.importer.ecore.source_2.10.0.v20200324-0723.jar capella/plugins/org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723.jar capella/plugins/org.eclipse.emf.importer.java.source_2.11.0.v20200324-0723.jar capella/plugins/org.eclipse.emf.importer.java_2.11.0.v20200324-0723.jar capella/plugins/org.eclipse.emf.importer.rose.source_2.11.0.v20210405-0904.jar capella/plugins/org.eclipse.emf.importer.rose_2.11.0.v20210405-0904.jar capella/plugins/org.eclipse.emf.importer.source_2.12.0.v20190321-1539.jar capella/plugins/org.eclipse.emf.importer_2.12.0.v20190321-1539.jar capella/plugins/org.eclipse.emf.mapping.ecore.editor.source_2.8.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.mapping.ecore.source_2.8.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.mapping.ecore2ecore.editor.source_2.10.0.v20181104-0733.jar capella/plugins/org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar capella/plugins/org.eclipse.emf.mapping.ecore2ecore.source_2.11.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.mapping.ecore2xml.source_2.11.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.mapping.ecore2xml.ui.source_2.12.0.v20190528-0725.jar capella/plugins/org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar capella/plugins/org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.mapping.source_2.12.0.v20181104-0733.jar capella/plugins/org.eclipse.emf.mapping.ui.source_2.10.0.v20181104-0733.jar capella/plugins/org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar capella/plugins/org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar capella/plugins/org.eclipse.emf.source_2.8.0.v20180706-1146.jar capella/plugins/org.eclipse.emf.transaction.source_1.9.1.201805140824.jar capella/plugins/org.eclipse.emf.transaction.ui.source_1.4.0.201805140824.jar capella/plugins/org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar capella/plugins/org.eclipse.emf.transaction_1.9.1.201805140824.jar capella/plugins/org.eclipse.emf.validation.source_1.8.0.202008210805.jar capella/plugins/org.eclipse.emf.validation.ui.ide.source_1.3.0.202008210805.jar capella/plugins/org.eclipse.emf.validation.ui.ide_1.3.0.202008210805.jar capella/plugins/org.eclipse.emf.validation.ui.source_1.7.0.202008210805.jar capella/plugins/org.eclipse.emf.validation.ui_1.7.0.202008210805.jar capella/plugins/org.eclipse.emf.validation_1.8.0.202008210805.jar capella/plugins/org.eclipse.emf.workspace.source_1.5.1.201805140824.jar capella/plugins/org.eclipse.emf.workspace.ui.source_1.3.0.201805140824.jar capella/plugins/org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar capella/plugins/org.eclipse.emf.workspace_1.5.1.201805140824.jar capella/plugins/org.eclipse.emf_2.8.0.v20180706-1146.jar capella/plugins/org.eclipse.equinox.app.source_1.5.100.v20210212-1143.jar capella/plugins/org.eclipse.equinox.app_1.5.100.v20210212-1143.jar capella/plugins/org.eclipse.equinox.bidi.source_1.3.100.v20210212-1143.jar capella/plugins/org.eclipse.equinox.bidi_1.3.100.v20210212-1143.jar capella/plugins/org.eclipse.equinox.common.source_3.15.0.v20210518-0604.jar capella/plugins/org.eclipse.equinox.common_3.15.0.v20210518-0604.jar capella/plugins/org.eclipse.equinox.concurrent.source_1.2.0.v20210202-1157.jar capella/plugins/org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar capella/plugins/org.eclipse.equinox.console.source_1.4.400.v20210602-1312.jar capella/plugins/org.eclipse.equinox.console_1.4.400.v20210602-1312.jar capella/plugins/org.eclipse.equinox.event.source_1.6.0.v20210212-1143.jar capella/plugins/org.eclipse.equinox.event_1.6.0.v20210212-1143.jar capella/plugins/org.eclipse.equinox.frameworkadmin.equinox.source_1.2.0.v20210315-2042.jar capella/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.2.0.v20210315-2042.jar capella/plugins/org.eclipse.equinox.frameworkadmin.source_2.2.0.v20210315-2042.jar capella/plugins/org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar capella/plugins/org.eclipse.equinox.http.jetty.source_3.8.0.v20210414-1616.jar capella/plugins/org.eclipse.equinox.http.jetty_3.8.0.v20210414-1616.jar capella/plugins/org.eclipse.equinox.http.registry.source_1.2.0.v20200614-1851.jar capella/plugins/org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar capella/plugins/org.eclipse.equinox.http.servlet.source_1.7.100.v20210311-1631.jar capella/plugins/org.eclipse.equinox.http.servlet_1.7.100.v20210311-1631.jar capella/plugins/org.eclipse.equinox.jsp.jasper.registry.source_1.1.400.v20200422-1833.jar capella/plugins/org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar capella/plugins/org.eclipse.equinox.jsp.jasper.source_1.1.500.v20200422-1833.jar capella/plugins/org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar capella/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609/META-INF/ECLIPSE_.RSA capella/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609/META-INF/ECLIPSE_.SF capella/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609/META-INF/MANIFEST.MF capella/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609/about.html capella/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609/eclipse_11401.so capella/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609/launcher.gtk.linux.x86_64.properties capella/plugins/org.eclipse.equinox.launcher.source_1.6.200.v20210416-2027.jar capella/plugins/org.eclipse.equinox.launcher_1.6.200.v20210416-2027.jar capella/plugins/org.eclipse.equinox.p2.artifact.repository.source_1.4.100.v20210418-1636.jar capella/plugins/org.eclipse.equinox.p2.artifact.repository_1.4.100.v20210418-1636.jar capella/plugins/org.eclipse.equinox.p2.console.source_1.2.0.v20210315-2042.jar capella/plugins/org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar capella/plugins/org.eclipse.equinox.p2.core.source_2.7.0.v20210315-2042.jar capella/plugins/org.eclipse.equinox.p2.core_2.7.0.v20210315-2042.jar capella/plugins/org.eclipse.equinox.p2.director.app.source_1.2.0.v20210315-2042.jar capella/plugins/org.eclipse.equinox.p2.director.app_1.2.0.v20210315-2042.jar capella/plugins/org.eclipse.equinox.p2.director.source_2.5.0.v20210325-0750.jar capella/plugins/org.eclipse.equinox.p2.director_2.5.0.v20210325-0750.jar capella/plugins/org.eclipse.equinox.p2.directorywatcher.source_1.3.0.v20210316-1209.jar capella/plugins/org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar capella/plugins/org.eclipse.equinox.p2.engine.source_2.7.0.v20210328-0514.jar capella/plugins/org.eclipse.equinox.p2.engine_2.7.0.v20210328-0514.jar capella/plugins/org.eclipse.equinox.p2.extensionlocation.source_1.4.0.v20210316-1209.jar capella/plugins/org.eclipse.equinox.p2.extensionlocation_1.4.0.v20210316-1209.jar capella/plugins/org.eclipse.equinox.p2.garbagecollector.source_1.2.0.v20210316-1209.jar capella/plugins/org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar capella/plugins/org.eclipse.equinox.p2.jarprocessor.source_1.2.0.v20210507-0825.jar capella/plugins/org.eclipse.equinox.p2.jarprocessor_1.2.0.v20210507-0825.jar capella/plugins/org.eclipse.equinox.p2.metadata.repository.source_1.4.0.v20210315-2228.jar capella/plugins/org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar capella/plugins/org.eclipse.equinox.p2.metadata.source_2.6.0.v20210331-1610.jar capella/plugins/org.eclipse.equinox.p2.metadata_2.6.0.v20210331-1610.jar capella/plugins/org.eclipse.equinox.p2.operations.source_2.6.0.v20210315-2228.jar capella/plugins/org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar capella/plugins/org.eclipse.equinox.p2.publisher.eclipse.source_1.4.0.v20210421-1159.jar capella/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.4.0.v20210421-1159.jar capella/plugins/org.eclipse.equinox.p2.publisher.source_1.6.0.v20210322-0909.jar capella/plugins/org.eclipse.equinox.p2.publisher_1.6.0.v20210322-0909.jar capella/plugins/org.eclipse.equinox.p2.reconciler.dropins.source_1.4.0.v20210312-1245.jar capella/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.4.0.v20210312-1245.jar capella/plugins/org.eclipse.equinox.p2.repository.source_2.5.100.v20210329-1206.jar capella/plugins/org.eclipse.equinox.p2.repository.tools.source_2.3.0.v20210325-0750.jar capella/plugins/org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar capella/plugins/org.eclipse.equinox.p2.repository_2.5.100.v20210329-1206.jar capella/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.source_2.3.0.v20210315-2228.jar capella/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.3.0.v20210315-2228.jar capella/plugins/org.eclipse.equinox.p2.touchpoint.natives.source_1.4.0.v20210326-2048.jar capella/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.4.0.v20210326-2048.jar capella/plugins/org.eclipse.equinox.p2.transport.ecf.source_1.3.100.v20210329-1206.jar capella/plugins/org.eclipse.equinox.p2.transport.ecf_1.3.100.v20210329-1206.jar capella/plugins/org.eclipse.equinox.p2.ui.importexport.source_1.3.100.v20210415-1446.jar capella/plugins/org.eclipse.equinox.p2.ui.importexport_1.3.100.v20210415-1446.jar capella/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.100.v20210327-1705.jar capella/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.100.v20210327-1705.jar capella/plugins/org.eclipse.equinox.p2.ui.sdk.source_1.2.0.v20210114-1214.jar capella/plugins/org.eclipse.equinox.p2.ui.sdk_1.2.0.v20210114-1214.jar capella/plugins/org.eclipse.equinox.p2.ui.source_2.7.100.v20210426-1115.jar capella/plugins/org.eclipse.equinox.p2.ui_2.7.100.v20210426-1115.jar capella/plugins/org.eclipse.equinox.p2.updatechecker.source_1.3.0.v20210315-2228.jar capella/plugins/org.eclipse.equinox.p2.updatechecker_1.3.0.v20210315-2228.jar capella/plugins/org.eclipse.equinox.p2.updatesite.source_1.2.0.v20210322-0909.jar capella/plugins/org.eclipse.equinox.p2.updatesite_1.2.0.v20210322-0909.jar capella/plugins/org.eclipse.equinox.preferences.source_3.8.200.v20210212-1143.jar capella/plugins/org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar capella/plugins/org.eclipse.equinox.registry.source_3.10.200.v20210503-1606.jar capella/plugins/org.eclipse.equinox.registry_3.10.200.v20210503-1606.jar capella/plugins/org.eclipse.equinox.security.linux.source_1.0.100.v20210419-1942.jar capella/plugins/org.eclipse.equinox.security.linux.x86_64.source_1.1.500.v20210125-1508.jar capella/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/META-INF/ECLIPSE_.RSA capella/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/META-INF/ECLIPSE_.SF capella/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/META-INF/MANIFEST.MF capella/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/META-INF/p2.inf capella/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/about.html capella/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/fragment.properties capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/.api_description capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/META-INF/ECLIPSE_.RSA capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/META-INF/ECLIPSE_.SF capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/META-INF/MANIFEST.MF capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/about.html capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/fragment.properties capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/fragment.xml capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/GBusType.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/GError.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/GList$ByReference.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/GList.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/LinuxPasswordProvider$LibGio.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/LinuxPasswordProvider$LibSecret.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/LinuxPasswordProvider.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/SecretCollectionFlags.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/SecretSchema.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/SecretSchemaAttribute.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/SecretSchemaAttributeType.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/SecretSchemaFlags.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/SecretServiceFlags.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/nls/LinuxPasswordProviderMessages.class capella/plugins/org.eclipse.equinox.security.linux_1.0.100.v20210419-1942/org/eclipse/equinox/internal/security/linux/nls/messages.properties capella/plugins/org.eclipse.equinox.security.source_1.3.600.v20210126-1005.jar capella/plugins/org.eclipse.equinox.security.ui.source_1.3.0.v20210121-0947.jar capella/plugins/org.eclipse.equinox.security.ui_1.3.0.v20210121-0947.jar capella/plugins/org.eclipse.equinox.security_1.3.600.v20210126-1005.jar capella/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.source_2.2.0.v20210315-2228.jar capella/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar capella/plugins/org.eclipse.equinox.simpleconfigurator.source_1.4.0.v20210315-2228.jar capella/plugins/org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar capella/plugins/org.eclipse.gef.source_3.13.0.202211301913.jar capella/plugins/org.eclipse.gef_3.13.0.202211301913.jar capella/plugins/org.eclipse.gmf.runtime.common.core.source_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.core_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.action.ide.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.action.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.action_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.printing.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.printing.win32.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.action.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.dnd.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.properties.source_1.9.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services.source_1.9.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.services_1.9.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui.source_1.8.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.common.ui_1.8.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.core.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.core_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.actions.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.dnd.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.printing.render.source_1.8.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.printing.source_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.printing_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.properties.source_1.8.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.properties_1.8.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.providers.ide.source_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.providers.source_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.providers_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.render.source_1.7.2.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.render_1.7.2.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.resources.editor.source_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui.source_1.9.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.diagram.ui_1.9.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.10.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.10.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.draw2d.ui.render.source_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.draw2d.ui.source_1.9.2.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.draw2d.ui_1.9.2.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.clipboard.core.source_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.clipboard.core_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.commands.core.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.core.source_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.core_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.type.core.source_1.9.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.type.core_1.9.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.type.ui.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.type.ui_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.ui.properties.source_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.ui.properties_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.ui.source_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.emf.ui_1.7.0.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.gef.ui.source_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.gef.ui_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.notation.edit.source_1.8.0.202211151334.jar capella/plugins/org.eclipse.gmf.runtime.notation.edit_1.8.0.202211151334.jar capella/plugins/org.eclipse.gmf.runtime.notation.providers.source_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.notation.providers_1.7.1.202211041032.jar capella/plugins/org.eclipse.gmf.runtime.notation.source_1.10.0.202211151334.jar capella/plugins/org.eclipse.gmf.runtime.notation_1.10.0.202211151334.jar capella/plugins/org.eclipse.gmf_1.15.3.202211041032.jar capella/plugins/org.eclipse.help.base.source_4.3.300.v20210611-1600.jar capella/plugins/org.eclipse.help.base_4.3.300.v20210611-1600.jar capella/plugins/org.eclipse.help.source_3.9.0.v20210507-0822.jar capella/plugins/org.eclipse.help.ui.source_4.3.0.v20210409-1726.jar capella/plugins/org.eclipse.help.ui_4.3.0.v20210409-1726.jar capella/plugins/org.eclipse.help.webapp.source_3.10.300.v20210507-0822.jar capella/plugins/org.eclipse.help.webapp_3.10.300.v20210507-0822.jar capella/plugins/org.eclipse.help_3.9.0.v20210507-0822.jar capella/plugins/org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar capella/plugins/org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar capella/plugins/org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar capella/plugins/org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar capella/plugins/org.eclipse.jdt.apt.core.source_3.6.900.v20210317-0507.jar capella/plugins/org.eclipse.jdt.apt.core_3.6.900.v20210317-0507.jar capella/plugins/org.eclipse.jdt.apt.pluggable.core.source_1.2.500.v20200322-1447.jar capella/plugins/org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447.jar capella/plugins/org.eclipse.jdt.apt.ui.source_3.6.600.v20210406-0802.jar capella/plugins/org.eclipse.jdt.apt.ui_3.6.600.v20210406-0802.jar capella/plugins/org.eclipse.jdt.compiler.apt.source_1.3.1300.v20210419-1022.jar capella/plugins/org.eclipse.jdt.compiler.apt_1.3.1300.v20210419-1022.jar capella/plugins/org.eclipse.jdt.compiler.tool.source_1.2.1200.v20210521-0550.jar capella/plugins/org.eclipse.jdt.compiler.tool_1.2.1200.v20210521-0550.jar capella/plugins/org.eclipse.jdt.core.formatterapp.source_1.0.0.v20200119-0748.jar capella/plugins/org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar capella/plugins/org.eclipse.jdt.core.manipulation.source_1.14.400.v20210531-0737.jar capella/plugins/org.eclipse.jdt.core.manipulation_1.14.400.v20210531-0737.jar capella/plugins/org.eclipse.jdt.core.source_3.26.0.v20210609-0549.jar capella/plugins/org.eclipse.jdt.core_3.26.0.v20210609-0549.jar capella/plugins/org.eclipse.jdt.debug.source_3.17.200.v20210513-1223.jar capella/plugins/org.eclipse.jdt.debug.ui.source_3.12.300.v20210517-0748.jar capella/plugins/org.eclipse.jdt.debug.ui_3.12.300.v20210517-0748.jar capella/plugins/org.eclipse.jdt.debug_3.17.200.v20210513-1223/.api_description capella/plugins/org.eclipse.jdt.debug_3.17.200.v20210513-1223/.options capella/plugins/org.eclipse.jdt.debug_3.17.200.v20210513-1223/META-INF/ECLIPSE_.RSA capella/plugins/org.eclipse.jdt.debug_3.17.200.v20210513-1223/META-INF/ECLIPSE_.SF capella/plugins/org.eclipse.jdt.debug_3.17.200.v20210513-1223/META-INF/MANIFEST.MF capella/plugins/org.eclipse.jdt.debug_3.17.200.v20210513-1223/about.html capella/plugins/org.eclipse.jdt.debug_3.17.200.v20210513-1223/jdimodel.jar capella/plugins/org.eclipse.jdt.debug_3.17.200.v20210513-1223/plugin.properties capella/plugins/org.eclipse.jdt.debug_3.17.200.v20210513-1223/plugin.xml capella/plugins/org.eclipse.jdt.doc.isv_3.14.1200.v20210611-1636.jar capella/plugins/org.eclipse.jdt.doc.user_3.15.1100.v20210531-1101.jar capella/plugins/org.eclipse.jdt.junit.core.source_3.10.1100.v20210429-2046.jar capella/plugins/org.eclipse.jdt.junit.core_3.10.1100.v20210429-2046.jar capella/plugins/org.eclipse.jdt.junit.runtime.source_3.6.0.v20210326-1249.jar capella/plugins/org.eclipse.jdt.junit.runtime_3.6.0.v20210326-1249.jar capella/plugins/org.eclipse.jdt.junit.source_3.12.0.v20210521-1840.jar capella/plugins/org.eclipse.jdt.junit4.runtime.source_1.2.0.v20210326-1251.jar capella/plugins/org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251.jar capella/plugins/org.eclipse.jdt.junit5.runtime.source_1.0.1300.v20210320-1132.jar capella/plugins/org.eclipse.jdt.junit5.runtime_1.0.1300.v20210320-1132.jar capella/plugins/org.eclipse.jdt.junit_3.12.0.v20210521-1840.jar capella/plugins/org.eclipse.jdt.launching.source_3.19.200.v20210326-1452.jar capella/plugins/org.eclipse.jdt.launching_3.19.200.v20210326-1452.jar capella/plugins/org.eclipse.jdt.ui.source_3.23.0.v20210530-1810.jar capella/plugins/org.eclipse.jdt.ui_3.23.0.v20210530-1810.jar capella/plugins/org.eclipse.jdt_3.18.800.v20210611-1600.jar capella/plugins/org.eclipse.jetty.http.source_10.0.5.jar capella/plugins/org.eclipse.jetty.http_10.0.5.jar capella/plugins/org.eclipse.jetty.io.source_10.0.5.jar capella/plugins/org.eclipse.jetty.io_10.0.5.jar capella/plugins/org.eclipse.jetty.security.source_10.0.5.jar capella/plugins/org.eclipse.jetty.security_10.0.5.jar capella/plugins/org.eclipse.jetty.server.source_10.0.5.jar capella/plugins/org.eclipse.jetty.server_10.0.5.jar capella/plugins/org.eclipse.jetty.servlet.source_10.0.5.jar capella/plugins/org.eclipse.jetty.servlet_10.0.5.jar capella/plugins/org.eclipse.jetty.util.ajax.source_10.0.5.jar capella/plugins/org.eclipse.jetty.util.ajax_10.0.5.jar capella/plugins/org.eclipse.jetty.util.source_10.0.5.jar capella/plugins/org.eclipse.jetty.util_10.0.5.jar capella/plugins/org.eclipse.jface.databinding.source_1.12.200.v20210111-0911.jar capella/plugins/org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar capella/plugins/org.eclipse.jface.notifications.source_0.3.0.v20210218-1820.jar capella/plugins/org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar capella/plugins/org.eclipse.jface.source_3.22.200.v20210401-0958.jar capella/plugins/org.eclipse.jface.text.source_3.18.0.v20210512-1640.jar capella/plugins/org.eclipse.jface.text_3.18.0.v20210512-1640.jar capella/plugins/org.eclipse.jface_3.22.200.v20210401-0958.jar capella/plugins/org.eclipse.jgit.ant.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.archive.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.archive_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.gpg.bc.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.http.apache.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.http.apache_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.http.server.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.junit.http.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.junit.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.junit.ssh.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.lfs.server.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.lfs.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.pgm.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.ssh.apache.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.ssh.jsch.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit.ui.source_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jgit_5.12.0.202106070339-r.jar capella/plugins/org.eclipse.jsch.core.source_1.3.900.v20200422-1935.jar capella/plugins/org.eclipse.jsch.core_1.3.900.v20200422-1935.jar capella/plugins/org.eclipse.jsch.ui.source_1.4.0.v20210426-0843.jar capella/plugins/org.eclipse.jsch.ui_1.4.0.v20210426-0843.jar capella/plugins/org.eclipse.ltk.core.refactoring.source_3.11.400.v20210427-0555.jar capella/plugins/org.eclipse.ltk.core.refactoring_3.11.400.v20210427-0555.jar capella/plugins/org.eclipse.ltk.ui.refactoring.source_3.11.400.v20210320-1132.jar capella/plugins/org.eclipse.ltk.ui.refactoring_3.11.400.v20210320-1132.jar capella/plugins/org.eclipse.mylyn.commons.core_3.25.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.commons.identity.core_1.17.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.commons.net_3.25.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.commons.notifications.core_1.17.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.commons.notifications.feed_1.17.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.commons.notifications.ui_1.17.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.commons.repositories.core_1.17.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.commons.repositories.ui_1.17.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.commons.screenshots_3.25.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.commons.workbench_3.25.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.context.core_3.25.2.v20200828-1617.jar capella/plugins/org.eclipse.mylyn.context.tasks.ui_3.25.2.v20200828-1617.jar capella/plugins/org.eclipse.mylyn.context.ui_3.25.2.v20200828-1617.jar capella/plugins/org.eclipse.mylyn.discovery.core_3.25.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.discovery.ui_3.25.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.help.ui_3.25.2.v20200814-0512.jar capella/plugins/org.eclipse.mylyn.monitor.core_3.25.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.monitor.ui_3.25.2.v20200813-0821.jar capella/plugins/org.eclipse.mylyn.resources.ui_3.25.2.v20200828-1617.jar capella/plugins/org.eclipse.mylyn.tasks.core_3.25.2.v20200814-0512.jar capella/plugins/org.eclipse.mylyn.tasks.index.core_3.25.2.v20200814-0512.jar capella/plugins/org.eclipse.mylyn.tasks.index.ui_3.25.2.v20200814-0512.jar capella/plugins/org.eclipse.mylyn.tasks.search_3.25.2.v20200814-0512.jar capella/plugins/org.eclipse.mylyn.tasks.ui_3.25.2.v20200814-0512.jar capella/plugins/org.eclipse.mylyn.team.ui_3.25.2.v20200828-1617.jar capella/plugins/org.eclipse.nebula.cwt_1.1.0.202011020719.jar capella/plugins/org.eclipse.nebula.widgets.cdatetime_1.5.0.202011020719.jar capella/plugins/org.eclipse.nebula.widgets.nattable.core_2.0.1.202106070924.jar capella/plugins/org.eclipse.nebula.widgets.nattable.extension.glazedlists_2.0.1.202106070924.jar capella/plugins/org.eclipse.nebula.widgets.richtext.source_1.3.0.201912241810.jar capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/META-INF/ECLIPSE_.RSA capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/META-INF/ECLIPSE_.SF capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/META-INF/MANIFEST.MF capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/META-INF/maven/org.eclipse.nebula/org.eclipse.nebula.widgets.richtext/pom.properties capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/META-INF/maven/org.eclipse.nebula/org.eclipse.nebula.widgets.richtext/pom.xml capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/about.html capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextCellEditor$1.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextCellEditor$2.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextCellEditor$3.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextCellEditor$4.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextCellEditor$5.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextCellEditor.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextCellLabelProvider$1.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextCellLabelProvider$2.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextCellLabelProvider.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$1.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$2.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$3$1.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$3$2.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$3$3.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$3$4.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$3.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$4.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$5.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$6.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$7.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$8.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$9.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$FocusInFunction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$FocusOutFunction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$JavaExecutionFinishedFunction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$JavaExecutionStartedFunction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$KeyPressedFunction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$KeyReleasedFunction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor$ModifyFunction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditor.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration$1.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration$2.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextPainter$1.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextPainter$2.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextPainter$3.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextPainter$4.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextPainter$5.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextPainter$6.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextPainter$7.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextPainter$8.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextPainter.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextViewer$1.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/RichTextViewer.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/AlignmentStyle.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/DefaultEntityReplacer.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/EntityReplacer.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/LinePainter.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/ResourceHelper$1.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/ResourceHelper$2$1.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/ResourceHelper$2.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/ResourceHelper$Finder.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/ResourceHelper.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/SpanElement$SpanType.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/SpanElement.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/TagProcessingState$TextAlignment.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/TagProcessingState.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/BoldPaintInstruction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/FontMetricsProvider.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/ItalicPaintInstruction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/ListInstruction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/NewLineInstruction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/PaintInstruction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/ParagraphInstruction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/ResetFontPaintInstruction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/ResetParagraphInstruction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/ResetSpanStylePaintInstruction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/SpanStylePaintInstruction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/painter/instructions/TextPaintInstruction.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/CHANGES.md capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/LICENSE.md capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/README.md capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/adapters/jquery.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/build-config.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/ckeditor.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/config.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/contents.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/jquery.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/af.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/ar.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/az.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/bg.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/bn.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/bs.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/ca.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/cs.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/cy.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/da.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/de-ch.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/de.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/el.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/en-au.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/en-ca.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/en-gb.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/en.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/eo.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/es-mx.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/es.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/et.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/eu.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/fa.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/fi.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/fo.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/fr-ca.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/fr.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/gl.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/gu.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/he.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/hi.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/hr.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/hu.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/id.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/is.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/it.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/ja.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/ka.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/km.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/ko.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/ku.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/lt.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/lv.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/mk.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/mn.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/ms.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/nb.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/nl.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/no.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/oc.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/pl.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/pt-br.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/pt.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/ro.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/ru.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/si.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/sk.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/sl.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/sq.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/sr-latn.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/sr.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/sv.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/th.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/tr.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/tt.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/ug.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/uk.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/vi.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/zh-cn.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/lang/zh.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/af.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/az.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/da.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/de.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/el.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/en.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/es.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/et.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/he.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/id.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/it.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/km.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/no.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/si.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/th.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/about/dialogs/about.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/about/dialogs/logo_ckeditor.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/clipboard/dialogs/paste.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/colordialog/dialogs/colordialog.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/colordialog/dialogs/colordialog.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/copyformatting/cursors/cursor.svg capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/copyformatting/styles/copyformatting.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/dialog/dialogDefinition.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/div/dialogs/div.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/find/dialogs/find.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/flash/dialogs/flash.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/flash/images/placeholder.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/forms/dialogs/button.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/forms/dialogs/checkbox.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/forms/dialogs/form.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/forms/dialogs/hiddenfield.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/forms/dialogs/radio.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/forms/dialogs/select.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/forms/dialogs/textarea.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/forms/dialogs/textfield.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/forms/images/hiddenfield.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/icons.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/icons_hidpi.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/iframe/dialogs/iframe.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/iframe/images/placeholder.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/image/dialogs/image.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/image/images/noimage.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/link/dialogs/anchor.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/link/dialogs/link.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/link/images/anchor.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/link/images/hidpi/anchor.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/liststyle/dialogs/liststyle.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/magicline/images/hidpi/icon.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/magicline/images/icon-rtl.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/magicline/images/icon.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/pagebreak/images/pagebreak.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/pastefromword/filter/default.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/preview/preview.html capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/scayt/CHANGELOG.md capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/scayt/LICENSE.md capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/scayt/README.md capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/scayt/dialogs/dialog.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/scayt/dialogs/options.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/scayt/dialogs/toolbar.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/images/block_address.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/images/block_blockquote.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/images/block_div.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/images/block_h1.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/images/block_h2.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/images/block_h3.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/images/block_h4.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/images/block_h5.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/images/block_h6.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/images/block_p.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/showblocks/images/block_pre.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/dialogs/smiley.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/angel_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/angel_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/angry_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/angry_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/broken_heart.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/broken_heart.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/confused_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/confused_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/cry_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/cry_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/devil_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/devil_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/embaressed_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/embarrassed_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/embarrassed_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/envelope.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/envelope.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/heart.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/heart.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/kiss.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/kiss.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/lightbulb.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/lightbulb.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/omg_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/omg_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/regular_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/regular_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/sad_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/sad_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/shades_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/shades_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/teeth_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/teeth_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/thumbs_down.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/thumbs_down.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/thumbs_up.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/thumbs_up.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/tongue_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/tongue_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/tounge_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/wink_smile.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/smiley/images/wink_smile.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/af.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/ar.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/az.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/bg.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/ca.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/cs.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/cy.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/da.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/de.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/el.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/en-au.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/en.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/eo.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/es.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/et.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/eu.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/fa.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/fi.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/fr.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/gl.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/he.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/hr.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/hu.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/id.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/it.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/ja.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/km.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/ko.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/ku.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/lt.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/lv.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/nb.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/nl.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/no.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/oc.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/pl.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/pt.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/ro.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/ru.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/si.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/sk.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/sl.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/sq.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/sr-latn.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/sr.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/sv.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/th.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/tr.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/tt.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/ug.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/uk.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/vi.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/lang/zh.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/specialchar/dialogs/specialchar.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/table/dialogs/table.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/tableselection/styles/tableselection.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/tabletools/dialogs/tableCell.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/templates/dialogs/templates.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/templates/dialogs/templates.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/templates/templates/default.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/templates/templates/images/template1.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/templates/templates/images/template2.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/templates/templates/images/template3.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/widget/images/handle.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/wsc/LICENSE.md capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/wsc/README.md capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/wsc/dialogs/ciframe.html capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/wsc/dialogs/tmpFrameset.html capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/wsc/dialogs/wsc.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/wsc/dialogs/wsc.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/wsc/dialogs/wsc_ie.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/dialog.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/dialog_ie.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/dialog_ie8.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/dialog_iequirks.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/editor.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/editor_gecko.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/editor_ie.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/editor_ie8.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/editor_iequirks.css capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/icons.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/icons_hidpi.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/images/arrow.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/images/close.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/images/hidpi/close.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/images/hidpi/lock.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/images/hidpi/refresh.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/images/lock-open.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/images/lock.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/images/refresh.png capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/images/spinner.gif capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/skins/moono-lisa/readme.md capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/styles.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/ckeditor/vendor/promise.js capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/resources/template.html capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/toolbar/JavaCallbackListener.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/toolbar/ToolbarButton.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/toolbar/ToolbarConfiguration$1.class capella/plugins/org.eclipse.nebula.widgets.richtext_1.3.0.201912241810/org/eclipse/nebula/widgets/richtext/toolbar/ToolbarConfiguration.class capella/plugins/org.eclipse.osgi.compatibility.state.source_1.2.400.v20210401-1438.jar capella/plugins/org.eclipse.osgi.compatibility.state_1.2.400.v20210401-1438.jar capella/plugins/org.eclipse.osgi.services.source_3.10.100.v20210324-0936.jar capella/plugins/org.eclipse.osgi.services_3.10.100.v20210324-0936.jar capella/plugins/org.eclipse.osgi.source_3.16.300.v20210525-1715.jar capella/plugins/org.eclipse.osgi.util.source_3.6.0.v20210212-1137.jar capella/plugins/org.eclipse.osgi.util_3.6.0.v20210212-1137.jar capella/plugins/org.eclipse.osgi_3.16.300.v20210525-1715.jar capella/plugins/org.eclipse.pde.api.tools.annotations.source_1.1.400.v20190929-1236.jar capella/plugins/org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar capella/plugins/org.eclipse.pde.api.tools.source_1.2.500.v20210521-1226.jar capella/plugins/org.eclipse.pde.api.tools.ui.source_1.2.300.v20210415-0924.jar capella/plugins/org.eclipse.pde.api.tools.ui_1.2.300.v20210415-0924.jar capella/plugins/org.eclipse.pde.api.tools_1.2.500.v20210521-1226.jar capella/plugins/org.eclipse.pde.build.source_3.11.0.v20210429-0618.jar capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/.api_description capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/.options capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/META-INF/ECLIPSE_.RSA capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/META-INF/ECLIPSE_.SF capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/META-INF/MANIFEST.MF capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/META-INF/eclipse.inf capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/about.html capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/about_files/LICENSE-2.0.txt capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/21/fragment/fragment.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/21/plugin/plugin.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/30/fragment/META-INF/MANIFEST.MF capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/30/fragment/fragment.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/30/plugin/META-INF/MANIFEST.MF capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/30/plugin/plugin.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/data/env.properties capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/lib/pdebuild-ant.jar capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/pdebuild.jar capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/plugin.properties capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/plugin.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/scripts/build.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/scripts/genericTargets.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/scripts/package.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/scripts/productBuild/allElements.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/scripts/productBuild/productBuild.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/features/customBuildCallbacks.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/headless-build/allElements.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/headless-build/build.properties capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/headless-build/customAssembly.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/headless-build/customTargets.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/packager/customTargets.xml capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/packager/packager.properties capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/packager/packaging.properties capella/plugins/org.eclipse.pde.build_3.11.0.v20210429-0618/templates/plugins/customBuildCallbacks.xml capella/plugins/org.eclipse.pde.core.source_3.14.300.v20210515-0638.jar capella/plugins/org.eclipse.pde.core_3.14.300.v20210515-0638.jar capella/plugins/org.eclipse.pde.doc.user_3.14.1200.v20210611-1636.jar capella/plugins/org.eclipse.pde.ds.annotations.source_1.2.100.v20210211-1236.jar capella/plugins/org.eclipse.pde.ds.annotations_1.2.100.v20210211-1236.jar capella/plugins/org.eclipse.pde.ds.core.source_1.2.300.v20210316-0728.jar capella/plugins/org.eclipse.pde.ds.core_1.2.300.v20210316-0728.jar capella/plugins/org.eclipse.pde.ds.lib.source_1.1.500.v20210209-1250.jar capella/plugins/org.eclipse.pde.ds.lib_1.1.500.v20210209-1250/META-INF/ECLIPSE_.RSA capella/plugins/org.eclipse.pde.ds.lib_1.1.500.v20210209-1250/META-INF/ECLIPSE_.SF capella/plugins/org.eclipse.pde.ds.lib_1.1.500.v20210209-1250/META-INF/MANIFEST.MF capella/plugins/org.eclipse.pde.ds.lib_1.1.500.v20210209-1250/OSGI-INF/l10n/bundle.properties capella/plugins/org.eclipse.pde.ds.lib_1.1.500.v20210209-1250/about.html capella/plugins/org.eclipse.pde.ds.lib_1.1.500.v20210209-1250/about_files/LICENSE-2.0.txt capella/plugins/org.eclipse.pde.ds.lib_1.1.500.v20210209-1250/annotations.jar capella/plugins/org.eclipse.pde.ds.ui.source_1.2.100.v20210507-0837.jar capella/plugins/org.eclipse.pde.ds.ui_1.2.100.v20210507-0837.jar capella/plugins/org.eclipse.pde.ds1_2.lib.source_1.0.500.v20210209-1250.jar capella/plugins/org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250/META-INF/ECLIPSE_.RSA capella/plugins/org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250/META-INF/ECLIPSE_.SF capella/plugins/org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250/META-INF/MANIFEST.MF capella/plugins/org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250/OSGI-INF/l10n/bundle.properties capella/plugins/org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250/about.html capella/plugins/org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250/about_files/LICENSE-2.0.txt capella/plugins/org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250/annotations.jar capella/plugins/org.eclipse.pde.genericeditor.extension.source_1.1.100.v20201207-1622.jar capella/plugins/org.eclipse.pde.genericeditor.extension_1.1.100.v20201207-1622.jar capella/plugins/org.eclipse.pde.junit.runtime.source_3.6.0.v20210513-1344.jar capella/plugins/org.eclipse.pde.junit.runtime_3.6.0.v20210513-1344.jar capella/plugins/org.eclipse.pde.launching.source_3.9.300.v20210513-1344.jar capella/plugins/org.eclipse.pde.launching_3.9.300.v20210513-1344.jar capella/plugins/org.eclipse.pde.runtime.source_3.7.200.v20210513-1344.jar capella/plugins/org.eclipse.pde.runtime_3.7.200.v20210513-1344.jar capella/plugins/org.eclipse.pde.ua.core.source_1.2.200.v20210208-1459.jar capella/plugins/org.eclipse.pde.ua.core_1.2.200.v20210208-1459.jar capella/plugins/org.eclipse.pde.ua.ui.source_1.2.200.v20210515-0638.jar capella/plugins/org.eclipse.pde.ua.ui_1.2.200.v20210515-0638.jar capella/plugins/org.eclipse.pde.ui.source_3.13.100.v20210515-0638.jar capella/plugins/org.eclipse.pde.ui.templates.source_3.7.200.v20201208-0953.jar capella/plugins/org.eclipse.pde.ui.templates_3.7.200.v20201208-0953.jar capella/plugins/org.eclipse.pde.ui_3.13.100.v20210515-0638.jar capella/plugins/org.eclipse.pde_3.13.1500.v20210611-1600.jar capella/plugins/org.eclipse.platform.doc.isv_4.20.0.v20210611-1636.jar capella/plugins/org.eclipse.platform.doc.user_4.20.0.v20210530-2150.jar capella/plugins/org.eclipse.platform.source_4.20.0.v20210611-1600.jar capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/LegacyIDE.e4xmi capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/META-INF/ECLIPSE_.RSA capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/META-INF/ECLIPSE_.SF capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/META-INF/MANIFEST.MF capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/about.html capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/about.ini capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/about.mappings capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/about.properties capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/book.css capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/disabled_book.css capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse1024.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse128.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse16.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse22.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse24.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse256.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse32.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse48.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse512.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse64.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse_lg.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse_lg@2x.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/helpData.xml capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/dragHandle.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/gtkHandle.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/gtkTSFrame.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/macGrey.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/macHandle.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/macTSFrame.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/topiclabel/arrow.svg capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/topiclabel/arrow_light.svg capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/topiclabel/ov_wbbasics48.svg capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/topiclabel/wn_eclcommunity48.svg capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/topiclabel/wn_eclplatform48.svg capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/topiclabel/wn_migrate48.svg capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/topiclabel/wn_updates48.svg capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/win7.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/win7Handle.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/win7TSFrame.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/winClassicHandle.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/winClassicTSFrame.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/winXPBluHandle.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/winXPBluTSFrame.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/winXPBlue.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/winXPHandle.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/winXPOlive.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/images/winXPTSFrame.png capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro-eclipse.svg capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/css/migrate.css capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/css/migrate.properties capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/css/overview.css capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/css/overview.properties capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/css/whatsnew.css capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/css/whatsnew.properties capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/migrateExtensionContent.xml capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/overviewExtensionContent.xml capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/whatsnewExtensionContent1.xml capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/whatsnewExtensionContent2.xml capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/intro/whatsnewExtensionContent3.xml capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/introData.xml capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/macosx_narrow_book.css capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/narrow_book.css capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/org.eclipse.ui.intro.universal.solstice/intro-eclipse.svg capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/platform.jar capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/plugin.properties capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/plugin.xml capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/plugin_customization.ini capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/plugin_customization.properties capella/plugins/org.eclipse.platform_4.20.0.v20210611-1600/splash.bmp capella/plugins/org.eclipse.rcp_4.20.0.v20210611-1600.jar capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/META-INF/ECLIPSE_.RSA capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/META-INF/ECLIPSE_.SF capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/META-INF/MANIFEST.MF capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/about.html capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/about.ini capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/about.mappings capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/about.properties capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/book.css capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/disabled_book.css capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/eclipse1024.png capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/eclipse128.png capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/eclipse16.png capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/eclipse22.png capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/eclipse24.png capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/eclipse256.png capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/eclipse32.png capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/eclipse48.png capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/eclipse512.png capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/eclipse64.png capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/eclipse_lg.png capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/eclipse_lg@2x.png capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/helpData.xml capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/intro-eclipse.svg capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/introData.xml capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/macosx_narrow_book.css capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/narrow_book.css capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/org.eclipse.ui.intro.universal.solstice/intro-eclipse.svg capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/plugin.properties capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/plugin.xml capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/plugin_customization.ini capella/plugins/org.eclipse.sdk_4.20.0.v20210611-1600/plugin_customization.properties capella/plugins/org.eclipse.search.source_3.13.200.v20210419-1029.jar capella/plugins/org.eclipse.search_3.13.200.v20210419-1029.jar capella/plugins/org.eclipse.sirius.common.acceleo.aql.ide.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common.acceleo.aql.ide_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common.acceleo.aql.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common.acceleo.aql_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common.interpreter.aql.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common.interpreter.aql_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common.interpreter.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common.interpreter_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common.ui.ext.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common.ui.ext_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common.ui.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common.ui_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.common_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.formatdata.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.formatdata_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.model.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.model_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.sequence.edit.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.sequence.edit_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.sequence.model.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.sequence.model_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.sequence.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.sequence.ui.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.sequence.ui_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.sequence_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.ui.ext.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.ui.ext_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.ui.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram.ui_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.diagram_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.doc.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.doc_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ecore.extender.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ecore.extender_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.base.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.base_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.draw2d.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.draw2d_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.e3.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.e3.ui.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.e3.ui_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.e3_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.emf.edit.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.emf.edit_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.emf.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.emf.tx.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.emf.tx_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.emf.ui.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.emf.ui_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.emf_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.gef.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.gef_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.gmf.notation.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.gmf.notation_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.gmf.runtime.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.gmf.runtime_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.ide.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.ide_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.jface.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.jface_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.swt.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ext.swt_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.interpreter.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.interpreter_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.model.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.model_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.synchronizer.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.synchronizer_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.table.model.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.table.model_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.table.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.table.ui.ext.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.table.ui.ext_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.table.ui.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.table.ui_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.table_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.tree.model.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.tree.model_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.tree.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.tree.ui.ext.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.tree.ui.ext_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.tree.ui.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.tree.ui_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.tree_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ui.editor.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ui.editor_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ui.ext.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ui.ext_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ui.source_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius.ui_7.1.0.202303020853.jar capella/plugins/org.eclipse.sirius_7.1.0.202303020853.jar capella/plugins/org.eclipse.swt.gtk.linux.x86_64.source_3.116.100.v20210602-2209.jar capella/plugins/org.eclipse.swt.gtk.linux.x86_64_3.116.100.v20210602-2209.jar capella/plugins/org.eclipse.swt_3.116.100.v20210602-2209.jar capella/plugins/org.eclipse.team.core.source_3.9.0.v20210510-1748.jar capella/plugins/org.eclipse.team.core_3.9.0.v20210510-1748.jar capella/plugins/org.eclipse.team.genericeditor.diff.extension.source_1.1.0.v20210426-0951.jar capella/plugins/org.eclipse.team.genericeditor.diff.extension_1.1.0.v20210426-0951.jar capella/plugins/org.eclipse.team.ui.source_3.9.0.v20210426-0837.jar capella/plugins/org.eclipse.team.ui_3.9.0.v20210426-0837.jar capella/plugins/org.eclipse.text.quicksearch.source_1.1.100.v20210426-1601.jar capella/plugins/org.eclipse.text.quicksearch_1.1.100.v20210426-1601.jar capella/plugins/org.eclipse.text.source_3.12.0.v20210512-1644.jar capella/plugins/org.eclipse.text_3.12.0.v20210512-1644.jar capella/plugins/org.eclipse.tools.layout.spy.source_1.1.0.v20210110-1247.jar capella/plugins/org.eclipse.tools.layout.spy_1.1.0.v20210110-1247.jar capella/plugins/org.eclipse.ui.browser.source_3.6.1100.v20210118-1327.jar capella/plugins/org.eclipse.ui.browser_3.6.1100.v20210118-1327.jar capella/plugins/org.eclipse.ui.cheatsheets.source_3.7.300.v20210507-0822.jar capella/plugins/org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar capella/plugins/org.eclipse.ui.console.source_3.11.0.v20210510-1914.jar capella/plugins/org.eclipse.ui.console_3.11.0.v20210510-1914.jar capella/plugins/org.eclipse.ui.editors.source_3.14.100.v20210513-1110.jar capella/plugins/org.eclipse.ui.editors_3.14.100.v20210513-1110.jar capella/plugins/org.eclipse.ui.externaltools.source_3.5.0.v20210510-1849.jar capella/plugins/org.eclipse.ui.externaltools_3.5.0.v20210510-1849.jar capella/plugins/org.eclipse.ui.forms.source_3.11.100.v20210108-1139.jar capella/plugins/org.eclipse.ui.forms_3.11.100.v20210108-1139.jar capella/plugins/org.eclipse.ui.genericeditor.source_1.2.0.v20210129-1224.jar capella/plugins/org.eclipse.ui.genericeditor_1.2.0.v20210129-1224.jar capella/plugins/org.eclipse.ui.ide.application.source_1.4.100.v20210506-1050.jar capella/plugins/org.eclipse.ui.ide.application_1.4.100.v20210506-1050.jar capella/plugins/org.eclipse.ui.ide.source_3.18.200.v20210523-1724.jar capella/plugins/org.eclipse.ui.ide_3.18.200.v20210523-1724.jar capella/plugins/org.eclipse.ui.intro.quicklinks.source_1.1.100.v20210315-0954.jar capella/plugins/org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954.jar capella/plugins/org.eclipse.ui.intro.source_3.6.200.v20210409-1747.jar capella/plugins/org.eclipse.ui.intro.universal.source_3.4.200.v20210409-1747.jar capella/plugins/org.eclipse.ui.intro.universal_3.4.200.v20210409-1747.jar capella/plugins/org.eclipse.ui.intro_3.6.200.v20210409-1747.jar capella/plugins/org.eclipse.ui.monitoring.source_1.2.0.v20210111-1353.jar capella/plugins/org.eclipse.ui.monitoring_1.2.0.v20210111-1353.jar capella/plugins/org.eclipse.ui.navigator.resources.source_3.8.100.v20210319-0848.jar capella/plugins/org.eclipse.ui.navigator.resources_3.8.100.v20210319-0848.jar capella/plugins/org.eclipse.ui.navigator.source_3.10.100.v20210415-0924.jar capella/plugins/org.eclipse.ui.navigator_3.10.100.v20210415-0924.jar capella/plugins/org.eclipse.ui.net.source_1.4.0.v20210426-0838.jar capella/plugins/org.eclipse.ui.net_1.4.0.v20210426-0838.jar capella/plugins/org.eclipse.ui.source_3.119.0.v20210111-1350.jar capella/plugins/org.eclipse.ui.themes.source_1.2.1400.v20210315-1604.jar capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/.api_description capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/META-INF/ECLIPSE_.RSA capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/META-INF/ECLIPSE_.SF capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/META-INF/MANIFEST.MF capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/about.html capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/common/e4_globalstyle.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/dark/e4-dark-drag-styling.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/dark/e4-dark_globalstyle.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/dark/e4-dark_ide_colorextensions.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/dark/e4-dark_partstyle.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/dark/e4-dark_preferencestyle.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/dark/e4-dark_tabstyle.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/e4-dark_linux.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/e4-dark_mac.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/e4-dark_mac1013.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/e4-dark_win.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/e4_basestyle.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/e4_classic.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/e4_default_gtk.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/e4_default_mac.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/e4_default_win.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/e4_system.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/high-contrast.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/light/e4-light-drag-styling.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/light/e4-light_globalstyle.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/light/e4-light_ide_colorextensions.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/light/e4-light_partstyle.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/light/e4-light_tabstyle.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/system/e4-light-drag-styling.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/system/e4-light_globalstyle.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/system/e4-light_ide_colorextensions.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/system/e4-light_partstyle.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/css/system/e4-light_tabstyle.css capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/plugin.properties capella/plugins/org.eclipse.ui.themes_1.2.1400.v20210315-1604/plugin.xml capella/plugins/org.eclipse.ui.trace.source_1.2.0.v20210110-1242.jar capella/plugins/org.eclipse.ui.trace_1.2.0.v20210110-1242.jar capella/plugins/org.eclipse.ui.views.log.source_1.2.1500.v20210315-1034.jar capella/plugins/org.eclipse.ui.views.log_1.2.1500.v20210315-1034.jar capella/plugins/org.eclipse.ui.views.properties.tabbed.source_3.9.100.v20201223-1348.jar capella/plugins/org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar capella/plugins/org.eclipse.ui.views.source_3.11.0.v20210111-1351.jar capella/plugins/org.eclipse.ui.views_3.11.0.v20210111-1351.jar capella/plugins/org.eclipse.ui.workbench.source_3.122.200.v20210506-1640.jar capella/plugins/org.eclipse.ui.workbench.texteditor.source_3.16.100.v20210512-1009.jar capella/plugins/org.eclipse.ui.workbench.texteditor_3.16.100.v20210512-1009.jar capella/plugins/org.eclipse.ui.workbench_3.122.200.v20210506-1640.jar capella/plugins/org.eclipse.ui_3.119.0.v20210111-1350.jar capella/plugins/org.eclipse.update.configurator.source_3.4.800.v20210415-1314.jar capella/plugins/org.eclipse.update.configurator_3.4.800.v20210415-1314.jar capella/plugins/org.eclipse.urischeme.source_1.1.400.v20210407-1558.jar capella/plugins/org.eclipse.urischeme_1.1.400.v20210407-1558.jar capella/plugins/org.hamcrest.core.source_1.3.0.v20180420-1519.jar capella/plugins/org.hamcrest.core_1.3.0.v20180420-1519.jar capella/plugins/org.junit.jupiter.api.source_5.7.1.v20210222-1948.jar capella/plugins/org.junit.jupiter.api_5.7.1.v20210222-1948.jar capella/plugins/org.junit.jupiter.engine.source_5.7.1.v20210222-1948.jar capella/plugins/org.junit.jupiter.engine_5.7.1.v20210222-1948.jar capella/plugins/org.junit.jupiter.migrationsupport.source_5.7.1.v20210222-1948.jar capella/plugins/org.junit.jupiter.migrationsupport_5.7.1.v20210222-1948.jar capella/plugins/org.junit.jupiter.params.source_5.7.1.v20210222-1948.jar capella/plugins/org.junit.jupiter.params_5.7.1.v20210222-1948.jar capella/plugins/org.junit.platform.commons.source_1.7.1.v20210222-1948.jar capella/plugins/org.junit.platform.commons_1.7.1.v20210222-1948.jar capella/plugins/org.junit.platform.engine.source_1.7.1.v20210222-1948.jar capella/plugins/org.junit.platform.engine_1.7.1.v20210222-1948.jar capella/plugins/org.junit.platform.launcher.source_1.7.1.v20210222-1948.jar capella/plugins/org.junit.platform.launcher_1.7.1.v20210222-1948.jar capella/plugins/org.junit.platform.runner.source_1.7.1.v20210222-1948.jar capella/plugins/org.junit.platform.runner_1.7.1.v20210222-1948.jar capella/plugins/org.junit.platform.suite.api.source_1.7.1.v20210222-1948.jar capella/plugins/org.junit.platform.suite.api_1.7.1.v20210222-1948.jar capella/plugins/org.junit.source_4.13.0.v20200204-1500.jar capella/plugins/org.junit.vintage.engine.source_5.7.1.v20210222-1948.jar capella/plugins/org.junit.vintage.engine_5.7.1.v20210222-1948.jar capella/plugins/org.junit_4.13.0.v20200204-1500.jar capella/plugins/org.objectweb.asm.source_9.1.0.v20210209-1849.jar capella/plugins/org.objectweb.asm.tree.source_9.1.0.v20210209-1849.jar capella/plugins/org.objectweb.asm.tree_9.1.0.v20210209-1849.jar capella/plugins/org.objectweb.asm_9.1.0.v20210209-1849.jar capella/plugins/org.opentest4j.source_1.2.0.v20190826-0900.jar capella/plugins/org.opentest4j_1.2.0.v20190826-0900.jar capella/plugins/org.polarsys.capella.commandline.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.commandline.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.activity.gen.edit.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.activity.gen.edit_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.activity.gen.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.activity.gen_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.behavior.gen.edit.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.behavior.gen.edit_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.behavior.gen.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.behavior.gen_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.core.gen.edit.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.core.gen.edit_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.core.gen.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.core.gen_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.helpers.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.data.helpers_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ef.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ef_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.flexibility.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.flexibility.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.flexibility.wizards.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.flexibility.wizards_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.helpers.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.helpers_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.id.handler.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.id.handler_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.libraries.gen.edit.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.libraries.gen.edit_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.libraries.gen.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.libraries.gen_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.libraries.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.libraries_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.linkedtext.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.linkedtext.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.mdsofa.common.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.mdsofa.common_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.menu.dynamic.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.menu.dynamic_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.model.helpers.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.model.helpers_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.model.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.model_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.platform.sirius.customization.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.platform.sirius.customization_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.platform.sirius.ted.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.platform.sirius.ted_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.queries.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.queries_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.re.gen.edit.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.re.gen.edit_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.re.gen.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.re.gen_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.re.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.re.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.re.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.re_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.console.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.console_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.file.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.file_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.usage.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.appenders.usage_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.tools.report_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.transition.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.transition_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.massactions.core.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.massactions.core_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.massactions.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.massactions.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.massactions.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.massactions_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.menu.dynamic.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.menu.dynamic_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.resources.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.resources_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.services.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.services_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.toolkit.browser.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.toolkit.browser_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.toolkit.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui.toolkit_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.common_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.af.integration.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.af.integration.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.af.integration.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.af.integration_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.application.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.application_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.commandline.core.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.commandline.core.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.commandline.core.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.commandline.core_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.compare.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.compare_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.business.queries.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.business.queries_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.common.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.common.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.common.ui.quickfix.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.common.ui.quickfix_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.common.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.common.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.core.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.core.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.core.ui.quickfix.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.core.ui.quickfix_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.core.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.core.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.cs.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.cs.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.cs.ui.quickfix.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.cs.ui.quickfix_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.cs.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.cs.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.ctx.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.ctx.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.ctx.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.ctx.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.epbs.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.epbs.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.epbs.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.epbs.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.fa.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.fa.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.fa.ui.quickfix.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.fa.ui.quickfix_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.fa.ui.wizards.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.fa.ui.wizards_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.fa.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.fa.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.gen.edit.decorators.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.gen.edit.decorators_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.gen.edit.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.gen.edit_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.gen.editor.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.gen.editor_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.gen.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.gen_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.helpers.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.helpers_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.communication.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.communication.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.communication.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.communication.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.datatype.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.datatype.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.datatype.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.datatype.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.datavalue.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.datavalue.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.ui.quickfix.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.ui.quickfix_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.information.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.interaction.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.interaction.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.interaction.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.interaction.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.la.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.la.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.la.ui.quickfix.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.la.ui.quickfix_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.la.ui.wizards.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.la.ui.wizards_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.la.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.la.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.menu.contributions.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.menu.contributions_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.migration.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.migration_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.modeller.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.modeller.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.oa.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.oa.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.oa.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.oa.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.pa.deployment.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.pa.deployment.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.pa.deployment.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.pa.deployment.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.pa.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.pa.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.pa.ui.quickfix.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.pa.ui.quickfix_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.pa.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.pa.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.requirement.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.requirement.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.res.edit_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.res.editor_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.selection.queries.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.selection.queries_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.sharedmodel.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.data.sharedmodel.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.diagram.helpers.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.diagram.helpers_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.explorer.activity.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.explorer.activity.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.flexibility.wizards.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.flexibility.wizards_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.libraries.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.libraries.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.libraries.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.libraries_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.linkedtext.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.linkedtext.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.menu.dynamic.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.menu.dynamic_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.handler.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.handler_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.helpers.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.helpers_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.links.helpers.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.links.helpers_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.obfuscator.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.obfuscator_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.preferences.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.preferences_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.semantic.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.semantic_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.skeleton.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.model.skeleton_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.adapter.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.adapter_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.clipboard.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.clipboard_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.actions.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.actions_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.menu.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.menu_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.project.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.project_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.services.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.platform.sirius.ui.services_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.preferences.project.configuration.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.preferences.project.configuration_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.preferences.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.preferences_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.projection.common.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.projection.common.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.projection.common.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.projection.common_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.projection.exchanges.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.projection.exchanges_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.projection.interfaces.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.projection.interfaces_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.projection.scenario.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.projection.scenario_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.project.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.project_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.ui.quickfix.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.ui.quickfix_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.updateconnections.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.updateconnections.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.updateconnections.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.updateconnections.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.re_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.semantic.queries.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.semantic.queries_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.services.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.services_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.sirius.analysis.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.sirius.analysis_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.sirius.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.sirius.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.tiger.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.tiger_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.common.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.common.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.diagram.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.diagram.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.diagram.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.diagram_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.system.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.system.topdown.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.system.topdown.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.system.topdown.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.system.topdown_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.system.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.system.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.transition.system_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.fastlinker.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.fastlinker_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.intro.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.intro_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.metric.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.metric_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.properties.richtext.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.properties.richtext_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.properties.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.properties_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.reportlog.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.reportlog_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.resources.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.resources_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.search.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.search_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.semantic.browser.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.semantic.browser_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.toolkit.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.ui.toolkit_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.validation.commandline.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.validation.commandline_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.validation.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.validation.ui.ide.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.validation.ui.ide_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.validation.ui.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.validation.ui_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.core.validation_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.detachment.propertyvalue.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.detachment.propertyvalue_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.detachment.version.precondition.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.detachment.version.precondition_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.developer.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.developer.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.diagrams.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.diagrams.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.diffmerge.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.diffmerge.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.git.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.git.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.glossary.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.glossary.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.preferences.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.preferences.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.properties.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.properties.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.rcp.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.rcp_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.re.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.re.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.shared.id.handler.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.shared.id.handler_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.th.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.th.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.tipsandtricks.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.tipsandtricks.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.transitions.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.transitions.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.ui.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.ui.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.ui.views_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.validation.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.validation.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.viewpoint.doc.source_6.1.0.202303291413.jar capella/plugins/org.polarsys.capella.viewpoint.doc_6.1.0.202303291413.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.model.edit.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.model.edit_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.model.editor.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.model.editor_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.model.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.model_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.af.coredomain_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.common.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.common_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.doc_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.integration.amalgam.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.integration.amalgam_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.integration.emde.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.integration.emde_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.integration.sirius.model.edit.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.integration.sirius.model.edit_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.integration.sirius.model.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.integration.sirius.model_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.integration.sirius.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.integration.sirius_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.model.edit.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.model.edit_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.model.editor.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.model.editor_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.model.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.model_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.metadata.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.metadata_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.services.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.services_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.model.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.model_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.coredomain_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.emfvalidation.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.emfvalidation_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.predicate.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.predicate_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.ui.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint.ui_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.ad.viewpoint_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.cadence.core.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.cadence.core_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.cadence.ui.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.cadence.ui_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.common.ui.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.common.ui_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.doc_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.emde.doc_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.emde.model.edit.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.emde.model.edit_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.emde.model.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.emde.model_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.emde.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.emde.ui.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.emde.ui_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.emde.xmi.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.emde.xmi_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.emde_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.examples.generic.wizard.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.examples.generic.wizard_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.massactions.core.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.massactions.core_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.massactions.doc.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.massactions.doc_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.massactions.edit.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.massactions.edit_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.massactions.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.massactions.visualize.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.massactions.visualize_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.massactions_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.backup.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.backup_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.modelresources.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.modelresources_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.refresh.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.refresh_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.viewpoints.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.contrib.viewpoints_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.commands_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.precondition.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.precondition_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.scrutiny_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.share.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.share_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.ui.contrib.modelresource.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.common.ui.contrib.modelresource_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.detachment.ui.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.model.detachment.ui_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.report.model.edit.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.report.model.edit_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.report.model.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.report.model_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.report.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.report.ui.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.report.ui_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.report_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.dialog.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.ui.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.ui_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.utils.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme.utils_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.emfscheme_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.ui.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.resourcereuse.ui_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.resourcereuse_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.richtext.common.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.richtext.common_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.richtext.nebula.widget.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.richtext.nebula.widget_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.richtext.widget.doc_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.richtext.widget.ext.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.richtext.widget.ext_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.richtext.widget.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.richtext.widget.tools.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.richtext.widget.tools_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.richtext.widget_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.sirius.rotativeimage_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer.ecore_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer.graph.edit.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer.graph.edit_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer.graph.editor.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer.graph.editor_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.analyzer_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.core.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.core_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.emf.toolbox.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.emf.toolbox_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler.ecore_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler.mapping.edit.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler.mapping.editor.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.rules.handler_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.scheduler.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.scheduler_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces.edit.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces.editor.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf.traces_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.emf_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.transformation_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.ui.source_6.1.0.202303220900.jar capella/plugins/org.polarsys.kitalpha.transposer.ui_6.1.0.202303220900.jar capella/plugins/org.sat4j.core_2.3.5.v201308161310.jar capella/plugins/org.sat4j.pb_2.3.5.v201404071733.jar capella/plugins/org.slf4j.api.source_1.7.30.v20200204-2150.jar capella/plugins/org.slf4j.api_1.7.30.v20200204-2150.jar capella/plugins/org.tukaani.xz.source_1.8.0.v20180207-1613.jar capella/plugins/org.tukaani.xz_1.8.0.v20180207-1613.jar capella/plugins/org.w3c.css.sac.source_1.3.1.v200903091627.jar capella/plugins/org.w3c.css.sac_1.3.1.v200903091627.jar capella/plugins/org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar capella/plugins/org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar capella/plugins/org.w3c.dom.smil.source_1.0.1.v200903091627.jar capella/plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar capella/plugins/org.w3c.dom.svg.source_1.1.0.v201011041433.jar capella/plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar capella/readme/readme_eclipse.html capella/capella capella/jre/bin/jar capella/jre/bin/jarsigner capella/jre/bin/java capella/jre/bin/javac capella/jre/bin/javadoc capella/jre/bin/javap capella/jre/bin/jcmd capella/jre/bin/jconsole capella/jre/bin/jdb capella/jre/bin/jdeprscan capella/jre/bin/jdeps capella/jre/bin/jfr capella/jre/bin/jhsdb capella/jre/bin/jimage capella/jre/bin/jinfo capella/jre/bin/jlink capella/jre/bin/jmap capella/jre/bin/jmod capella/jre/bin/jpackage capella/jre/bin/jps capella/jre/bin/jrunscript capella/jre/bin/jshell capella/jre/bin/jstack capella/jre/bin/jstat capella/jre/bin/jstatd capella/jre/bin/keytool capella/jre/bin/rmiregistry capella/jre/bin/serialver capella/jre/lib/jspawnhelper samples/IFE_samplemodel.zip [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Install test features) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + chmod 755 /home/jenkins/agent/workspace/apella-sss-transition_master-107/capella/capella [Pipeline] sh + chmod 755 /home/jenkins/agent/workspace/apella-sss-transition_master-107/capella/jre/bin/java [Pipeline] sh + /home/jenkins/agent/workspace/apella-sss-transition_master-107/capella/capella -repository https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.test.site/ -installIU org.polarsys.capella.test.feature.feature.group -application org.eclipse.equinox.p2.director -noSplash WARNING: A terminally deprecated method in java.lang.System has been called WARNING: System::setSecurityManager has been called by org.eclipse.osgi.internal.framework.SystemBundleActivator (file:/home/jenkins/agent/workspace/apella-sss-transition_master-107/capella/plugins/org.eclipse.osgi_3.16.300.v20210525-1715.jar) WARNING: Please consider reporting this to the maintainers of org.eclipse.osgi.internal.framework.SystemBundleActivator WARNING: System::setSecurityManager will be removed in a future release log4j:WARN No appenders could be found for logger (org.apache.http.client.protocol.RequestAddCookies). log4j:WARN Please initialize the log4j system properly. Installing org.polarsys.capella.test.feature.feature.group 6.1.0.202303291413. Operation completed in 12033 ms. [Pipeline] sh + /home/jenkins/agent/workspace/apella-sss-transition_master-107/capella/capella -repository file://home/jenkins/agent/workspace/apella-sss-transition_master-107/releng/org.polarsys.capella.transition.system2subsystem.site/target/repository/ -installIU org.polarsys.capella.transition.system2subsystem.feature.feature.group -application org.eclipse.equinox.p2.director -noSplash WARNING: A terminally deprecated method in java.lang.System has been called WARNING: System::setSecurityManager has been called by org.eclipse.osgi.internal.framework.SystemBundleActivator (file:/home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3.202307061624. Operation completed in 4573 ms. [Pipeline] sh + /home/jenkins/agent/workspace/apella-sss-transition_master-107/capella/capella -repository file://home/jenkins/agent/workspace/apella-sss-transition_master-107/releng/org.polarsys.capella.transition.system2subsystem.site/target/repository/ -installIU org.polarsys.capella.transition.system2subsystem.tests.feature.feature.group -application org.eclipse.equinox.p2.director -noSplash WARNING: A terminally deprecated method in java.lang.System has been called WARNING: System::setSecurityManager has been called by org.eclipse.osgi.internal.framework.SystemBundleActivator (file:/home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3.202307061624. Operation completed in 4550 ms. [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] xvnc $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [apella-sss-transition_master-107] $ Xvnc -help Starting xvnc [apella-sss-transition_master-107] $ Xvnc :60 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset [Pipeline] { Xvnc TigerVNC 1.8.0 - built Apr 5 2023 13:48:56 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 Thu Jul 6 16:29:49 2023 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5960 vncext: created VNC server for screen 0 [Pipeline] sh + '[' '!' -d /home/jenkins/agent/workspace/apella-sss-transition_master-107/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 17.8M 0 --:--:-- --:--:-- --:--:-- 17.9M + unzip jacoco.zip -d /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco Archive: jacoco.zip creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/lib/ inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/lib/jacocoant.jar inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/lib/jacococli.jar inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/lib/jacocoagent.jar inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/lib/org.jacoco.core-0.8.6.202009150832.jar inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/lib/org.jacoco.report-0.8.6.202009150832.jar inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/lib/org.jacoco.agent-0.8.6.202009150832.jar inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/lib/org.jacoco.ant-0.8.6.202009150832.jar creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/java/ inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/java/ExecutionDataClient.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/java/ReportGenerator.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/java/ClassInfo.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/java/ExecDump.java creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/ inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/pom-it.xml creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/src/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/src/main/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/src/main/java/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/src/main/java/org/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/src/main/java/org/jacoco/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/parser/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/src/test/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/src/test/java/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/src/test/java/org/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/src/test/java/org/jacoco/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/src/test/java/org/jacoco/examples/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/src/test/java/org/jacoco/examples/parser/ inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/build.xml inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/pom.xml inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/build-offline.xml inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/pom-offline.xml inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/src/test/java/org/jacoco/examples/parser/ExpressionParserIT.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/src/test/java/org/jacoco/examples/parser/ExpressionParserTest.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/parser/ExpressionParser.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/parser/Main.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/IExpression.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/Mul.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/Add.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/Div.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/Sub.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/build/src/main/java/org/jacoco/examples/expressions/Const.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/java/ExecutionDataServer.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/java/CoreTutorial.java inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/examples/java/MBeanClient.java creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/tools/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/tools/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/data/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/data/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/instr/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/instr/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/agent/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/agent/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/agent/rt/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/agent/rt/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/html/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/html/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/xml/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/xml/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/csv/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/csv/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/check/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/check/class-use/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/resources/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/com/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/com/vladium/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/com/vladium/emma/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/com/vladium/emma/rt/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/com/vladium/emma/rt/class-use/ inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/constant-values.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/tools/class-use/ExecDumpClient.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/class-use/Analyzer.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/class-use/ISourceFileCoverage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/class-use/CoverageNodeImpl.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/ICounter.CounterValue.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/ISourceNode.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/class-use/ModifiedSystemClassRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/class-use/IRemoteCommandVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/LoggerRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/AgentOptions.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/SystemPropertiesRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/data/class-use/ExecutionDataWriter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/data/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/data/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/instr/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/agent/rt/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/class-use/MultiSourceFileLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/class-use/IReportGroupVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/html/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/xml/XMLFormatter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/IMultiReportOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/check/RulesChecker.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/ZipMultiReportOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/allclasses-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/overview-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/tools/ExecDumpClient.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/class-use/CounterComparator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICoverageNode.CounterEntity.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/Analyzer.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/ICounter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/class-use/LoggerRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/class-use/AbstractRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/data/class-use/ExecutionDataStore.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/data/ExecutionData.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/data/SessionInfo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/agent/class-use/AgentJar.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/agent/rt/IAgent.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/class-use/InputStreamSourceFileLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/class-use/IReportVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/html/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/xml/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/csv/class-use/CSVFormatter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/check/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/serialized-form.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/package-list inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/tools/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/class-use/IClassCoverage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/class-use/IMethodCoverage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/CounterComparator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/ISourceFileCoverage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/ILine.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/class-use/OfflineInstrumentationAccessGenerator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/class-use/InjectedClassRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/OfflineInstrumentationAccessGenerator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/data/class-use/IncompatibleExecDataVersionException.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/data/ExecutionDataWriter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/data/IExecutionDataVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/agent/AgentJar.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/agent/rt/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/class-use/MultiReportVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/class-use/ZipMultiReportOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/html/HTMLFormatter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/xml/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/csv/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/IReportGroupVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/check/Limit.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/index-all.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/com/vladium/emma/rt/class-use/RT.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/overview-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/tools/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/class-use/IPackageCoverage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/class-use/NodeComparator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/IClassCoverage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/ICoverageNode.CounterEntity.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/CoverageBuilder.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/class-use/AgentOptions.OutputMode.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/class-use/IExecutionDataAccessorGenerator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/IRemoteCommandVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/JaCoCo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/data/class-use/ExecutionDataReader.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/data/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/instr/class-use/Instrumenter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/agent/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/agent/rt/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/class-use/DirectorySourceFileLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/FileMultiReportOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/html/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/xml/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/csv/CSVFormatter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/IReportVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/check/IViolationsOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/resources/inherit.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/com/vladium/emma/rt/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/allclasses-noframe.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/tools/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICoverageNode.ElementType.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/class-use/ISourceNode.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/IPackageCoverage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/ICoverageNode.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/class-use/RuntimeData.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/class-use/WildcardMatcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/AgentOptions.OutputMode.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/AbstractRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/data/class-use/SessionInfo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/data/ExecutionDataStore.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/instr/Instrumenter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/agent/rt/class-use/RT.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/agent/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/class-use/ILanguageNames.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/MultiSourceFileLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/InputStreamSourceFileLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/xml/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/csv/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/check/class-use/RulesChecker.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/check/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/deprecated-list.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/com/vladium/emma/rt/RT.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/class-use/JaCoCo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/tools/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/class-use/IBundleCoverage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/class-use/ILine.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/ICoverageNode.ElementType.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/IMethodCoverage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/CoverageNodeImpl.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/class-use/RemoteControlReader.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/IRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/RemoteControlWriter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/IExecutionDataAccessorGenerator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/data/class-use/SessionInfoStore.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/data/ISessionInfoVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/data/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/instr/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/agent/rt/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/agent/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/class-use/ISourceFileLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/html/class-use/HTMLFormatter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/DirectorySourceFileLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/JavaNames.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/csv/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/check/class-use/IViolationsOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/check/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/overview-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/com/vladium/emma/rt/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/tools/ExecFileLoader.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/ICoverageVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICounter.CounterValue.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/class-use/CoverageBuilder.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/class-use/RemoteControlWriter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/class-use/SystemPropertiesRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/RuntimeData.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/InjectedClassRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/data/class-use/ISessionInfoVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/data/class-use/IExecutionDataVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/data/IncompatibleExecDataVersionException.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/instr/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/agent/rt/class-use/IAgent.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/agent/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/class-use/JavaNames.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/MultiReportVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/ILanguageNames.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/csv/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/check/class-use/Limit.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/check/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/stylesheet.css inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/com/vladium/emma/rt/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/tools/class-use/ExecFileLoader.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICoverageVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICounter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/class-use/ICoverageNode.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/IBundleCoverage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/analysis/NodeComparator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/class-use/IRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/class-use/AgentOptions.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/ModifiedSystemClassRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/RemoteControlReader.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/runtime/WildcardMatcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/data/class-use/ExecutionData.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/data/SessionInfoStore.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/data/ExecutionDataReader.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/core/instr/package-summary.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/agent/rt/RT.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/class-use/FileMultiReportOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/class-use/IMultiReportOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/html/package-use.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/xml/class-use/XMLFormatter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/package-frame.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/ISourceFileLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/check/class-use/Rule.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/org/jacoco/report/check/Rule.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/help-doc.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api/com/vladium/emma/rt/package-tree.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/build.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/offline.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/conventions.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/team.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/environment.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/changes.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/ant.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/license.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/support.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/counters.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/classids.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/epl-2.0.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/flow.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/mission.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/agent.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/integrations.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/repo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/implementation.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/api.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/maven.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/empty.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/faq.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/report-integration-mojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/report-aggregate-mojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/prepare-agent-mojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/dump-mojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/merge-mojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/prepare-agent-integration-mojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/cli.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/help-mojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/report-mojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/check-mojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/instrument-mojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/restore-instrumented-classes-mojo.html creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/resources/ inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/resources/flow-goto.png inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/resources/flow-goto-probe.png inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/resources/test.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/resources/flow-sequence-probe.png inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/resources/source.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/resources/flow-cond.png inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/resources/flow-cond-probe.png inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/resources/report.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/resources/flow-example.png inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/resources/doc.css inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/resources/flow-exit-probe.png inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/resources/extern.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/resources/jar.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/resources/group.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/resources/flow-sequence.png inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/resources/implementation.png inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/resources/flow-exit.png inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/doc/resources/testsuite.gif creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.examples/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/com.vladium.emma.rt/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-resources/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.index/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent/org.jacoco.agent/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/ creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ReportGenerator.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecutionDataServer.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/CoreTutorial.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecutionDataClient.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/CoreTutorial$MemoryClassLoader.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecutionDataServer$Handler.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecDump.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/MBeanClient.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecDump.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecDump$2.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/MBeanClient.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/CoreTutorial.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/CoreTutorial$TestTarget.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ClassInfo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecDump$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ClassInfo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ReportGenerator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecutionDataClient.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.examples/org.jacoco.examples/ExecutionDataServer.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.examples/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco.csv inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-sessions.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AgentITMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportAggregateMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/CheckMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AgentMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/DumpMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/RestoreMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractJacocoMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportSupport$NoSourceLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportITMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/MergeMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractJacocoMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AgentMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/RuleConfiguration.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractReportMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/DumpMojo$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/InstrumentMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractReportMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/RestoreMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AgentITMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractAgentMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/CheckMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/RuleConfiguration.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportAggregateMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/AbstractAgentMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportSupport.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportITMojo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportSupport$SourceFileCollection.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/InstrumentMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/ReportSupport.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/FileFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/MergeMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/DumpMojo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-maven-plugin/org.jacoco.maven/FileFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/ExecFileLoader.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/ExecDumpClient.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/ExecDumpClient.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.tools/ExecFileLoader.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/IncompatibleExecDataVersionException.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataReader.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/SessionInfoStore.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionData.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataWriter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/SessionInfo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataWriter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataStore.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/IncompatibleExecDataVersionException.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataReader.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/SessionInfoStore.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionDataStore.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/ExecutionData.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.data/SessionInfo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CompactDataOutput.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CRC64.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CompactDataOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CompactDataInput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CRC64.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.data/CompactDataInput.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core/JaCoCo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core/JaCoCo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/EnumFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchJavacFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavacFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinGeneratedFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/FinallyFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavac11Filter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/AbstractMatcher.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinCoroutineFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/SynchronizedFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinCoroutineFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchJavacFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinUnsafeCastOperatorFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenStringFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenStringFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/AbstractMatcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchJavacFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavacFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesEcjFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/RecordsFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/EnumEmptyConstructorFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenStringFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinInlineFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/PrivateEmptyNoArgConstructorFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/Filters.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/RecordsFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/AnnotationGeneratedFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/AnnotationGeneratedFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/Filters.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesEcjFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultArgumentsFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchEcjFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/SyntheticFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinGeneratedFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/FinallyFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchEcjFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/PrivateEmptyNoArgConstructorFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinNotNullOperatorFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultArgumentsFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavacFilter$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/EnumEmptyConstructorFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinNotNullOperatorFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/SynchronizedFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultMethodsFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavac11Filter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/EnumEmptyConstructorFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinInlineFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultMethodsFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesEcjFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinLateinitFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultArgumentsFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinLateinitFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/SyntheticFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/SynchronizedFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/EnumFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/PrivateEmptyNoArgConstructorFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinUnsafeCastOperatorFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinNotNullOperatorFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinUnsafeCastOperatorFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/BridgeFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavac11Filter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinLateinitFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavacFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinDefaultMethodsFilter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/RecordsFilter$Matcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/TryWithResourcesJavacFilter$Matcher$JavacPattern.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/StringSwitchEcjFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/BridgeFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinCoroutineFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis.filter/KotlinWhenFilter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/FrameSnapshot.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesAdapter$2.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/FrameSnapshot.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/LabelFlowAnalyzer.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodProbesVisitor.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodProbesVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesAdapter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesAdapter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodSanitizer.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodProbesAdapter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodProbesAdapter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/LabelFlowAnalyzer.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/LabelInfo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesVisitor.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/ClassProbesAdapter$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/LabelInfo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.flow/MethodSanitizer.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ICounter$CounterValue.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/Analyzer.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CounterComparator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/NodeComparator.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ICoverageNode$CounterEntity.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CoverageNodeImpl.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ICoverageNode.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/Analyzer.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CounterComparator.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CoverageBuilder.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ICounter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CoverageNodeImpl$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/NodeComparator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/ICoverageNode$ElementType.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/NodeComparator$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CoverageBuilder.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/Analyzer$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.analysis/CoverageNodeImpl.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/AbstractRuntime.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/ModifiedSystemClassRuntime.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/ModifiedSystemClassRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/CommandLineSupport.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/InjectedClassRuntime$Lookup.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/LoggerRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/OfflineInstrumentationAccessGenerator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/LoggerRuntime.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/ModifiedSystemClassRuntime$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/InjectedClassRuntime.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/LoggerRuntime$RuntimeHandler.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/ModifiedSystemClassRuntime$2.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/OfflineInstrumentationAccessGenerator.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/WildcardMatcher.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RemoteControlReader.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RuntimeData.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RemoteControlWriter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RemoteControlReader.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/AgentOptions.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/CommandLineSupport.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/AgentOptions.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/SystemPropertiesRuntime.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RuntimeData.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/AbstractRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/InjectedClassRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/AgentOptions$OutputMode.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/WildcardMatcher.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/RemoteControlWriter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.runtime/SystemPropertiesRuntime.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/BundleCoverageImpl.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodCoverageCalculator.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/LineImpl.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/SourceFileCoverageImpl.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/CounterImpl.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodAnalyzer.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/StringPool.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/InstructionsBuilder.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ClassCoverageImpl.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodCoverageImpl.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/CounterImpl$Var.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/BundleCoverageImpl.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/PackageCoverageImpl.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodCoverageImpl.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ClassAnalyzer$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ClassAnalyzer.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ClassCoverageImpl.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/LineImpl.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/LineImpl$Var.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/CounterImpl.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/Instruction.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/LineImpl$Fix.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodCoverageCalculator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/PackageCoverageImpl.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/InstructionsBuilder$Jump.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/ClassAnalyzer.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/SourceNodeImpl.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/MethodAnalyzer.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/StringPool.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/Instruction.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/InstructionsBuilder.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/SourceNodeImpl.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/CounterImpl$Fix.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/SourceFileCoverageImpl.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.analysis/CounterImpl$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/InputStreams.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/ContentTypeDetector.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/Pack200Streams$NoCloseInput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/InputStreams.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/Pack200Streams.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/ContentTypeDetector.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal/Pack200Streams.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/InstrSupport.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/CondyProbeArrayStrategy.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeArrayStrategyFactory.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/MethodInstrumenter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeCounter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ClassFieldProbeArrayStrategy.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/SignatureRemover.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/NoneProbeArrayStrategy.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ClassInstrumenter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ClassInstrumenter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/InterfaceFieldProbeArrayStrategy.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/MethodInstrumenter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeArrayStrategyFactory.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/LocalProbeArrayStrategy.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/SignatureRemover.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ClassFieldProbeArrayStrategy.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeCounter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeInserter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/NoneProbeArrayStrategy.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/DuplicateFrameEliminator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/InstrSupport.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/LocalProbeArrayStrategy.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/CondyProbeArrayStrategy.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/ProbeInserter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/InterfaceFieldProbeArrayStrategy.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.internal.instr/DuplicateFrameEliminator.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/Instrumenter$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/Instrumenter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.core/org.jacoco.core.instr/Instrumenter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/com.vladium.emma.rt/RT.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/com.vladium.emma.rt/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/com.vladium.emma.rt/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/com.vladium.emma.rt/RT.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpServerOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpConnection.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpConnection.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/NoneOutput.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpServerOutput.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpServerOutput$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpClientOutput$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/FileOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpClientOutput.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/FileOutput.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/TcpClientOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal.output/NoneOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt/RT.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt/RT.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/ConfigLoader.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/ClassFileDumper.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Offline.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/PreMain.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/PreMain.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Agent.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/IExceptionLogger.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Agent$2.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Agent$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/ConfigLoader.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/IExceptionLogger$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Agent.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/JmxRegistration.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/JmxRegistration.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/CoverageTransformer.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/IExceptionLogger.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/Offline.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/ClassFileDumper.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent.rt/org.jacoco.agent.rt.internal/CoverageTransformer.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-resources/branchnc.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-resources/sort.js inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-resources/greenbar.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-resources/sort.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-resources/source.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-resources/report.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-resources/prettify.js inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-resources/branchpc.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-resources/branchfc.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-resources/class.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-resources/prettify.css inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-resources/report.css inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-resources/group.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-resources/package.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-resources/redbar.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-resources/up.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-resources/session.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-resources/down.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-resources/method.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco-resources/bundle.gif inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/HTMLElement.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/HTMLGroupVisitor.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/HTMLGroupVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html/HTMLElement.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/Styles.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/Styles.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/Resources.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/Resources.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.resources/Resources$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/CSVGroupHandler.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/CSVGroupHandler.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/CSVFormatter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/ClassRowWriter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/DelimitedWriter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/CSVFormatter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/DelimitedWriter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/ClassRowWriter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.csv/CSVFormatter$1Visitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLGroupVisitor.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/ReportElement.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLCoverageWriter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLCoverageWriter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLElement.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/ReportElement.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLElement.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.xml/XMLGroupVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/BundleChecker.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/RulesChecker.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/Limit.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/BundleChecker$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/RulesChecker$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/Limit.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/Rule.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/BundleChecker.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/RulesChecker.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.check/Rule.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/NormalizedFileNames.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/AbstractGroupVisitor.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/NormalizedFileNames.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/ReportOutputFolder.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/AbstractGroupVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal/ReportOutputFolder.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/HTMLFormatter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/HTMLFormatter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.html/HTMLFormatter$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report/FileMultiReportOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report/MultiReportVisitor.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report/InputStreamSourceFileLocator.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report/MultiSourceFileLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report/DirectorySourceFileLocator.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report/InputStreamSourceFileLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report/MultiReportVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report/DirectorySourceFileLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report/MultiSourceFileLocator.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report/JavaNames.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report/ZipMultiReportOutput$EntryOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report/ZipMultiReportOutput.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report/FileMultiReportOutput.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report/MultiGroupVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report/JavaNames.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report/ZipMultiReportOutput.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.index/ElementIndex.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.index/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.index/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.index/ElementIndex.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/XMLFormatter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/XMLFormatter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.xml/XMLFormatter$1RootVisitor.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/LabelColumn.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/Table.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/PercentageColumn.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/PercentageColumn.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/SortIndex$Entry.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/SortIndex.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/CounterColumn.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/BarColumn.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/Table.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/CounterColumn$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/LabelColumn.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/LabelColumn$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/BarColumn.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/CounterColumn.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/CounterColumn$2.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/SortIndex.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/CounterColumn$3.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/Table$Column.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/TableItemComparator.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.table/TableItemComparator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SessionsPage$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/BundlePage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SessionsPage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceFileItem.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/ClassPage.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/ReportPage.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/PackageSourcePage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/GroupPage.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SessionsPage.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/TablePage.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/BundlePage.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/PackagePage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceHighlighter.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceFilePage.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/PackagePage.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceFileItem.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/MethodItem.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceHighlighter.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/MethodItem.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/ReportPage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/NodePage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/ClassPage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/NodePage.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/TablePage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/PackageSourcePage.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/GroupPage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.report/org.jacoco.report.internal.html.page/SourceFilePage.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/Command.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/XmlDocumentation.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandParser.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandHandler.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/Main.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandParser.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/Command.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandHandler$2.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandHandler$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/XmlDocumentation.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/CommandHandler.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/Main.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal/Main$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Report.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ExecInfo$2.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Merge.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/AllCommands.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ClassInfo$Printer.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Version.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ExecInfo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Instrument.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ClassInfo.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Dump.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/AllCommands.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ClassInfo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Report.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ExecInfo$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Dump$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Version.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/ExecInfo.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Instrument.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Merge.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.cli/org.jacoco.cli.internal.commands/Dump.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent/org.jacoco.agent/AgentJar.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent/org.jacoco.agent/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent/org.jacoco.agent/AgentJar.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.agent/org.jacoco.agent/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/jacoco.xml inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$CSVFormatterElement.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/DumpTask.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$GroupElement.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/index.source.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/CoverageTask.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$FormatterElement.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/MergeTask.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AbstractCoverageTask.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/CoverageTask$JavaLikeTaskEnhancer.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$HTMLFormatterElement.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AntResourcesLocator.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AntFilesLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$CheckFormatterElement.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AbstractCoverageTask.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$XMLFormatterElement.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AgentTask.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/CoverageTask$TestNGTaskEnhancer.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AgentTask.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/DumpTask$1.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/ReportTask$SourceFilesElement.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/InstrumentTask.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/InstrumentTask.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/CoverageTask.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/MergeTask.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AntResourcesLocator.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/AntFilesLocator.java.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/org.jacoco.ant/org.jacoco.ant/DumpTask.java.html creating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/test/ inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/test/index.html inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/test/TESTS-TestSuites.xml inflating: /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/coverage/report.dtd + echo 'Jacoco downloaded at /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco' Jacoco downloaded at /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco [Pipeline] sh + ls /home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/lib jacocoagent.jar jacocoant.jar jacococli.jar org.jacoco.agent-0.8.6.202009150832.jar org.jacoco.ant-0.8.6.202009150832.jar org.jacoco.core-0.8.6.202009150832.jar org.jacoco.report-0.8.6.202009150832.jar [Pipeline] sh + sleep 10 + /home/jenkins/agent/workspace/apella-sss-transition_master-107/capella/capella -port 8081 -application org.polarsys.capella.test.run.application -data /home/jenkins/agent/workspace/apella-sss-transition_master-107/runner -title AllSystem2SubsystemTests WARNING: A terminally deprecated method in java.lang.System has been called WARNING: System::setSecurityManager has been called by org.eclipse.osgi.internal.framework.SystemBundleActivator (file:/home/jenkins/agent/workspace/apella-sss-transition_master-107/capella/plugins/org.eclipse.osgi_3.16.300.v20210525-1715.jar) WARNING: Please consider reporting this to the maintainers of org.eclipse.osgi.internal.framework.SystemBundleActivator WARNING: System::setSecurityManager will be removed in a future release Listening on port 8081 for test suite AllSystem2SubsystemTests results ... + java '-javaagent:/home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco/lib/jacocoagent.jar=includes=*,excludes=,exclclassloader=sun.reflect.DelegatingClassLoader,destfile=/home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco.exec,output=file,append=true' -Xms1024m -Xmx3500m -XX:+CMSClassUnloadingEnabled -ea -da:org.eclipse.emf.common.util.URI -Declipse.p2.data.area=@config.dir/../p2 -Dfile.encoding=Cp1252 -classpath /home/jenkins/agent/workspace/apella-sss-transition_master-107/capella/plugins/org.eclipse.equinox.launcher_1.6.200.v20210416-2027.jar org.eclipse.equinox.launcher.Main -os linux -ws gtk -arch x86_64 -version 3 -port 8081 -testLoaderClass org.eclipse.jdt.internal.junit4.runner.JUnit4TestLoader -loaderpluginname org.eclipse.jdt.junit4.runtime -application org.eclipse.pde.junit.runtime.uitestapplication -product org.polarsys.capella.rcp.product -testApplication org.polarsys.capella.core.platform.sirius.ui.perspective.id -configuration file:/home/jenkins/agent/workspace/apella-sss-transition_master-107/capella/configuration -buildKey master-107 -data /home/jenkins/agent/workspace/apella-sss-transition_master-107/AllSystem2SubsystemTests -testpluginname org.polarsys.capella.transition.system2subsystem.tests.ju -classNames org.polarsys.capella.transition.system2subsystem.tests.AllSystem2SubsystemTests 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@6f96847a (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@237ca4e8 (id: df0889db-0c86-4af2-9e03-f455f10cdc6a) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1a2142eb (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@780b995b (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@32afe7c3 (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@4c8dd299 (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@66ebe2d5 (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@7cee8fb (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@44094e0 (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@55c2aac8 (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@38490579 (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@7547b68d (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@212a84f5 (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@38d3de8c (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@29e41bb8 (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@858236d (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@7da013bf (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@5b218539 (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@52917c3e (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@1b9b7e4a (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@66dbab6d (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@3104e2c2 (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@68ad0850 (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@28044221 (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@133f148f (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@5bbf6d8 (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@55481b7 (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@fcbce76 (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@64bb386c (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@3eec1f15 (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@1f946846 (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@4e7dbdbc (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@73388447 (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@2df23982 (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@1118b222 (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@32ab7de0 (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@586dd4e (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@3904ca55 (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@6d59f6f5 (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@474c2c3 (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@372b03ae (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@28e2317c (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@aae94cb (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@286e2d87 (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@1cd6e723 (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@4b60c9b8 (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@4137be2c (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@16bc4c83 (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@58b54265 (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@2dcc2250 (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@a8cdd95 (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@6f96847a (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@237ca4e8 (id: df0889db-0c86-4af2-9e03-f455f10cdc6a) ID = abdfa2ca-79a4-4abd-961b-0bf52393a673 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@780b995b (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@32afe7c3 (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@4c8dd299 (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@66ebe2d5 (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@134afb7e (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@1f42702e (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@3d0cfc80 (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@6597e158 (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@2142679f (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@2d8db099 (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@5f7d8562 (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@55c2aac8 (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@38490579 (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@fec24a (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@331b01a2 (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@734f69e3 (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@35dc83e (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@7547b68d (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@1e3aaf96 (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@1632cdc3 (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@7bc3fb03 (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@33f8d928 (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@78f596de (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@78a900d6 (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@1cd6e723 (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@4b60c9b8 (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@252933ad (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@68c913b9 (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@4137be2c (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@61c33968 (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@548a7796 (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@99a9eee (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@75b2b68 (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@26c835c6 (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@380c3c52 (id: df0889db-0c86-4af2-9e03-f455f10cdc6a) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@47ab798 (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@57c5ded1 (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@1dd5bee7 (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@7877663d (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@5e60391 (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@37fd24f (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@53063937 (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@1493559 (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@77f307e6 (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@697b901e (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@45e0eb3a (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@4caeb2c (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@713ba33f (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@4bee78a7 (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@5dd24a78 (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@26c835c6 (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@380c3c52 (id: df0889db-0c86-4af2-9e03-f455f10cdc6a) ID = abdfa2ca-79a4-4abd-961b-0bf52393a673 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@57c5ded1 (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@1dd5bee7 (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@7877663d (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@5e60391 (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@76e8b24e (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@4362a2d2 (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@53ccbf82 (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@2e4f1000 (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@1d06bd45 (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@4b24e805 (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@6ff766e5 (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@1493559 (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@77f307e6 (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@a634efd (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@5e77c11a (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@165cc470 (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@797f3d6a (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@697b901e (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@964e33a (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@79ebc922 (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@797f3f18 (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@4cb1ab49 (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@6262ecd6 (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@45e78b61 (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@45e0eb3a (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@4caeb2c (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@87e92fa (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@713ba33f (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@354b7a5f (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@49dec74e (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@2bb6f520 (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@1a422d4d (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@743535d8 (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@5c4eecea (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@188894e (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@391be298 (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@2153347 (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@2917b653 (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@6c9098c6 (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@af9a8ee (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@215d3dfd (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@35eca2ab (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@4f80be1a (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@39809bf1 (id: cc2e0c21-d53f-469b-9ce7-7011daf7de91) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1aa023b9 (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@197e7b28 (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@527a6af2 (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@5e6522b (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@a1f5d2e (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@4470073f (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@20c63db3 (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@602f3805 (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@1a977159 (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@72a66da2 (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@3e63376f (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@2afead46 (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@2b30476 (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@2ef85214 (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@987d0eb (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@564cd800 (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@4cc6f60b (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@20c26575 (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@17f5e90e (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@2749bf28 (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@5c446364 (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@6f9e4c54 (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@579b6530 (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@3d413014 (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@42613b9b (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@5f00336f (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@53be6f5a (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@67cb34a9 (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@2cbd7628 (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@7278a39b (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@521cd631 (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@6cccdea7 (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@2b07e920 (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@1cd4e3a0 (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@284d1355 (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@227ec91d (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@36a46a9b (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@dd6560c (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@4d413b58 (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@19a325cc (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@cc674d1 (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@331f2573 (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@4dd7a540 (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@349755f7 (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@1af558e1 (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@30860183 (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@5632a28f (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@7d0a8fdc (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@7172665a (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@4f80be1a (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@39809bf1 (id: cc2e0c21-d53f-469b-9ce7-7011daf7de91) ID = 3634947c-7d9a-40fd-ad7e-49b80f1ba6ec org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@197e7b28 (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@527a6af2 (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@5e6522b (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@a1f5d2e (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@49d98052 (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@48754e61 (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@7fb53a4e (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@f33febb (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@6e4140a4 (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@6a8044e6 (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@2eeeb23a (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@4dc0a624 (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@122e9b59 (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@490a8444 (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@133fac7 (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@6593ce25 (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@46de1abf (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@1e34e91d (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@5f8503eb (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@7bd6c904 (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@73f3766e (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@4a36150c (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@13e268c2 (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@3df8f75e (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@39f97fe3 (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@602f3805 (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@1a977159 (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@72a66da2 (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@4dd7a540 (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@349755f7 (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@441a1b80 (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@1afa06d7 (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@1af558e1 (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@50f329d6 (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@5ae5ce0f (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@68d5b399 (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@5857dc32 (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@11a3e377 (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@6542d2fa (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@2a6a0bfb (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@662b7cf5 (id: 05528fd1-ec87-4121-b094-30270256b577) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@154ba598 (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@60e6bd12 (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@406ada39 (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@59298961 (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@1bf8bcea (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@219e5f2c (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@5306f063 (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@7026ea06 (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@55f8b4e6 (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@109a5c72 (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@436262f5 (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@17e2a080 (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@76c8f87e (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@7931525 (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@5736aae8 (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@55d2f62e (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@6468efe2 (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@7bcde477 (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@19ce700c (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@5bef869d (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@78db75fd (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@6ca1d8cd (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@6058b45 (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@21792e76 (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@22ec339 (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@602b1401 (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@4adee4e2 (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@223c6951 (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@567f5124 (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@6eccccf6 (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@5308cc39 (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@12bf51e8 (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@3ee5c4ea (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@364614bc (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@233a7f49 (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@4b625ad7 (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@5bb005c5 (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@5d5519fb (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@2d65e52f (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@7488a6b6 (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@2fcd0bcf (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@5aa2550c (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@41c7891d (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@1ede5ce2 (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@29055811 (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@369a036a (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@12fa648f (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@3332b722 (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@529219e5 (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@2a6a0bfb (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@662b7cf5 (id: 05528fd1-ec87-4121-b094-30270256b577) ID = b2250525-41aa-4ede-a237-82b76d223aca org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@60e6bd12 (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@406ada39 (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@59298961 (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@1bf8bcea (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@1bb87837 (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@3b91efd2 (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@31f15df4 (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@6a0729c2 (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@32a69d75 (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@67d1b8c (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@92016cc (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@6c62d64 (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@6e6e51f (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@211cc22b (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@16067661 (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@5a164780 (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@6be99fc0 (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@2ca3050c (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@61f1a766 (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@727ec5b6 (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@6586478d (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@46b645e4 (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@57700072 (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@4849ef48 (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@2070cc20 (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@4b31af49 (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@1c1545cd (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@1ba1daa8 (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@3d961430 (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@7b1baf2c (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@4d96b6af (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@5877412f (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@554de985 (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@73894ecf (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@694eebb3 (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@6a33e549 (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@10a5779c (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@65c9c16c (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@2b61d34f (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@88b5ee (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@7a956327 (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@7026ea06 (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@55f8b4e6 (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@109a5c72 (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@41c7891d (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@1ede5ce2 (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@1c138ce (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@29055811 (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@5cd842fa (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@5f9e5ca0 (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@1723d39c (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@87811ae (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@43ce5381 (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@53b0dfba (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@4b33f9c6 (id: 05528fd1-ec87-4121-b094-30270256b577) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6ab21dc1 (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@33897acf (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@555fc800 (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@48a41e10 (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@1224a9db (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@1c160e30 (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@57a4d8b2 (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@56b3ba99 (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@518e3037 (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@78285c0 (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@4720fcac (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@c0cf1a3 (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@7f99159f (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@1b13b66c (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@1f90059 (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@53b0dfba (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@4b33f9c6 (id: 05528fd1-ec87-4121-b094-30270256b577) ID = b2250525-41aa-4ede-a237-82b76d223aca org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@33897acf (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@555fc800 (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@48a41e10 (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@1224a9db (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@4548f5e6 (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@2bb647be (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@4b575c32 (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@74f83bce (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@769d0772 (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@6f8f35a8 (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@1e5c7b81 (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@23d75914 (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@d98bdc6 (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@2095bc30 (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@39935ecf (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@7158b8bc (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@39e65ddc (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@341f12ec (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@23708099 (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@64b7ce06 (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@398f5061 (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@2f12065d (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@6ab5e4d1 (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@ce0006c (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@6c6cfe93 (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@27326cbd (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@626497e6 (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@6e8b08a6 (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@6598eb82 (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@517b3408 (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@17665266 (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@211ea614 (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@3788d4e (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@bab225d (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@7a0199f1 (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@6f3f1d2f (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@74acaa6c (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@4268ba52 (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@636d17b3 (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@49b3fd23 (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@317e2387 (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@56b3ba99 (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@518e3037 (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@78285c0 (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@4720fcac (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@c0cf1a3 (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@7f99159f (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@14f37226 (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@235bf0aa (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@7e400926 (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@49c2de9c (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@46afe7c0 (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@3a8d811f (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@223bd329 (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@74e82b08 (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@653153fa (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@639739e6 (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@1fc91c26 (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@2a4cc4bc (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@458dec8c (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@1f8fb5d2 (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@40161950 (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@6f9a5e55 (id: cc2e0c21-d53f-469b-9ce7-7011daf7de91) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@451f9d3 (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@4f484063 (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@16571e72 (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@795fad65 (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@3fd49483 (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@76ad8987 (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@751d3cdd (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@41825e2f (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@6844c272 (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@73af28d8 (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@22e6f2e4 (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@6d9ce18f (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@665ba621 (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@2c0b698d (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@39efdf3a (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@33f5d111 (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@8a403e0 (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@7f145478 (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@384542af (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@252561ef (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@d36dda8 (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@505cefe2 (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@421e8f7c (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@4c3ab4c9 (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@77dafb7b (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@404e299d (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@769d3b87 (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@6f985561 (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@4f396aca (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@7e8aa071 (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@6154fd24 (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@4c4a9f32 (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@48a1c34b (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@63837b06 (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@25f8178f (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@3d53bf0d (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@7b2e8877 (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@30d975f (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@662cbcde (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@46a7ccc1 (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@49c59952 (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@261d485a (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@5ee3b291 (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@49b9f187 (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@6dc7fa7f (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@69e3d9e4 (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@7ff2ba0b (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@202e71a6 (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@4132c0e1 (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@40161950 (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@6f9a5e55 (id: cc2e0c21-d53f-469b-9ce7-7011daf7de91) ID = 3634947c-7d9a-40fd-ad7e-49b80f1ba6ec org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4f484063 (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@16571e72 (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@795fad65 (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@3fd49483 (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@60ad0569 (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@4ea72380 (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@4a978bb4 (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@517c6ee9 (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@59f2afe2 (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@2ebe3c7f (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@5802c837 (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@6abbfef8 (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@26fac1f2 (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@79f84c96 (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@377560ee (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@28c14c6 (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@7209a034 (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@49aede1f (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@3a79bb68 (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@5f5d0ff9 (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@48e57ce7 (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@65151da6 (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@12c04897 (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@2555aff1 (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@46b4fdf8 (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@b8120a5 (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@1b1545b2 (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@13375b06 (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@728d2fa5 (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@708bad59 (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@a8f6518 (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@cf67297 (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@7e398c5a (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@5b4f916a (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@154435b0 (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@4e3150 (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@66f4859f (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@5229c544 (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@6677e34a (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@3dd1b52b (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@488a5b58 (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@4c682ef9 (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@2d03a948 (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@1d4b292e (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@41825e2f (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@6844c272 (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@73af28d8 (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@5ee3b291 (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@49b9f187 (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@a8da51b (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@183e59c2 (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@6dc7fa7f (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@7dd4e4c (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@3da54a70 (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@1e1939f6 (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@4c5f2c48 (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@219da4a1 (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@36fc9c28 (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@61fdd588 (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@54758893 (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@18018610 (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@4a4e44e4 (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@44ccaa45 (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@694cfa88 (id: 6dd12b0b-cc73-4b99-8e1c-68d3a35c9e02) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@735ba7f8 (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@306a0ab0 (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@4692d6d4 (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@48f5b330 (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@15b5d567 (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@3e5bdaf8 (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@7528259c (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@11748280 (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@379a3c1e (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@311407f3 (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@18119e90 (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@400d7975 (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@c618d7d (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@21c8eb21 (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@35b90496 (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@1e541585 (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@1e5e7957 (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@7829085e (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@5493e79 (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@3b0ffb68 (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@5676b99f (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@66ad20f7 (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@2a5b70ad (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@6e4b0a35 (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@d12fc22 (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@237dfef (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@7398191c (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@45b4aff8 (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@5f5db880 (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@6329dc23 (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@50ca69a3 (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@30e1c72d (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@2caf009 (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@2faffcb7 (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@2c2b1f90 (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@124d7d97 (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@47528d6f (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@17c88b76 (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@63ebd180 (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@1a33b9af (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@49d97673 (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@1a99c705 (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@ee9fe90 (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@4c1a0322 (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@124bebf9 (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@49fac9c4 (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@687396e1 (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@4c98f02e (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@35b912d9 (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@44ccaa45 (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@694cfa88 (id: 6dd12b0b-cc73-4b99-8e1c-68d3a35c9e02) ID = 97c2731d-c964-4a43-9346-cc267cb02200 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@306a0ab0 (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@4692d6d4 (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@48f5b330 (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@15b5d567 (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@c7ff20f (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@5c8ba122 (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@642cf8a1 (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@5eb90dad (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@4e1b55d3 (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@7c5a1e5e (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@7dd3d12f (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@2838e634 (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@2ce53d5 (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@61f7b00a (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@c8c1ab1 (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@74867be8 (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@426de56 (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@4f5a3b7 (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@3b6bbbe (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@4764b5e6 (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@71398dff (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@2eb964ce (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@e8ff396 (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@33e4c1cd (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@4c273813 (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@4ca50d50 (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@64b9fe30 (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@71c6a1c3 (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@67c6228a (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@64d4a743 (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@2b3d3468 (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@4f2b4589 (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@15618cd0 (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@51a90498 (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@2e4606bc (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@3bd419f0 (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@224a1556 (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@3bde4843 (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@2533ca62 (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@3eb34cad (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@574db0f (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@21c4f86d (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@5f8f29cb (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@1a5d8445 (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@5e4c9cd8 (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@7d4388bd (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@382189a5 (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@4e284d48 (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@7438a209 (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@155fca53 (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@218705fc (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@7736d558 (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@9dd20f8 (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@11dbae81 (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@625c09aa (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@7cbd1e28 (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@7eae594c (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@28a12373 (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@5a4f4ff9 (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@4e9756c6 (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@42ff1261 (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@53dbd33b (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@6848bdd6 (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@38da4fa1 (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@463359d (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@5505452b (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@746a4454 (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@6eb200ee (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@11748280 (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@379a3c1e (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@311407f3 (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@ee9fe90 (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@4c1a0322 (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@d46794f (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@124bebf9 (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@2c7974fe (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@2060578f (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@94dad7b (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@23add960 (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@2ac9f7f6 (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@6e68ed1c (id: f54454eb-e653-40ac-ad0b-9cf0a87a54b6) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@42d04c0c (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@39ad5ff (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@40fb797a (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@7bad09ae (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@352a6d06 (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@39bd0d64 (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@16f7541b (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@14b4681c (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@3ab9f856 (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@3b557fa9 (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@7c920b9b (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@7eabd685 (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@5359b5eb (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@4fcbfb69 (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@2369ffd8 (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@3d60ace (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@1d3e11b2 (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@dbeb1cf (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@61c5089f (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@52f6fe13 (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@3fa8d67e (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@47e0288d (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@e28511e (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@6b4b30ae (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@1229009f (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@54cbe617 (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@1827ed31 (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@2adb60db (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@70acb0e7 (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@7b5c1bbb (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@5c353f84 (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@2d195161 (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@3827e7ad (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@233db2d1 (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@5601602d (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@31f4b1d5 (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@366932c9 (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@780ca5ef (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@25d1b2cb (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@31bfd5bd (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@4e3f5639 (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@5381a1cc (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@35640e9d (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@72142c1d (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@78912de6 (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@2560e3bf (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@77dd743d (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@4365c291 (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@3959a4f0 (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@2ac9f7f6 (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@6e68ed1c (id: f54454eb-e653-40ac-ad0b-9cf0a87a54b6) ID = e8cff3e5-acb5-4ea0-b8af-81c96845d34d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@39ad5ff (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@40fb797a (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@7bad09ae (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@352a6d06 (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@5a28fca9 (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@3454eacd (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@2e0add2e (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@73acf4c3 (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@26f7db41 (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@35e65fd0 (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@38c5a263 (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@2cdb5354 (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@346eb85d (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@337179df (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@1f708061 (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@6220d37b (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@3183cc48 (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@63c59958 (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@6f348df0 (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@69194d28 (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@33bcaff6 (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@65c1ce8b (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@33d41eda (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@284ff7df (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@635fa42b (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@8818b5d (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@1bb06659 (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@4c169bff (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@52f610aa (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@5629b2ca (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@4e3384f8 (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@360227a2 (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@54130288 (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@4f374522 (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@1df11c78 (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@3a690753 (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@762245d4 (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@64ef00af (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@2b5d2b88 (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@372bac34 (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@8bb683f (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@73fc3213 (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@31bf468f (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@5b9f1680 (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@836675c (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@1a48b0e3 (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@5188161b (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@728031bc (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@49b7a437 (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@16a7da4a (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@70e2e4b (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@74f0e2c7 (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@126672 (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@284f99b0 (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@5ec59684 (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@2dd0b141 (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@1837357e (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@6f5a2032 (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@1d11217c (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@71ad8252 (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@7bd4f664 (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@2d1dffec (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@303f570f (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@edaaa8a (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@52e11ae3 (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@10c16dcc (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@5a0cd7f4 (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@2259f1d2 (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@5b358c0f (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@400125a8 (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@7c0ef92b (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@305df9ff (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@47ff4e0f (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@e1a0f3d (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@5d67874 (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@5a1bfb30 (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@6729594a (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@145398ab (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@f371bfb (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@383eaaa0 (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@f61969f (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@46e36 (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@55ad126d (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@3f2f1d4e (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@1b5d6132 (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@388bc9b1 (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@5889ab7 (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@7131cff4 (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@332f3b2f (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@550fbaba (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@1493df8e (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@bb30cef (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@410fa8f5 (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@697d0004 (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@6398cd0a (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@705f71e2 (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@4cab271c (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@4d5773ad (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@68820790 (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@6359ab03 (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@76dfe3b3 (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@632cde (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@782505c5 (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@560ab871 (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@5fc10b78 (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@465dd982 (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@1ea709d9 (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@4b22c638 (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@3e7a6e70 (id: 912d573a-bb14-4bd3-b1a7-2a21553b1b4a, sid: 912d573a-bb14-4bd3-b1a7-2a21553b1b4a) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 322d28f1-0a33-4fc6-b235-8206bea763fd org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@711dd1fe (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@1a16382f (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@59fae9e0 (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 = fb5ce1dc-45c7-4cca-8c08-756454fc4cf0 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@5cecc1e6 (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@4b8eec1b (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@42965eea (id: 9f97b20f-c6ae-43f2-8cd1-c07a3c589763, sid: 9f97b20f-c6ae-43f2-8cd1-c07a3c589763) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 698bb900-8436-4e43-b54e-5843481ca55a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@13800acc (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@46d9942e (id: 2257a691-5970-4f4a-b74b-714bd968aa85, sid: 2257a691-5970-4f4a-b74b-714bd968aa85) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0b1e67c9-7f05-4556-b879-460ec5a67445 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@64416f7c (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@419a140a (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 = dba3485f-74a6-4a0b-90ff-7046dfa8ceb6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@660b88cb (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@33e3822b (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@5cb631a4 (id: 5e7f5b03-8b88-4ab3-bb66-35adca1739df, sid: 5e7f5b03-8b88-4ab3-bb66-35adca1739df) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2eb3fe98-a768-4d13-be34-153c61167d9e org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@18d3b770 (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@67852d15 (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@53c6f36 (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 = df2f8454-1cd1-4d92-a598-df77526ad3b0 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@76ca1e8a (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@16395c66 (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@16fc8cf (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 = e24e8f7e-43fd-4fc8-8d20-307cc10e7e50 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6c0b2f7c (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@4a135239 (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 = 2223bb09-3903-42ee-a3d0-6f4d3b478ae9 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3e608524 (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@21ed2137 (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@693be1ef (id: 6f699c83-368f-4230-9121-74a99248c884, sid: 6f699c83-368f-4230-9121-74a99248c884) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = cfdb498a-8a15-4734-914b-191a857740c3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@24c77f8c (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@1e1e7903 (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@5eefaf6f (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@1359188c (id: 5b3a1469-eaf3-4a1e-957e-5e96aba8047e, sid: 5b3a1469-eaf3-4a1e-957e-5e96aba8047e) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = e9184dcb-df71-473b-bbdc-f9150c39a534 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6700a0c1 (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@5df340a0 (id: 84f68464-3269-44ab-afed-e1fc7bb970d6, sid: 84f68464-3269-44ab-afed-e1fc7bb970d6) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = db08d65b-dcc1-4c48-8b26-4c70ffff0289 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3122bdc7 (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@32d3ef01 (id: a23deba1-0c32-44a6-9a61-673be39a874b, sid: a23deba1-0c32-44a6-9a61-673be39a874b) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 81f801b6-2d47-46c8-8817-b0b635458882 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@9cb641 (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@a6e3a98 (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@2959786d (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@4a7f354e (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@cd58bfb (id: 83af78df-b84f-4bd2-873b-36eb4f9201ef, sid: 83af78df-b84f-4bd2-873b-36eb4f9201ef) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 3c7da530-86c6-4879-9dec-0f5eb16027ad org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@48f1c3b1 (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@3860b54b (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@27c496d4 (id: 73671b5c-f4b7-499a-ada2-cb7c19a3a3c9, sid: 73671b5c-f4b7-499a-ada2-cb7c19a3a3c9) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = eac4d18b-38b2-4260-b827-cd1056291719 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@4d9d447c (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@77ead0d4 (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@5837f6d8 (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 = 6d5821fd-7c7f-4a9e-aba0-f5b03eb4786c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@35e1d76b (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@12f8db0f (id: f09950f6-6bcf-489c-ad56-4307e6532d40, sid: f09950f6-6bcf-489c-ad56-4307e6532d40) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = bb0f549d-39b5-41ee-bfe0-b135e4783a7a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@33b5c5f4 (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@54d3746c (id: 11d3b727-baa4-4ec1-98db-47ca0bc3d33a, sid: 11d3b727-baa4-4ec1-98db-47ca0bc3d33a) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c64c726d-e395-42ac-a2ca-e3ba8d863ca8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@69febd11 (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@54c347e5 (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@1908fac7 (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@6f32bb12 (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@3bc63558 (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@8c5e0f7 (id: ID_FakeFunctionPortOut_247888f6-9a44-4f7d-8149-33882a3b9eb6_ID_FakeFunctionalExchange_System_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8, sid: ID_FakeFunctionPortOut_247888f6-9a44-4f7d-8149-33882a3b9eb6_ID_FakeFunctionalExchange_System_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8) (name: out_FakeFE_PhysicalFunction 26_PhysicalFunction 27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = e59f3940-472e-4914-a7c2-be83c7c33358 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@729f88b2 (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@17d4061e (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@4c061b34 (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@23dd897d (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@41b9236f (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@6089db8 (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@6a0ed16f (id: 77db9124-c1d4-4cb8-a72f-607fb4d4e58a, sid: 77db9124-c1d4-4cb8-a72f-607fb4d4e58a) (name: FunctionalExchange 4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = cfd6683e-7b35-4d1d-a5b9-16c96fb79f51 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@791fccb9 (id: cfd6683e-7b35-4d1d-a5b9-16c96fb79f51, sid: cfd6683e-7b35-4d1d-a5b9-16c96fb79f51) (name: FunctionalExchange 12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 70711dcf-8343-403a-b9f5-4c70caa83456 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6cbb11bb (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@2d7dc6ac (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@304d695e (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@3bc75555 (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@73c35adb (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@566cd6f3 (id: aab00e90-dc68-49a8-8eb0-a189091b053f, sid: aab00e90-dc68-49a8-8eb0-a189091b053f) (name: FunctionalExchange 19) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 7ef3f67d-8464-4675-a84b-23cff5c2a740 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@31b7f117 (id: 7ef3f67d-8464-4675-a84b-23cff5c2a740, sid: 7ef3f67d-8464-4675-a84b-23cff5c2a740) (name: FunctionalExchange 30) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = beb95fde-8aee-4cd1-94e8-9162fa373ed4 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@1d232a01 (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 = 01fccebc-d38c-4f96-9d51-3f9cb732dd32 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@659727bd (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@5c46396a (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@373dd91 (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@6e9329fc (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@20f551f3 (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_e59f3940-472e-4914-a7c2-be83c7c33358_322d28f1-0a33-4fc6-b235-8206bea763fd org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@3cfe55da (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 = ID_FakeFunctionalExchange_System_8c458b58-bb6b-43a8-8f8d-66d0eb96aac6_df2f8454-1cd1-4d92-a598-df77526ad3b0 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@51bbf682 (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@5a42a419 (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@423fb1f (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 = 3c375041-82f9-449a-a24c-10c31791a5a4 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@14b4681c (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@3ab9f856 (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@3b557fa9 (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@35640e9d (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@6711d684 (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@72142c1d (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@4b2ffca6 (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@1f488121 (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@4cef2211 (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@78912de6 (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@28219623 (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@73bb4b8f (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@46711043 (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@37fefb76 (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@13cae324 (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@3a8425e1 (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@74b9d9fa (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@345ca950 (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@704bbf3c (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@6bfb27f9 (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@51b74575 (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@70603a (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@2d6f8d57 (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@1f99b3ec (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@746ed187 (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@779c0e80 (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@26483011 (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@741cf1e7 (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@767ce40a (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@61030c4b (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@15ac3a29 (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@461d022 (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@6cbfacf1 (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@66d58184 (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@6864ae18 (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@22f7db31 (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@6ba96cd9 (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@35214b30 (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@9fc4eb9 (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@287df1b8 (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@52f05e7e (id: f54454eb-e653-40ac-ad0b-9cf0a87a54b6) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7c660ed8 (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@1e125857 (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@379803c1 (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@cb533d (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@7cc9beef (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@4a9be567 (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@29e6a065 (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@2a5d5113 (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@579c0c7d (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@2164f385 (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@16e3a45 (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@41fb26b2 (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@76333514 (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@7723dd4d (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@1f5d34a (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@287df1b8 (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@52f05e7e (id: f54454eb-e653-40ac-ad0b-9cf0a87a54b6) ID = e8cff3e5-acb5-4ea0-b8af-81c96845d34d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1e125857 (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@379803c1 (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@cb533d (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@7cc9beef (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@6504031c (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@79f28898 (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@a573909 (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@2732b88 (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@21e08271 (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@4c3b789d (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@2b35b8e3 (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@3081f966 (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@1557160d (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@23f6baa (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@32b4bdc9 (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@7c90bbfd (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@4bf720b7 (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@5ff24fed (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@39984456 (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@23d781e7 (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@43098288 (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@479be03d (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@48093784 (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@f864e8e (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@74c701dc (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@6cc58d71 (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@6df1227a (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@503ef374 (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@1c3bc14e (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@5cd569bd (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@385372af (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@1fd18382 (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@5d220087 (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@2a4d021f (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@928cbf3 (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@1a7684c7 (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@579d9936 (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@74c4f50c (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@41ad38a9 (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@1212d905 (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@19e0a02 (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@2a7a0d93 (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@2ba0005 (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@6e42ba6 (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@775bef62 (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@d37728f (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@5f5ff104 (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@78415852 (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@504998c7 (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@66dc2b4b (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@46ab3145 (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@34da720a (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@28c94bf6 (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@2f48bbd7 (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@30768662 (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@575be844 (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@5b92c4dd (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@5b2a0e91 (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@1a98497e (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@101378a6 (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@3217f33 (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@99ee116 (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@2436ecb (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@996a694 (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@1469872 (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@7fae5f1d (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@66025315 (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@2d49ff67 (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@6fac6d7e (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@62f78121 (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@1699ec91 (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@2b626bd6 (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@27a93459 (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@79894704 (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@202dc1c0 (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@182932c8 (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@764cd668 (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@5cd59bfa (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@ba3f46a (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@7f2fe59b (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@6bbb5eb0 (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@5800d36b (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@2a783a (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@1b43e542 (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@3156c6e2 (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@6f93c028 (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@3cab9e48 (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@275a6e07 (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@719aa331 (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@79bfaa (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@60403833 (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@76fcd42b (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@52db62ee (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@1f9203f0 (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@7e723191 (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@6e3ffff8 (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@677a3cc3 (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@68f83e5f (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@7697468 (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@16b88b42 (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@20923172 (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@931e9f9 (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@45b71683 (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@178767ec (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@26afcdcf (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@205786c2 (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@739c4826 (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@4793d0ef (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@5dd80e88 (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@2cdfb7f1 (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@3263e5d4 (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@3f188d83 (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@56c05f6 (id: 5c0ed5fc-e65e-4084-9199-c15d6bc88801, sid: 5c0ed5fc-e65e-4084-9199-c15d6bc88801) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c64b79ca-6580-4c08-bc46-ce8d270b9efa org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@241bc17f (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@3c66c314 (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@3e2c34f1 (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@19303c9b (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@2b67a038 (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@708a1888 (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 = cfdb498a-8a15-4734-914b-191a857740c3 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7f20e496 (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@266d5735 (id: 765b54d7-3534-41f2-bbea-9df15cd492dd, sid: 765b54d7-3534-41f2-bbea-9df15cd492dd) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 2eb3fe98-a768-4d13-be34-153c61167d9e org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@14ddb08 (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@3b949e5c (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@1b9b9d1d (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 = df2f8454-1cd1-4d92-a598-df77526ad3b0 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@37c30b2f (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@12ea8df3 (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@3591fe5b (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 = e24e8f7e-43fd-4fc8-8d20-307cc10e7e50 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@3fe5e59e (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@10d00b3e (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 = dba3485f-74a6-4a0b-90ff-7046dfa8ceb6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@269cef5a (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@10574159 (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@4f83741e (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 = 2223bb09-3903-42ee-a3d0-6f4d3b478ae9 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@72d20dc0 (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@5f321b0b (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@24607b2 (id: 6f699c83-368f-4230-9121-74a99248c884, sid: 6f699c83-368f-4230-9121-74a99248c884) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 551b38c1-7d18-4f6e-b435-1dcd02ccc08c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@2c2582b7 (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@18386501 (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@157c4865 (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@2e03bb56 (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@4e98f9d8 (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@3442a068 (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@70297da9 (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@21983c62 (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@59e46893 (id: 73671b5c-f4b7-499a-ada2-cb7c19a3a3c9, sid: 73671b5c-f4b7-499a-ada2-cb7c19a3a3c9) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = eac4d18b-38b2-4260-b827-cd1056291719 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@57cf4d91 (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@16e88e0d (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@3c1f5800 (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@6760f1b9 (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@5be4c98 (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 = 81f801b6-2d47-46c8-8817-b0b635458882 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@e48605e (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@2ea67747 (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@2e96681e (id: 931dc5e1-846e-4f48-83aa-d9e35981d595, sid: 931dc5e1-846e-4f48-83aa-d9e35981d595) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = e59f3940-472e-4914-a7c2-be83c7c33358 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@755d00a0 (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@385ad4c5 (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@55cd2d00 (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 = 247888f6-9a44-4f7d-8149-33882a3b9eb6 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@7eb262b5 (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@f3f12b0 (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@646393f5 (id: ID_FakeFunctionPortOut_247888f6-9a44-4f7d-8149-33882a3b9eb6_ID_FakeFunctionalExchange_Physical_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8, sid: ID_FakeFunctionPortOut_247888f6-9a44-4f7d-8149-33882a3b9eb6_ID_FakeFunctionalExchange_Physical_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8) (name: out_FakeFE_PhysicalFunction 26_PhysicalFunction 27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = c64c726d-e395-42ac-a2ca-e3ba8d863ca8 org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@50145ee (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@79d27dbf (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@1f161d0a (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@17ace507 (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@513560aa (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 = 6d5821fd-7c7f-4a9e-aba0-f5b03eb4786c org.polarsys.capella.core.data.pa.impl.PhysicalFunctionImpl@6868e819 (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@45669340 (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 = 8abc3773-2460-43eb-8ad2-2fdbed5431f5 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@78d21011 (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@185fdb8b (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@6f729e94 (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@7ad7fec0 (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@3b13fc72 (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@74083946 (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@6759cbd0 (id: cfd6683e-7b35-4d1d-a5b9-16c96fb79f51, sid: cfd6683e-7b35-4d1d-a5b9-16c96fb79f51) (name: FunctionalExchange 12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 9a8ee18f-784f-421d-bc69-87bc2a78acfc org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7951ebe0 (id: 9a8ee18f-784f-421d-bc69-87bc2a78acfc, sid: 9a8ee18f-784f-421d-bc69-87bc2a78acfc) (name: FunctionalExchange 29) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 6baba159-8474-4946-b3ec-bca72e843f2b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@265937ae (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 = 7ef3f67d-8464-4675-a84b-23cff5c2a740 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@35d2bf0b (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 = 47d9cfd2-114f-40a7-8057-9b53627db409 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4a9141bd (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@533c8317 (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@28bbdc42 (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 = 01fccebc-d38c-4f96-9d51-3f9cb732dd32 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6c4e2335 (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@7d2c0f03 (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@1e03d8c (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@1c297ea4 (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@1a9bcd5 (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@301fbe25 (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_2eb3fe98-a768-4d13-be34-153c61167d9e_fb5ce1dc-45c7-4cca-8c08-756454fc4cf0 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@10fb6d80 (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_247888f6-9a44-4f7d-8149-33882a3b9eb6_c64c726d-e395-42ac-a2ca-e3ba8d863ca8 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@328e8868 (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_e59f3940-472e-4914-a7c2-be83c7c33358_322d28f1-0a33-4fc6-b235-8206bea763fd org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@79138fc0 (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@2a5d5113 (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@579c0c7d (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@2164f385 (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@16e3a45 (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@41fb26b2 (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@76333514 (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@70cd188c (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@1b8c2 (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@1857c0c6 (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@6f32a25d (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@62f8c0d1 (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@448f6db8 (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@2d2f19d1 (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@57f57663 (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@73afda04 (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@4c729b64 (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@19c6e2aa (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@65fcc99f (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@688e40de (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@30ff5f10 (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@1e022817 (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@1d31ba79 (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@7a381b1 (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@4dee598a (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@422382b0 (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@52510aff (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@49e4a70d (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@76f985b2 (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@2811bfdf (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@72cd5ed0 (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@1e7d434b (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@24138123 (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@19fac80c (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@6d69a763 (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@52c6f713 (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@72b41097 (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@1922fb6f (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@4bc07074 (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@717b0f47 (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@4caab31e (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@2d891fcb (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@4daef5f8 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@653be935 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2628f61b (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@30676475 (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@2d3b7113 (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@443a0fa5 (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@443a5734 (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@7d36be04 (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@46c019a3 (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@54d5fd0a (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@595fde32 (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@78175da9 (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@19eb04da (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@5e83c832 (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@5a9ad317 (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@14a077af (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@552c6c35 (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@152efcfa (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@19208723 (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@e2a86a7 (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@38511e93 (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@5a7aec4f (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@47fe61bc (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@1d3bd85a (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@2daef8e8 (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@203b7186 (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@615579e9 (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@6888fa0f (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@3aea1339 (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@29c4bc75 (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@63940295 (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@57c6f471 (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@df52fd9 (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@7639d8a0 (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@20c602c (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@62097960 (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@4626191f (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@7e6225a3 (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@1f0e2743 (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@36e59fbb (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@40fd9699 (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@2fddfc18 (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@4187e29f (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@5b85a553 (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@5e14a220 (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@5d558be9 (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@38e7a0d5 (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@316869a8 (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@7951b682 (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@250d833a (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@2afb76be (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@4daef5f8 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@653be935 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 96f8a94e-aa78-4abe-b667-ead7412d7265 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@30676475 (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@2d3b7113 (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@443a0fa5 (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@443a5734 (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@1a18aabf (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@6c5de306 (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@780e8e0f (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@6e9bf5cd (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@71719e4b (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@384fa8bd (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@696e1ec2 (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@2ca3dd09 (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@51dd9d10 (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@d135998 (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@3f6a96a6 (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@1754feb3 (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@6bdf2b0a (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@e63cf60 (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@46c019a3 (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@54d5fd0a (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@445d203f (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@6a4a501c (id: a572f085-ca83-40e3-9765-92590125cc29, sid: a572f085-ca83-40e3-9765-92590125cc29) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d3715877-2241-404a-9e8d-29f363b565fe org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@37b34daf (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@62713234 (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@14e4504a (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@c103e13 (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@21e3d40b (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@4a68a291 (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@7cb8cd96 (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@71d594b4 (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@4ea95509 (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@41da0a67 (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@7b34abb7 (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@2699e051 (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@229ce896 (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@33844790 (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@6d333b44 (id: 120f387b-ded7-4181-badc-05ca1f637c18, sid: 120f387b-ded7-4181-badc-05ca1f637c18) (name: ERO714) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c86d0349-83d1-4404-8a0e-ccbf83431088 org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@45cc3aab (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@26128830 (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@24ff3b49 (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@efebd15 (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@2ac3c703 (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@18229963 (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@455adc5d (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@3eb7c7f6 (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@a78e4fc (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@61d8d51 (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@15b611fb (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@15befccc (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@582ca583 (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@3231ccd2 (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@172d2aa6 (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@7a365acf (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@42c42f25 (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@5f0f255e (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@5dd47cc (id: f56a7004-f97c-4889-8f6c-f18ab7480a5a, sid: f56a7004-f97c-4889-8f6c-f18ab7480a5a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 554689a1-bcd5-451e-9088-84ca89494212 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@595fde32 (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@78175da9 (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@5e14a220 (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@5d558be9 (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@4704f03e (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@5883d640 (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@54a96638 (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@38e7a0d5 (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@48cb7e47 (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@1e75de71 (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@588232f7 (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@3445c763 (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@522fd6e2 (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@6af7a419 (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@400a35b1 (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@178a96c5 (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@5d5bc0f1 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4651f343 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@47e101a5 (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@1fab3f63 (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@7e5ec988 (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@51d04c19 (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@21429a9c (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@235da953 (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@9ce4989 (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@4e132da7 (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@638f0615 (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@362330a3 (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@119251b8 (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@e480758 (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@156c172a (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@65d5d85d (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@1a606a4b (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@5d5bc0f1 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4651f343 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 96f8a94e-aa78-4abe-b667-ead7412d7265 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1fab3f63 (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@7e5ec988 (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@51d04c19 (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@21429a9c (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@60613a4a (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@687bbd47 (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@3b9894d5 (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@ebb6f40 (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@12a6401d (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@6de01c37 (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@6555cb44 (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@1d58066d (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@3d5e0b73 (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@1b7647e2 (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@46c0518f (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@6755c01f (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@6ee52ff8 (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@e8b1bff (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@9ce4989 (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@4e132da7 (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@18918379 (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@6442804d (id: a572f085-ca83-40e3-9765-92590125cc29, sid: a572f085-ca83-40e3-9765-92590125cc29) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d3715877-2241-404a-9e8d-29f363b565fe org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@196e703b (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@36cf3f7 (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@274c9869 (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@118e6b7 (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@6b9da107 (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@f8a14c8 (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@4cc65a80 (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@a2d20f1 (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@c3e3d2a (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@53cd4431 (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@2da11692 (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@4e68817f (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@334232f5 (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@a170460 (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@2fa79636 (id: 120f387b-ded7-4181-badc-05ca1f637c18, sid: 120f387b-ded7-4181-badc-05ca1f637c18) (name: ERO714) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e350304e-5562-4315-86f7-bf4b7f27518c org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@5c0cbf28 (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@2cbc0c0c (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@5f1f113e (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@438b99d3 (id: f56a7004-f97c-4889-8f6c-f18ab7480a5a, sid: f56a7004-f97c-4889-8f6c-f18ab7480a5a) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c86d0349-83d1-4404-8a0e-ccbf83431088 org.polarsys.capella.core.data.la.impl.CapabilityRealizationImpl@987b3b7 (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@459712e7 (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@7beeea43 (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@16b3a230 (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@221db15a (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@5fe08fd4 (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@5350ca99 (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@587940e1 (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@17a1add5 (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@4c640eda (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@19b511cd (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@bd92452 (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@118ceff9 (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@7d7231cc (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@4cf87cd6 (id: 2b553e36-353d-4787-a7ae-2b9ea8185570, sid: 2b553e36-353d-4787-a7ae-2b9ea8185570) (name: ERO514) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 554689a1-bcd5-451e-9088-84ca89494212 org.polarsys.capella.core.data.cs.impl.InterfacePkgImpl@638f0615 (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@362330a3 (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@119251b8 (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@e480758 (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@3a658b0c (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@156c172a (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@7745b0d9 (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@2652c5c (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@144eeaf7 (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@3f4c6f46 (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@14e0a33f (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@771afa06 (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@3cc6d388 (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@60acad09 (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@71c41378 (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@51ae1d8c (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@5b7ecea2 (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@5e3fe421 (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@3748dfc (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@224b6f5f (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@76f6c7cb (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1504cc59 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@a136fc7 (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@380883e4 (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@235dd49c (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@ca2e44e (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@4f915361 (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@7a00dc2d (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@3903060c (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@229815f6 (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@2d838702 (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@c91c7d8 (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@278c2ec9 (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@5bcb2e7e (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@697bcb75 (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@4d6dffac (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@b517aae (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@96b1d64 (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@3efc4f5f (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@1cce47b3 (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@1ccada8e (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@4d9b644e (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@11c14c15 (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@7fdc6241 (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@3588c99e (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@23277275 (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@389d23e0 (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@244f90d8 (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@577879f6 (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@4f541db6 (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@1e87a59f (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@46962fc7 (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@52b5592a (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@3d635767 (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@1e6bb609 (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@69744a14 (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@11702219 (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@360f873f (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@7597a409 (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@3ef86445 (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@2e88e969 (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@64f4a5f8 (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@2c8bf283 (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@51ac711b (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@6e444419 (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@14a9c1a (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@5e5450 (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@5053d935 (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@58f5b4d1 (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@5e5da30b (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@7cc4cd59 (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@76f6c7cb (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1504cc59 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1f127874-9190-4e3e-a01a-b4c3f8185648 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@380883e4 (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@235dd49c (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@ca2e44e (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@4f915361 (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@3903060c (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@229815f6 (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@2d838702 (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@c91c7d8 (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@6e444419 (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@14a9c1a (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@240180a (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@5c50ce72 (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@41fc673e (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@5d68c528 (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@11021a57 (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@514bb7c6 (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@4cc55815 (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@4c4831eb (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@2e7a9ee9 (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@6ef9242a (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@d92c660 (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@25a0e3d5 (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@6c41b887 (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@559cdc3f (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@6d8217b5 (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@28de5686 (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@5e5450 (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@3aaedc47 (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@5e72fac0 (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@1e2ccc55 (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@11663a1c (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@5de68093 (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@140bd515 (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@6c3dfda5 (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@4c2b9ce4 (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@25a07fea (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@6f49b536 (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@6c1aadaf (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@7c46d074 (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@31da1d08 (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@360077bc (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@6ba91e67 (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@448e49f8 (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@1515ba62 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5422e84d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2c7cd25e (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@14e4ee97 (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@30769eb7 (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@6cb76856 (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@14d1e25b (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@25aea39d (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@212912b9 (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@760b2b12 (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@3d3138ce (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@5464590b (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@7b18ab2e (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@8dd4eb3 (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@5d25b498 (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@10372e84 (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@32fe568d (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@1515ba62 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5422e84d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1f127874-9190-4e3e-a01a-b4c3f8185648 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@14e4ee97 (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@30769eb7 (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@6cb76856 (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@14d1e25b (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@212912b9 (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@760b2b12 (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@3d3138ce (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@5464590b (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@7b18ab2e (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@8dd4eb3 (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@3c9ee02e (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@4ac44ab7 (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@355cdc79 (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@1f8520d1 (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@4a0e420 (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@27bdb4bf (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@11888b31 (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@128aecc4 (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@74bbc91a (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@6596a7a1 (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@1671a9e8 (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@75c62e4f (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@5d25b498 (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@48608991 (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@75cc1196 (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@6f2bba46 (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@69a4c661 (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@2544e6c5 (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@3091135a (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@25a6684 (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@4d823f60 (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@4f728adb (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@77c15bac (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@267e7d96 (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@7a5b2f06 (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@1f7f3bb2 (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@24504fd6 (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@9016c9c (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@21a1c120 (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@47e5cc0d (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@616d05d8 (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@630ae0e5 (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@4c8d8565 (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@1892ef44 (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@cd772f6 (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@6a24baa8 (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@2e5455f5 (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@11ac12d7 (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@265b82d6 (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@69e58d4f (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@6512867b (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@14d91aa4 (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@6e6e77db (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@2ba400ac (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@5a747afd (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@624572d (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@1be9389d (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@1043ea2c (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@6999c94b (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@4da0766a (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@1f5f8293 (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@10c209de (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@3736491c (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@1a432412 (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@1acf527d (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@5ef4d006 (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@65cfc547 (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@18a66ab4 (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@3d8611a (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@215cc43a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@41cd7ef2 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6579e8f4 (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@33290a16 (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@2c7ca740 (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@67da8586 (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@5cee3a17 (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@42622be5 (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@454b6fc5 (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@768e245f (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@738c7b1d (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@6da707ee (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@29a32416 (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@711a651b (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@13906ec1 (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@64b9174a (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@548a0c5f (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@761a9968 (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@66ec170c (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@4a435fdc (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@4e2f5a3f (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@6c5c5b4b (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@6a0e65bb (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@3a637a99 (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@ea92148 (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@21a5d5 (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@199b3bd7 (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@380d2dcf (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@7fe9f8e7 (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@72ebe5c2 (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@32ee3dcb (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@635c1d0c (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@53c2ff40 (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@7eaad50f (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@3d69bf74 (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@3e5e61a8 (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@7aa2a1dc (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@5288112a (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@22ea8610 (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@6f74f0c4 (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@3700b7 (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@12a440da (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@64088e98 (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@2cb2b00d (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@6a0c7ad9 (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@19953460 (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@156ff0cb (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@26a7bd61 (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@4b9a39e2 (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@29055a75 (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@b7566d0 (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@215cc43a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@41cd7ef2 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1cf3cf3c-0d51-4498-99d7-a3b290c4e999 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@33290a16 (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@2c7ca740 (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@181f3ed2 (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@11cc45ba (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@67da8586 (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@5cee3a17 (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@454b6fc5 (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@768e245f (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@738c7b1d (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@6da707ee (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@6a0c7ad9 (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@19953460 (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@156ff0cb (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@58e11751 (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@2491711f (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@7546bc3a (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@6002481f (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@308990d1 (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@1fbf0656 (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@5fd8cef7 (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@2d6827a3 (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@511b35c7 (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@36710404 (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@2fc7cb4b (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@43feb42f (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@5fa5cecd (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7aaa2372 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3dea1c08 (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@44039c9d (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@6a8042d2 (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@7f3877f3 (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@798aad8a (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@664765f (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@6e9a3293 (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@52a1575c (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@5b981163 (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@6429ae29 (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@3cea0e47 (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@18966f0b (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@39e7673 (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@3328e2a5 (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@2a11582e (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@5fa5cecd (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7aaa2372 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1cf3cf3c-0d51-4498-99d7-a3b290c4e999 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@44039c9d (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@6a8042d2 (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@7f3877f3 (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@798aad8a (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@6e9a3293 (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@52a1575c (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@5b981163 (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@6429ae29 (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@3cea0e47 (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@18966f0b (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@39e7673 (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@2aefc8cf (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@469b63e3 (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@1b1f487e (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@6c16e135 (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@7ab6b0af (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@11465329 (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@70fba5c7 (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@2b3ffda4 (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@64c313a4 (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@47bfdb0e (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@6ac78ba3 (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@3e418982 (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@4263e3dd (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@7b3d2734 (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@3665dfe2 (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@889f40e (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@6ad888dd (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@10a20d16 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@35d84c2a (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@3a206127 (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@5cca8300 (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@1588d1c6 (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@5ddf2f5c (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@7c7a1bae (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@6383978 (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@308380f3 (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@1c650e30 (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@44284152 (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@11050106 (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@78ba8269 (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@430a307f (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@3c7f7621 (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@5cb5d99 (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@294e3e83 (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@3bd57a1d (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@7c5ccd38 (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@232470bf (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@7bc6e87e (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@6b537089 (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@71fc55d6 (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@715d72de (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@3d94e193 (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@7d1a2722 (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@14b20e2 (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@155c6906 (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@568d9589 (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@7a028b4d (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@5ef2b705 (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@44a3e587 (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@5ea10cf9 (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@b0be134 (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@400a35cf (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@1bde6f94 (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@4dce6ed2 (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@1998341e (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@82dceaf (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@6067b2f1 (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@5e61f8d1 (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@6011fc7 (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@60bfe11e (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@3e095303 (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@4ecbd59f (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@256418fd (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@40ab972d (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@607991cf (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@53b61f0c (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@1a82f9d5 (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@6ad888dd (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@10a20d16 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6492c738-093c-445a-83ba-3012cb94de7b org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3a206127 (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@5cca8300 (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@1588d1c6 (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@5ddf2f5c (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@3aa0b561 (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@327ae3b6 (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@612f02de (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@45ae6468 (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@1f18e1b7 (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@6383978 (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@308380f3 (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@1c650e30 (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@44284152 (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@39c4356 (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@2fb4dfce (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@1b945086 (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@75943c9f (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@54967023 (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@1630e823 (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@42944ebe (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@6499f73d (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@36994e5 (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@3e095303 (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@4ecbd59f (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@6cc3fc4f (id: 7b74148e-fbb0-4812-b99c-facd4492ea95, sid: 7b74148e-fbb0-4812-b99c-facd4492ea95) (name: PC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 59bda89b-9e0d-4267-8cff-bf11a4c53d92 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@256418fd (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@3ee89dae (id: fc106950-58a3-4579-a036-66a908f16dc9, sid: fc106950-58a3-4579-a036-66a908f16dc9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e57332d0-5c59-4a83-a4e4-ec716a3246c0 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@58737f42 (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@7884382a (id: 6ad6bb74-078e-44fd-99b0-1005ec2d0483, sid: 6ad6bb74-078e-44fd-99b0-1005ec2d0483) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [DataPkgTest] >> release >> unload Project_test_01 [DataPkgTest] >> release >> unload output [DataPkgTest] >> require >> load Project_test_01 [DataPkgTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@38f26b15 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@67f3b4fd (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3421e26 (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@c030d04 (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@25561b42 (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@49da7c53 (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@7e1b7e95 (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@3fc286fe (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@33b29d0d (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@2972a4a8 (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@22c320e (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@6746a055 (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@40079433 (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@1c41c8a0 (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@18ab592e (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@1535cbcf (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@25e895f1 (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@38f26b15 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@67f3b4fd (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6492c738-093c-445a-83ba-3012cb94de7b org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@c030d04 (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@25561b42 (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@49da7c53 (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@7e1b7e95 (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@2e02a11f (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@3b1b2396 (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@2139e842 (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@4f3c526 (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@5da70503 (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@33b29d0d (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@2972a4a8 (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@22c320e (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@6746a055 (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@403b1345 (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@7c50b80e (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@1f8f59c8 (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@2c49c7cb (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@4c428fec (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@1d1ed680 (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@7f0b3d77 (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@5a970907 (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@2f2c056 (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@40079433 (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@1c41c8a0 (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@18ab592e (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@7f73ad36 (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@3a908e7 (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@11bfc4fa (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@531f8dca (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@31e79082 (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@7a424869 (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@3a6b757e (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@37058131 (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@5f6c96b8 (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@643c5529 (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@51d0c55 (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@1e8a09ce (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@3221e545 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@15b3f7b3 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@cacc46e (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@69c5d949 (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@30d76f83 (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@673d27da (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@2361d33c (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@5c367042 (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@4136ee5 (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@a9e8a4a (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@27cb4016 (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@35f5f313 (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@7dd71ab2 (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@2851cf13 (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@6d964221 (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@7e15f41f (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@42621b39 (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@64ed6d31 (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@3b35bcc7 (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@6ad112b2 (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@38386702 (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@373311d1 (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@21f64074 (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@43d0827a (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@38abfd75 (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@17b9de28 (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@79d50f1 (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@5c41f727 (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@316e1f69 (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@aead22e (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@671d015a (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@43db48f8 (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@24fc45a3 (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@7ded878a (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@7020cfd (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@1e87186d (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@58109743 (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@49509a1c (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@5e22022f (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@78402df6 (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@24361732 (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@69fbe9d2 (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@2706adb8 (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@5ed00b33 (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@69597f6d (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@7a53b148 (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@355fbcf2 (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@7b566274 (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@580f4149 (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@106bec8d (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@5d44499f (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@3221e545 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@15b3f7b3 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = e8fb8cf6-7888-4dc5-ba9d-e11baab7826f org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@69c5d949 (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@30d76f83 (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@673d27da (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@2361d33c (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@4136ee5 (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@a9e8a4a (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@27cb4016 (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@448971af (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@6609dc44 (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@e4a4e4a (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@147c2d22 (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@1bf7320b (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@33b426cd (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@6fd016ef (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@1ab0230a (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@38753d3d (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@2ae5f6b0 (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@45edfa6d (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@5e5e29a9 (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@4f536b8a (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@4a0654a6 (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@6012e119 (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@4fae8fd3 (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@1bf5b297 (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@63ae762b (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@14c3596e (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@2f288c32 (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@19fff24a (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@970c070 (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@7f6f019 (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@6c54a5c9 (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@adf77ab (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@5a345c0 (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@35650b55 (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@7c568add (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@dc5d8d3 (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@125711ee (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@ff58f52 (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@47bdfc13 (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@649da777 (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@4eef026b (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@6d439bfb (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@4536af24 (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@4c991eea (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@35f5f313 (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@2a8ed70e (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@54bcc4cf (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@298ae5be (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@337de6f7 (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@7dd71ab2 (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@43d0827a (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@38abfd75 (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@17b9de28 (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@4dfd94b (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@6f176131 (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@5dbf5aa0 (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@2366f3bc (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@7f70f379 (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@2b3a1b4f (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@c773ed2 (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@1818c7f3 (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@608b14b2 (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@1b109b8f (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@2ea4b791 (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@705dcae9 (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@484b7ed4 (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@571848b1 (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@5c0b65fc (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@421fe616 (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@51318d5f (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@44f90a08 (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@43daa3ee (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@7e48d2d5 (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@234ee336 (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@2f6b141d (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@393807cd (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@15eb445 (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@55ddb00b (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@22619d51 (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@5b1ee0bf (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@2f169b05 (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@17732b04 (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@3956b7ae (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@1561a323 (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@e34cc39 (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@91edf0 (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@c76d18b (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@1496039d (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@3c6b5032 (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@339ad422 (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@95ab153 (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@2d74c10e (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@4b78ee52 (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@2e2608db (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@72aae465 (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@795d378f (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@755b4c88 (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@6ba5f228 (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@4e89aaf5 (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@5ef80de4 (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@716825bf (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@3598ad08 (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@3645674c (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@28cccb4d (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@18b94636 (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@683948c4 (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@69597f6d (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@7a53b148 (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@355fbcf2 (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@522997cc (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@123615f9 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6f86c17e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6ac3bf1d (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@6ae97d50 (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@2d230a72 (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@148b37ec (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@29437168 (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@4c185a79 (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@1e13041 (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@331bd924 (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@27af9012 (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@29eadd0c (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@fef185e (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@705ee42f (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@778288e9 (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@582cbb5 (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@3e7224f7 (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@3d4852ec (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@251e08ff (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@115a87ab (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@758bec7e (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@a2b1f11 (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@5fa7a75b (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@1a0514db (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@3047f3f9 (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@2fcbd86b (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@197442b2 (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@17ee3878 (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@3e2df766 (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@3a4e2d38 (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@123615f9 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6f86c17e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = e8fb8cf6-7888-4dc5-ba9d-e11baab7826f org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6ae97d50 (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@2d230a72 (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@148b37ec (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@29437168 (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@4c185a79 (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@1e13041 (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@331bd924 (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@27af9012 (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@29eadd0c (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@fef185e (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@705ee42f (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@778288e9 (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@12fd152b (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@582cbb5 (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@3d4852ec (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@251e08ff (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@115a87ab (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@a2b1f11 (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@5fa7a75b (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@1a0514db (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@3047f3f9 (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@6246b177 (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@b94f1b (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@32a8301b (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@3d7fd58c (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@6a65165d (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@20ee5d9d (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@53b58973 (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@10a5f53c (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@52b0de8b (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@6073f5 (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@7fe19c9b (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@40d28a4e (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@14c24059 (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@173e66ef (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@644825d7 (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@301c53ea (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@36da0d38 (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@52370c12 (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@7774fd1e (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@25a57319 (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@43700958 (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@29cdcab8 (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@79814e92 (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@77b2c700 (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@344b3a67 (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@7314be5c (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@929b72 (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@61f9d6a7 (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@c8c50fd (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@5abce96e (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@4e61b040 (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@61021bc5 (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@f67a4a0 (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@32adcbbb (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@710d9e1e (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@a07fc9 (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@32d099d9 (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@6e7c7c2b (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@739ce294 (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@70c18519 (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@4669c489 (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@4b79654b (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@5f65a6f2 (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@23f0194a (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@2b35cc31 (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@2be6a721 (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@5946d699 (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@7a5faeb2 (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@7f8eb18c (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@61cfdef3 (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@e523e4d (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@9ff2b0b (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@377e969 (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@1c5097b2 (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@36f6223 (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@73b8a636 (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@2fcbd86b (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@197442b2 (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@17ee3878 (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@2e2c4f40 (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@5f55c26e (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@648f7ae4 (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@244b3f5 (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@4e5eaab2 (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@3fe957a5 (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@202e42e6 (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@7d2860d (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@3c62b77f (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@49c38b29 (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@1ba8c985 (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@8d9c613 (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@21a94138 (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@74661ce7 (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@29df170f (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@6f70a579 (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@4bb892e (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@407e2c7a (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@11c82c15 (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@7b790838 (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@23530c80 (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@12fff96c (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@4287d7a2 (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@710c3f02 (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@4a000aaf (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@27d9ae1a (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@5b1f4784 (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@4bfb97ca (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@1e4b968 (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@6b276e30 (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@4aa527b7 (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@5d77bcee (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@797c61d1 (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@297ad620 (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@4a01d427 (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@2a719145 (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@30990f33 (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@4fad04d6 (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@bc941e8 (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@72a055b8 (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@8144760 (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@77a122f3 (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@26666da6 (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@21a1967a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4feb4748 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@44d94cc4 (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@4c122a59 (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@4cc62f7a (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@3cd92c8 (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@3e4ecbea (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@66b3aa2f (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@b1f07ab (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@64ab8fd2 (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@2c721936 (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@207e7fae (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@3b628c51 (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@2a9b9166 (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@5b48060 (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@2391283e (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@42835443 (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@34e5edd4 (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@1573dca8 (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@3f89d6e0 (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@67f0bc1e (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@7c607679 (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@777d73c1 (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@6328518 (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@64c0c98c (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@1b6ca8d3 (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@298a39bf (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@648a3050 (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@39a8d43f (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@6538eefc (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@1d077425 (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@159b6cab (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@77754b3d (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@9215f30 (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@17b44603 (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@59849e6a (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@4751ac4 (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@7ae0da5 (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@321fc70d (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@4f1568ea (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@639ae8f6 (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@14ae1205 (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@58c59832 (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@3cf3f9f8 (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@38c5035e (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@489d0e90 (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@6a00d766 (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@1cb4c7af (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@c06ffbf (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@41e8f675 (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@1ad60aa (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@21a1967a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4feb4748 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = e8fb8cf6-7888-4dc5-ba9d-e11baab7826f org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4c122a59 (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@4cc62f7a (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@3cd92c8 (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@3e4ecbea (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@b1f07ab (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@64ab8fd2 (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@2c721936 (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@414ed06a (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@5181f4ee (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@1e4fb6b8 (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@2801a16c (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@1ffbe986 (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@41834813 (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@229acced (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@7b51313 (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@47c26dba (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@1c5a7681 (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@68d32c43 (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@47d187c1 (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@132a9d3c (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@5c0b0fa6 (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@2d4b9150 (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@666ff4b7 (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@21eb563b (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@25190b9f (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@54a9df7d (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@4dfa5313 (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@365b9e19 (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@5bf32ebe (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@41bb508a (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@5ec6e165 (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@348707f2 (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@76435902 (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@6d676840 (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@4436140 (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@8f75ead (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@64108df8 (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@3263dc52 (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@2db5e23f (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@1f85d312 (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@7f9ae257 (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@53b720ba (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@519184e9 (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@60bdd08a (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@207e7fae (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@53af1655 (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@6bc2d6ed (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@57c5d90a (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@4155f53 (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@3b628c51 (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@6328518 (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@64c0c98c (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@1b6ca8d3 (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@7933304 (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@2f23fc3a (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@52ab328d (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@2bdfac5b (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@59e91b4 (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@356c7f11 (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@3ed81c6b (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@6833c29f (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@19d1fd1c (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@4f139dc0 (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@3156eb0d (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@4707f082 (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@51a8dc63 (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@286a60b (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@40e2bd5 (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@7cf55836 (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@6b29c80f (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@5ca88d9f (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@290d555c (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@7f6f9ca3 (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@5a235af1 (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@42fff05f (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@19bfae9 (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@292f4fd (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@42a6c28c (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@7fe6bf8f (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@21744e28 (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@345473e7 (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@40927543 (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@ac2b019 (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@9c4aa67 (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@1e183bf3 (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@4d737d1e (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@52ae5ed1 (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@7e955171 (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@210d2af3 (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@77c02841 (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@57b8b8be (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@3f265e1 (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@4b609dde (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@3d1436d3 (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@2f7b1487 (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@3fb6b1e4 (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@707745a1 (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@6cc957d2 (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@1b61b9e0 (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@115202f9 (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@5b42073f (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@7d93ac42 (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@6babb4a9 (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@6aef26ef (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@215fbf72 (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@414ef6a7 (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@38c5035e (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@489d0e90 (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@6a00d766 (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@5da53f10 (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@31a36920 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4dd81a18 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@123a24f3 (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@34c0384 (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@61856253 (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@4057d790 (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@cd7c0d6 (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@78933b10 (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@60698c5 (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@346529a3 (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@74eca61f (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@15c64829 (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@23ec8d7b (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@5ed10146 (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@36b5b497 (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@1dc9296 (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@6713e3ee (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@4d53ffad (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@6bf362fe (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@7a48df34 (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@3c044e6f (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@6e7870d5 (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@1e6c1b76 (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@2261d6f0 (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@3c0883e5 (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@26d0da42 (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@3ccb5b42 (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@7dad8873 (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@121dca59 (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@1db0c45c (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@31a36920 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4dd81a18 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = e8fb8cf6-7888-4dc5-ba9d-e11baab7826f org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@34c0384 (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@4d53ffad (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@6bf362fe (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@7a48df34 (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@6e7870d5 (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@1e6c1b76 (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@2261d6f0 (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@3c0883e5 (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@11dbb269 (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@6f12bc8f (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@436821cb (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@3b8795e8 (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@7783300b (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@d0f1cb0 (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@f6b12a3 (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@8c4fe73 (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@66299408 (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@1336fee1 (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@441f082e (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@6b0741b8 (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@41240104 (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@65413e37 (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@592304c9 (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@8f894d4 (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@69b598ee (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@5e9a369 (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@442dfa51 (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@8bf9834 (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@4d081325 (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@5320306 (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@2ee69e83 (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@5aeccd53 (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@57707c10 (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@424f7fcb (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@58c7f387 (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@64fd2b99 (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@30395bea (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@931db01 (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@6e0d4a6b (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@63a105d0 (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@193de445 (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@1e53ddb0 (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@1a098203 (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@71ed9b17 (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@70456a3 (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@7bab5ae (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@517536c0 (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@4cdd3ada (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@6949ccac (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@3b8c13ee (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@4337f169 (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@6699083f (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@419284ec (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@1a5afc53 (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@669aeac8 (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@48ecded4 (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@1d8c86c1 (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@50794947 (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@6184352a (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@4fb04db0 (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@36f36009 (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@2cda24e1 (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@6c376935 (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@21a764ce (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@26d0da42 (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@3ccb5b42 (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@7dad8873 (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@47b2817c (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@67905102 (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@1e717f9 (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@1098f9a6 (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@437223a8 (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@260f7285 (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@1feef162 (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@486c7ef0 (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@1ad17b36 (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@4717a9b3 (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@2f9a35d2 (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@42a552f (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@15339657 (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@6f13ff73 (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@11d963e6 (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@470cdfdf (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@4e046847 (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@3e1cee93 (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@64806ce5 (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@45d3a58d (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@28f8bb20 (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@71c9a0da (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@16c90d42 (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@4eee2ddb (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@2322be9d (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@1fd11553 (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@41acb8f6 (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@7e13c5ed (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@48734ae4 (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@5f1fa534 (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@7b50dd29 (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@1b8c5303 (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@49fa1efc (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@6bee24f2 (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@162a0533 (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@6f4758be (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@76d3a654 (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@6c00c5c8 (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@2a4546e6 (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@7edc38d6 (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@425d8943 (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@52e561ab (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@2ed636ac (id: a09e600b-26ca-4990-a8d6-903eebb2d384, sid: a09e600b-26ca-4990-a8d6-903eebb2d384) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = b5e8fb90-ea7f-4109-8de2-e5b78f574001 org.polarsys.capella.core.data.ctx.impl.SystemAnalysisImpl@61856253 (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@4057d790 (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@cd7c0d6 (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@78933b10 (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@60698c5 (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@346529a3 (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@74eca61f (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@15c64829 (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@23ec8d7b (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@5ed10146 (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@36b5b497 (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@3baaa489 (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@1dc9296 (id: daef0597-fa48-4eed-b955-4b617cfac18a, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Interphase] >> release >> unload Project_test_01 [Interphase] >> release >> unload output [ExchangeCategoryTest] >> require >> load Project_test_01 [ExchangeCategoryTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@4592c0f0 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@322815b8 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@440b9ba7 (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@71704379 (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@744234d8 (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@28cf3093 (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@14158d9a (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@59430ede (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@5abc486d (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@65baaff5 (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@27b9626d (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@4ccc493d (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@37528948 (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@744a3819 (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@4fc62ea9 (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@253d351d (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@686f03b (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@23a98a02 (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@5d644bb8 (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@11bd18d4 (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@208b25f0 (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@4f9d5279 (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@305be9b9 (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@49593cde (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@300424a0 (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@15afb643 (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@3fb13093 (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@5c59358b (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@5dad6d1a (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@6b269b1a (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@5da51b45 (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@7a69ff26 (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@6b59e5ef (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@3ac4b69 (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@4dafe591 (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@788ab3cd (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@5cd847ae (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@3d4ea85f (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@fff510a (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@22468fe3 (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@3cbd5932 (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@747902aa (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@17b6a2e (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@1754d475 (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@5216900b (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@46db8174 (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@3aeb6f2 (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@7a03df06 (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@1e73c68d (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@44b15312 (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@7454d30b (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@4592c0f0 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@322815b8 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = ac8231a3-5b89-4c10-809d-11ce4f119f5c org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@71704379 (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@744234d8 (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@28cf3093 (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@3391950a (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@353138 (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@14158d9a (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@71949f34 (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@208e723d (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@99b3be5 (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@315a0e11 (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@64e25a31 (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@37aec30a (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@67ba8209 (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@d371668 (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@5b4fda79 (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@5abc486d (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@65baaff5 (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@27b9626d (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@4ccc493d (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@5216900b (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@46db8174 (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@327b7533 (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@3aeb6f2 (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@2f22f207 (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@594dc837 (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@1fecc60a (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@d8966bb (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@47eb6b69 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@795df918 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2a481ce3 (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@614873ae (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@257f9426 (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@89c2c6d (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@1f760ed9 (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@427d2a90 (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@3878419 (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@21542acf (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@6e2ce998 (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@3e6f5202 (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@631e2964 (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@31e50b92 (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@3155b8f0 (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@7fbf6bb5 (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@4606b02b (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@47eb6b69 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@795df918 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = ac8231a3-5b89-4c10-809d-11ce4f119f5c org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@614873ae (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@257f9426 (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@89c2c6d (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@764a8769 (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@4fdb9e01 (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@1f760ed9 (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@46f177b5 (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@2f67c442 (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@3cdf7c39 (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@1370adbd (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@5ef13cb9 (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@4fa5b6f1 (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@8dc2588 (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@67ec3280 (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@a6aba7e (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@3878419 (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@21542acf (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@6e2ce998 (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@3e6f5202 (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@631e2964 (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@31e50b92 (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@3155b8f0 (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@75ee039a (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@6729514a (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@7e096fa6 (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@6207caaf (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@67f0f7a6 (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@4afe4913 (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@2331845f (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@431c1a58 (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@7b1265f9 (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@7f744bed (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@50483b20 (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@73a535ab (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@1b70bb8b (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@302e776f (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@98c8f6 (id: 241a57b6-b70c-40da-a967-a276ddff509a) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7002cb97 (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@64b0c064 (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@45e31a8a (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@75ec20de (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@69f53355 (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@683f905 (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@4eab2a77 (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@440ac7b3 (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@616defa3 (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@659659d0 (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@2b883234 (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@85241e7 (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@e18e254 (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@26a8d232 (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@4c5b5d41 (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@561c6054 (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@1f5f3281 (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@7f065a1a (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@69a1a1ee (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@5c8a624e (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@3a278864 (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@773cc3b0 (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@1376b268 (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@1c612a5a (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@1a83e51a (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@b3394b9 (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@2df08245 (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@38d64e5b (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@3df8d76e (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@2af90a34 (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@3b24784 (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@99c653f (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@72a480c5 (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@10ee8c0f (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@17177f1 (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@6b2e4f7d (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@3dda4875 (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@59b03535 (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@53741f0d (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@4a38f7b9 (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@254e976b (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@7d0f176a (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@15d26c01 (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@389b1a12 (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@464d9361 (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@33504d91 (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@148b0de (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@fb3b9f0 (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@632092e7 (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@302e776f (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@98c8f6 (id: 241a57b6-b70c-40da-a967-a276ddff509a) ID = a1d400dd-2473-41ac-b23e-a788d877a88d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@64b0c064 (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@45e31a8a (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@75ec20de (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@69f53355 (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@5a332e5c (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@7d948da (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@13a7722f (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@53889495 (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@108a0176 (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@5dd81425 (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@70dc95f8 (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@50b596b7 (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@3f58406c (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@7bc7e7c7 (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@32abafc0 (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@4f0dd2d9 (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@b30ed20 (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@1fd7caeb (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@706da37e (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@51573cb0 (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@5d828257 (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@7c238b9e (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@61c8b137 (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@992b302 (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@40cb085d (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@259cc17b (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@4315895 (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@4bc7a0a2 (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@b69b0b (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@2226064c (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@4b6dbb4e (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@38179d1b (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@1e06f69c (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@3b22b91d (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@440ac7b3 (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@616defa3 (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@659659d0 (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@4c0df1e8 (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@5ea89085 (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@50b66c04 (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@739f71b (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@2498c4a5 (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@3e2e540b (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@5d9bd986 (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@15d26c01 (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@389b1a12 (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@3eafcb64 (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@204301ec (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@464d9361 (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@7e39b625 (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@a94a9c8 (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@4046b42f (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@6abae1dd (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@5981ea31 (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@7674d220 (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@366f70d (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@4501ef5b (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@35f5eba1 (id: 241a57b6-b70c-40da-a967-a276ddff509a) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@4bdf2728 (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@66198dcb (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@7a1049dc (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@3dedbe83 (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@7eb7d65d (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@b5b5c07 (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@132de2bc (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@7cf0d40 (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@5940452f (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@41aa5f7f (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@109c1bcf (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@77b6946d (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@6d4c0650 (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@682b859b (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@4b6aa17d (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@4501ef5b (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@35f5eba1 (id: 241a57b6-b70c-40da-a967-a276ddff509a) ID = a1d400dd-2473-41ac-b23e-a788d877a88d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@66198dcb (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@7a1049dc (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@3dedbe83 (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@7eb7d65d (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@2d4936a1 (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@55efc47d (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@5a661e5 (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@45e34a32 (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@217b9011 (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@a1c646f (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@431c8864 (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@1fc1b91b (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@773e3522 (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@57b181c0 (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@1d06b1fe (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@1b970059 (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@40f33d6a (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@670bd2b8 (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@4faa16e6 (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@6c9c4282 (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@35dd2a16 (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@c7ab007 (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@13789a48 (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@1dfe52f7 (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@412f56c4 (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@1a9a8543 (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@4f715fed (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@381b7344 (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@1b553ea2 (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@719527c8 (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@13a41169 (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@6daeab8b (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@5eb2d00e (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@1355dbae (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@7cf0d40 (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@5940452f (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@41aa5f7f (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@950d5e4 (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@768a7c83 (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@2d382640 (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@3efac53f (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@318ac8f1 (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@14c1d427 (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@78a7ead9 (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@109c1bcf (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@77b6946d (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@6d4c0650 (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@2a7ad802 (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@5ac8ece1 (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@199e0e29 (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@7599c39b (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@1c9f6447 (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@67a7a18d (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@5394e7bf (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@68aa634d (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@f708f43 (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@5501ece9 (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@21dc40e9 (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@18b24f9 (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@7d65b11 (id: 241a57b6-b70c-40da-a967-a276ddff509a) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@46ac3029 (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@4ce121d5 (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@1b05b6a2 (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@43df103 (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@2b060775 (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@633ad649 (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@5b796858 (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@3e1730f0 (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@3c69de53 (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@4cba07b0 (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@644d283f (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@6e2c20db (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@52024eee (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@21a6e6a (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@f1ba2c6 (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@be6106 (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@408b2ac1 (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@11b37584 (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@43ece8e6 (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@30a907cc (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@296dee3a (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@23f8b1c6 (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@777c687 (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@7f1836c2 (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@39c20b25 (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@5f52fb5a (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@66a85dc9 (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@5838d9f8 (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@718a6af9 (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@394ac7b9 (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@1d28934c (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@3417e08 (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@21be113b (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@4ea67dba (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@174d25d1 (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@1f74b80e (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@4e124512 (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@33a4aac7 (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@4d3972cf (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@773707ae (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@2bd1f68f (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@3db593a0 (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@3b6df63c (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@1d28f0db (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@f19c80c (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@ba7ab5d (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@561add16 (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@19ac558f (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@43b0b588 (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@18b24f9 (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@7d65b11 (id: 241a57b6-b70c-40da-a967-a276ddff509a) ID = a1d400dd-2473-41ac-b23e-a788d877a88d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4ce121d5 (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@1b05b6a2 (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@43df103 (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@2b060775 (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@402072fa (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@76a67cfa (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@1d783ec4 (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@6debfb1 (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@45aaaa32 (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@2e5fd1 (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@3ebeec9d (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@4bb0fc52 (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@4de50414 (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@77db3619 (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@39d95f64 (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@5c7939ef (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@723ca787 (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@3b2f7759 (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@48fe3d27 (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@5dddc396 (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@4a4a4735 (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@a1f649a (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@33b167fb (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@43d368 (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@18284fba (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@661c44a7 (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@5154fff9 (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@2b212815 (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@159d7dff (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@30b49f82 (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@22bf931c (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@2f8be513 (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@7172b48d (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@11cee694 (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@3e1730f0 (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@3c69de53 (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@4cba07b0 (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@28080476 (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@2f9f2137 (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@5d76f9d1 (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@416df248 (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@292e75a7 (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@7f6e6f2c (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@153ca961 (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@3b6df63c (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@1d28f0db (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@49a02954 (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@9291e3c (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@501e72be (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@67cc6d6c (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@3020e8b1 (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@71b80f11 (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@3808ff8c (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@f19c80c (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@4e00ef2d (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@2a985cd7 (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@566363d5 (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@9cc7605 (id: 241a57b6-b70c-40da-a967-a276ddff509a) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6c4977f4 (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@412234e9 (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@6b4f84c8 (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@631049a8 (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@4d105a12 (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@6dc0e18c (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@566925dd (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@270279ba (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@b7d5c19 (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@7332ec70 (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@644e4804 (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@918b264 (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@436c6df6 (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@2c7d3eb3 (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@504b142 (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@566363d5 (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@9cc7605 (id: 241a57b6-b70c-40da-a967-a276ddff509a) ID = a1d400dd-2473-41ac-b23e-a788d877a88d org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@412234e9 (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@6b4f84c8 (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@631049a8 (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@4d105a12 (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@25cc754 (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@15226a13 (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@749e3c16 (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@3b91285d (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@5f132e1c (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@5967b51f (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@76e8adcd (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@592d0632 (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@4c7373f3 (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@72b487c0 (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@19fafa1e (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@4e41ee39 (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@189dfab6 (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@2b28aaad (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@654c9fdc (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@24bd956a (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@53829301 (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@3d11261e (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@3c22fc1f (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@74fc2834 (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@33a1b731 (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@6024831 (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@2c5d8060 (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@588713a7 (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@7539067 (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@7a50a554 (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@5bbd927a (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@64038680 (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@539ae638 (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@3122e0bb (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@270279ba (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@b7d5c19 (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@7332ec70 (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@779d6f08 (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@43e607e8 (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@229a1619 (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@462f2f56 (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@5a56fdb4 (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@297c6851 (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@5ba489b9 (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@644e4804 (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@918b264 (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@436c6df6 (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@3cfacd63 (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@2a62ac90 (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@6625a02a (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@13c40180 (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@58abd722 (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@2d4e16a8 (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@68833d14 (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@5b78f985 (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@5d6c270f (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@ca815c (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@71d077cc (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@24e1fbb8 (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@e22547e (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = bdf83bdb-a0f5-4444-8e5e-17d5504190e6 org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyTypeImpl@734effbf (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@474c203e (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@137ab437 (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@21afe755 (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@251847d8 (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@373ce95 (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@45ee09c0 (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@1ba5cb67 (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@41155617 (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@7e5c49cd (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@36f25270 (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@729ecf43 (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@7ef9e5d (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@1b61ad4c (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@3f240d82 (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@3bc429f2 (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@242c0007 (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@38b13ab7 (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@18d8db8d (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@2be8faa2 (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@1c0d4a57 (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@705c8e9e (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@34b484aa (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@5616409 (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@73c8d900 (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@1c342933 (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@77f5c819 (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@5db26a30 (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@4c0f6d3c (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@58ea3b8 (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@49f8c720 (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@32fb5683 (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@4e604b24 (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@6a920ea4 (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@4b42f197 (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@5c5ea46a (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@76410bde (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@66918ce2 (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@704dc5b9 (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@361cc913 (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@487d3bf5 (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@22e14884 (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@3c9f316c (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@6c9b23bd (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@4d180f48 (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@6515db07 (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@20449298 (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@15f7dbe6 (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@1898f45f (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@539ed9a8 (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@574a4111 (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@7cc998f5 (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@232ca13f (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@65a7f6b (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@39de478 (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@33a3dace (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@7540a0dc (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@20b43838 (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@4ce6b672 (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@61be608a (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@11086a21 (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@107cf5c0 (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@6950949b (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@7b78030b (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@29f33727 (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@5e56052c (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@33cfa631 (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@8148b18 (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@3479ae2c (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@3ba264fb (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@4253b56d (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@2fd37927 (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@7d73cdb3 (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@49dd897b (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@1204b5ee (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@cb637c8 (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@dc217cd (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@8718498 (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@6b0cde70 (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@4e3f043b (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@3363e156 (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@1709e2db (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@24e1fbb8 (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@e22547e (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = 9e300026-108f-4c9e-b02d-7cbad80dee5e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@41155617 (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@7e5c49cd (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@36f25270 (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@729ecf43 (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@7ef9e5d (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@1b61ad4c (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@3f240d82 (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@3bc429f2 (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@242c0007 (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@5304d4ab (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@2be8faa2 (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@38b13ab7 (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@1c0d4a57 (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@705c8e9e (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@34b484aa (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@5616409 (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@73c8d900 (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@5e047a2b (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@77f5c819 (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@34003af (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@4c0f6d3c (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@49f8c720 (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@32fb5683 (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@13137dc5 (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@6a920ea4 (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@4b42f197 (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@5c5ea46a (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@3479ae2c (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@3ba264fb (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@4253b56d (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@2fd37927 (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@7d73cdb3 (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@49dd897b (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@dc217cd (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@8718498 (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@6b0cde70 (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@4e3f043b (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@6c44fdda (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@285111c8 (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = bdf83bdb-a0f5-4444-8e5e-17d5504190e6 org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyTypeImpl@4dc61ffa (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@7c409c8e (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@62806097 (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@6cc52b62 (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@1101c0cf (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@69dd8a8d (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@838dbf9 (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@4d637fa7 (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@27a25470 (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@6b70d992 (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@44ce6bc8 (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@f4a4a49 (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@63ba12bc (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@73f71a29 (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@359ba4e2 (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@26eddf1f (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@a0ff448 (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@41628172 (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@29368108 (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@60cbf85f (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@6932f521 (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@6c44fdda (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@285111c8 (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = 9e300026-108f-4c9e-b02d-7cbad80dee5e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@27a25470 (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@6b70d992 (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@44ce6bc8 (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@f4a4a49 (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@1f140e3e (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@7245f807 (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@45e25dac (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@18a75f5b (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@50aa3249 (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@32f954c6 (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@104c2d19 (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@4c14f6a1 (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@5ad6a861 (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@2b0372c7 (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@2a3a3594 (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@41f06f8c (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@2e0a5273 (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@674aecce (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@65c288eb (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@7c42f5e6 (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@5b694098 (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@3b421960 (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@2101a9fb (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@5972b402 (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@73f71a29 (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@359ba4e2 (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@26eddf1f (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@a0ff448 (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@41628172 (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@29368108 (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@61eba616 (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@1433b3d7 (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@410fc932 (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@69ef529a (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@569650cc (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@6b717e2a (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@54476a1b (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@47af898b (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@23dba182 (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@3aadc9b8 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1354d500 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@74317da1 (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@387a63c6 (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@49305038 (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@39f94413 (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@77d4cfa1 (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@226d2617 (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@1f4538a5 (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@18d96ba7 (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@11af70aa (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@2799e22a (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@4a52be6e (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@79434c19 (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@797ec4cd (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@8a34c1f (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@57dd22ab (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@349d9fcd (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@3bca7d3f (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@291b1ded (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@17edba1f (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@4fd63cd8 (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@271d8398 (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@569806e3 (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@2c5f736d (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@5211aac2 (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@19dbf25b (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@fe2409d (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@58718e17 (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@7696861 (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@41e61bfd (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@5c9d5df4 (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@8c87146 (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@442e2a5e (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@3566e8d5 (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@3226170 (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@48ab6213 (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@7de2dd82 (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@7fc0a2ab (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@6ff975c2 (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@7cd129d4 (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@1734e501 (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@6d1bd8b6 (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@4968e7b2 (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@744e212d (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@501da45b (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@374312f6 (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@4deed2b6 (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@11444e9b (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@2d75b598 (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@1fb7f45d (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@3aadc9b8 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1354d500 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 2440e9c4-fcd4-4b58-8ce6-e7187f2e3d32 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@387a63c6 (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@49305038 (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@39f94413 (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@77d4cfa1 (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@59f713de (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@d753d55 (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@4b7c14f5 (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@7bc1bf7a (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@1ac92a3f (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@3ef233a6 (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@63ce0484 (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@30855210 (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@1f4538a5 (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@18d96ba7 (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@11af70aa (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@2799e22a (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@744e212d (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@501da45b (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@505a2a46 (id: ae32b4ee-f851-45a9-afb8-1b659cfc6836, sid: ae32b4ee-f851-45a9-afb8-1b659cfc6836) (name: PC 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a1cc6c0c-21c8-4509-a084-9e1689c6e5fd org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7217d11c (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@5831cc8b (id: 9266e26a-d2ac-46fb-9b8a-96ce82132730, sid: 9266e26a-d2ac-46fb-9b8a-96ce82132730) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 06da8bcf-fe54-4452-9567-467c0667949e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@374312f6 (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@3b99011d (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@726a3585 (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@5247edb3 (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@3f27c5de (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@4cd3db23 (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@6f361921 (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@2715b01 (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@3f977a4 (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@51a1be3b (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@e015a3f (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@6a0a1ad (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@4e2cb28a (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@12209d12 (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) [FunctionalChainLoopTest] >> release >> unload Project_test_01 [FunctionalChainLoopTest] >> release >> unload output [FunctionalChainLoopTest] >> require >> load Project_test_01 [FunctionalChainLoopTest] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@26926732 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@e00e811 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3939c9d3 (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@616a75ee (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@227ed7c0 (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@5bdacc88 (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@513c2293 (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@9cf1abb (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@7c25176c (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@d4ed091 (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@4a2f76fd (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@1e6586a3 (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@655417a6 (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@4a342e5b (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@7b1d217e (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@7a48b5ce (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@ac6ba9d (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@26926732 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@e00e811 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 2440e9c4-fcd4-4b58-8ce6-e7187f2e3d32 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@616a75ee (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@227ed7c0 (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@5bdacc88 (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@513c2293 (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@232f40dc (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@483af71f (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@5735b56b (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@3546681a (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@6cb6f7ce (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@73ab7748 (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@f4fa520 (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@549c3b80 (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@7c25176c (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@d4ed091 (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@4a2f76fd (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@1e6586a3 (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@655417a6 (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@4a342e5b (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@7b1d217e (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@1dd08f (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@d8f8362 (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@69725c2d (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@5c8c25f2 (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@327b0f44 (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@431e1efa (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@38f6b180 (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@5e8a0d9 (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@6f839e0f (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@5cd9a4cb (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@512e6461 (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@1100f8f5 (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@4c01a249 (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@6ca579 (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@1ce337e4 (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@5b612a42 (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@1a33d88d (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@7f11f1df (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@2829b3ff (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@2c5af1c7 (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@5c35729a (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@63ec5a17 (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@63fabde (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@7d90b617 (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@32a64e16 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@106522be (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@66bc287e (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@3368dc39 (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@31d40714 (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@6f790f61 (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@779ea7f6 (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@33ac119f (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@2bf43518 (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@32753891 (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@6b93f779 (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@614543e6 (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@218e35df (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@69484c89 (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@45cfd59b (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@6436bed (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@56338637 (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@7db4a47c (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@466cd55c (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@5b6dc27f (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@11a5f51b (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@496a3417 (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@698cde53 (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@5cc78727 (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@6274bc89 (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@7a26f65c (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@75d7d10d (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@15c99e2f (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@529ee8eb (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@1fc760f2 (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@545395be (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@db241fd (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@28ce3910 (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@caa0c0b (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@449c8645 (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@5b3e9a82 (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@2612e4c (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@5e77b05f (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@7e79ab7a (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@513cc4bd (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@5a248398 (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@39b225cb (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@a236bfc (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@3d0d5f29 (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@7aef4eef (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@c9ae222 (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@4a92461 (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@50a234c4 (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@2b596822 (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@cc3371f (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@1a747f5c (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@32a64e16 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@106522be (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8b2d2b5c-6dc7-4c24-b1cd-4f032066bf2e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3368dc39 (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@31d40714 (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@6f790f61 (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@779ea7f6 (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@21df2c99 (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@30a27311 (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@17077063 (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@1524d462 (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@4dc789bb (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@6ede41e9 (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@42f6a039 (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@7142fbc1 (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@b93e03 (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@1cf4f6f4 (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@6b746a3b (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@d0e0867 (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@440e76e3 (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@7ff67bc0 (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@371be3b7 (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@4aab8803 (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@7da556db (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@31411ad4 (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@592f4110 (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@4fd231a6 (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@1816a509 (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@21b89b65 (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@2bc6983 (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@712eff10 (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@142821e3 (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@75b9a294 (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@13a8a280 (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@2bbd1f63 (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@3b88d296 (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@286597ca (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@4434af04 (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@46dee3da (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@2d2d399a (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@308314a0 (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@51aed13b (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@605f28e7 (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@2bf43518 (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@32753891 (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@6b93f779 (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@614543e6 (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@7aef4eef (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@c9ae222 (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@2e71c443 (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@4a090636 (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@990b34b (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@20267283 (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@266d5390 (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@4a92461 (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@ad9a616 (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@3b4eba74 (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@5847daab (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@41e07220 (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@1a4c0e31 (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@5a5df5d7 (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@1e46ca0 (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@43576fce (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@3910cc13 (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@cd665ab (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@2e7599fd (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@5624bae2 (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@696b8461 (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@56af5fda (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@54178e83 (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@2d3d9878 (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@2f90230b (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@27cb68d0 (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@43540cbc (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@74fb756 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2ed13666 (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@6af89f48 (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@19123efd (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@275780f3 (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@62d409e9 (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@3bf35b60 (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@3d042024 (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@470b3fdc (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@2ea2f46f (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@32bbe49f (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@2cd0d8cb (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@7c4e49d (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@3e7c7986 (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@46162aa2 (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@5b8b25b1 (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@43540cbc (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@74fb756 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8b2d2b5c-6dc7-4c24-b1cd-4f032066bf2e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6af89f48 (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@19123efd (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@275780f3 (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@62d409e9 (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@2186a7b1 (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@296b80aa (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@3220dd6c (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@70f91180 (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@64d69b01 (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@114d29e1 (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@25324d19 (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@1d7f2d2e (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@4da1b313 (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@355b8967 (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@2b65050 (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@66440b75 (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@26bd1585 (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@4f44a084 (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@7f404dec (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@3919fed2 (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@7746d549 (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@1d6c1ba5 (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@603e1ac9 (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@16279772 (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@578af462 (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@2a466c05 (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@3a3ec3d6 (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@10a18063 (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@91ee036 (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@45f2a2b0 (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@7508549f (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@253f8fac (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@bd2c214 (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@482c5450 (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@11d7069a (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@544e35bb (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@155d1a06 (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@34d47b96 (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@1d1e4840 (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@38d845b5 (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@3d042024 (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@470b3fdc (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@2ea2f46f (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@32bbe49f (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@2cd0d8cb (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@7c4e49d (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@3e7c7986 (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@3fce9357 (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@79830164 (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@5fc381e4 (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@18771f98 (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@53e863ea (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@3281d0d2 (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@718ebbc7 (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@51a5f1b1 (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@41c23f5c (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@7df960f6 (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@792dac0d (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@77bf2e0 (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@3fd19a1c (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@28a3ec3f (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@752c2a85 (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@301ce344 (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@32e8e21 (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@34db486f (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@20b72473 (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@77e6f5e2 (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@4e32b9 (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@6eb89aef (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@7735bff7 (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@37bc1d16 (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@6cd3bf6d (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@36c37f07 (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@61c09064 (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@16f4f5c4 (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@672d18a0 (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@4abb6805 (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@2f1d8286 (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@1e760874 (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@1191fb02 (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@7b4275 (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@43b1f94e (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@6d2a7ce4 (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@73fdd3a8 (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@294f4f48 (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@18d548a0 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7872cc55 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@b29d4b (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@34493dbc (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@2ded4a1d (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@1ebb211e (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@4c090811 (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@bea3558 (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@24df30d0 (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@d2824dd (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@5c16c3f4 (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@5c582638 (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@5a616c07 (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@18b80caf (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@56d0e724 (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@436bd19c (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@12bb9ca2 (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@4abe372e (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@1b86009a (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@6fcd547 (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@486c17b6 (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@73505ed2 (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@58f902f2 (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@38cfb247 (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@1036c34f (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@6161a955 (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@711fc919 (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@340710f7 (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@128d8183 (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@7e4ab986 (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@7192e057 (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@7d1ed63a (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@361d183 (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@28ccdee0 (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@4e3a13f6 (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@459eb30d (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@487e9ff4 (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@60b73c5 (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@18307551 (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@2886bb81 (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@14bb005a (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@4973dc53 (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@52f2a2d1 (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@4fb551bd (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@1dcc4d3 (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@2c9f6177 (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@37af5a0d (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@3c73f5e1 (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@5f0bd9e5 (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@66f8beab (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@7d4845c9 (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@18d548a0 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7872cc55 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4ac1c0c8-e740-4742-b060-5b50092cff66 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@34493dbc (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@2ded4a1d (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@1ebb211e (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@4c090811 (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@78d4eb2d (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@4f955df (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@700349c (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@73e7701b (id: 91a8b7eb-e83b-4994-b30f-7672f698173f, sid: 91a8b7eb-e83b-4994-b30f-7672f698173f) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 3f389a36-b4c0-4d31-a4ad-e2939534c774 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@26deab6 (id: 3f389a36-b4c0-4d31-a4ad-e2939534c774, sid: 3f389a36-b4c0-4d31-a4ad-e2939534c774) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5966bf7b-299c-4f40-9aba-5a2a529187c1 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@6bff844f (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@47fca81c (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@1ec7e43 (id: d5b64d24-ee79-4ef3-a236-30414cd62b23, sid: d5b64d24-ee79-4ef3-a236-30414cd62b23) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2d0e1b98-f3ef-43a6-b1fe-f67bc46ab14e org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@182e1617 (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@469754a5 (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@660252 (id: 94b678a0-ce51-4b55-bf34-f8c40292f5b6, sid: 94b678a0-ce51-4b55-bf34-f8c40292f5b6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d1d3afa6-fba0-482e-b354-58dc130c6411 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@19c934ef (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@4246d6ee (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@184840f3 (id: db12611d-c30e-46b0-a425-0d0878122635, sid: db12611d-c30e-46b0-a425-0d0878122635) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ec7e1e3f-42ca-4cb3-b5c0-b6ee797d953d org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@262a4720 (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@ac99ed5 (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@359e7784 (id: dea27519-91f6-41c0-bc16-4729d607a3ae, sid: dea27519-91f6-41c0-bc16-4729d607a3ae) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d3ec773b-11dd-4127-92c1-72fa285348f7 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@7b078b45 (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@3474b793 (id: b4b49f86-1f9f-45a2-8e75-1610b07891f8, sid: b4b49f86-1f9f-45a2-8e75-1610b07891f8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 4fb747b6-3894-4315-bb90-dd433622dfe9 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@12e35c2f (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@e696052 (id: ID_FakeFunctionalChainInvolvement_System_4fb747b6-3894-4315-bb90-dd433622dfe9_a98f550b-e98d-4fbe-9df1-89cba4e72cf2, sid: ID_FakeFunctionalChainInvolvement_System_4fb747b6-3894-4315-bb90-dd433622dfe9_a98f550b-e98d-4fbe-9df1-89cba4e72cf2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = dfc25e1d-8f94-4810-9eb0-049537c37a44 org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@52fc35e9 (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 = bab0ac39-1471-4781-b6df-29a2307a7c73 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@6d6a19da (id: bab0ac39-1471-4781-b6df-29a2307a7c73, sid: bab0ac39-1471-4781-b6df-29a2307a7c73) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d4eb29c1-a78e-4938-8c38-70c5563eeff2 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementLinkImpl@46243f36 (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@1fe61c78 (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@2c062110 (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@492648ee (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@2e1c1373 (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@1b6df14 (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@1ca57093 (id: 1798214d-a7d1-489e-8602-0f62998dc31b, sid: 1798214d-a7d1-489e-8602-0f62998dc31b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 233a30b8-5df4-41e9-99f9-b9588408e392 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@29762ade (id: 233a30b8-5df4-41e9-99f9-b9588408e392, sid: 233a30b8-5df4-41e9-99f9-b9588408e392) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 1b821a97-f4d4-40a5-99dc-c67f42f8ddff org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@1e8f1e9b (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@2999c431 (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@37ee9a71 (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@2f566688 (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@2e14337b (id: 27d4369a-53d4-4291-a8e8-8914f8b3ad68, sid: 27d4369a-53d4-4291-a8e8-8914f8b3ad68) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = cadb5226-1938-4f25-9848-d7358129092b org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@711450d9 (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@69b9bab5 (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@5420ca91 (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@761da54 (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@2fe7b608 (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@50b338fa (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@42769312 (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@68b39926 (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@1e2b6921 (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@38ed4b6c (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@7d4a5f31 (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@41299a78 (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@1111035b (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@43758c3e (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@6ce9e0b6 (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@611e4d09 (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@780c91aa (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@17f7f6e9 (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@343858f1 (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@27dd3d7a (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@3b4079ea (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@132880d5 (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@65a1ad91 (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@2b597ab2 (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@13eec91a (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@6fde01ea (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@264a8b7c (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@284ee126 (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@2a63875d (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@5d67f2cb (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@1486675c (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@2dc347da (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@1bf1f49c (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@24495851 (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@8153eee (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@5e57da5f (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@17f763a1 (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@5161016a (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@7f946d35 (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@1af39ee0 (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@3edb56a1 (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@5e3ee607 (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@29fc530 (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@49d4f1d (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@60976f71 (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@33724027 (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@14697d92 (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@49b0a3ba (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@357a49f9 (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@5bf11dec (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@460d04 (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@4ca7c3c5 (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@2bf56e29 (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@78b818c6 (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@482604f8 (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@3a6d5fd2 (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@3ae9ea90 (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@2afab23 (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@7ad67e4a (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@2a953d0d (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@5fddefa5 (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@69b9bfb0 (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@4e27bbdb (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@5a9c494f (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@34efeccf (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@21d4c622 (id: fa43827c-eb9e-41c3-9ac6-4249aebd9ef0, sid: fa43827c-eb9e-41c3-9ac6-4249aebd9ef0) (name: FunctionalExchange 13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = bb397f2d-4eee-4104-b6f8-8cf910478427 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@52570572 (id: bb397f2d-4eee-4104-b6f8-8cf910478427, sid: bb397f2d-4eee-4104-b6f8-8cf910478427) (name: FunctionalExchange 27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 15e951a9-9dc1-4a4b-b7e3-d26a79519a6a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@52cd3989 (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@2b8caf0f (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 = a05a0b4b-63d1-4cf4-8789-554804dfd834 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@4c7a70df (id: a05a0b4b-63d1-4cf4-8789-554804dfd834, sid: a05a0b4b-63d1-4cf4-8789-554804dfd834) (name: FunctionalExchange 7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 2cf352e7-7f31-48e1-8123-ef4159ab0bd7 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@25601d71 (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@75895931 (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 = 37bb3d18-0543-4cdc-afee-66ed7624c89e org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@6d288ed8 (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@5b2f48a0 (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@4c63b195 (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@3fd81630 (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@24df30d0 (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@d2824dd (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@5c16c3f4 (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@5c582638 (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@1dcc4d3 (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@608033b7 (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@2c9f6177 (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@59948486 (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@3a09eeec (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@477abf25 (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@6d74fc41 (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@681a67a0 (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@73eb526a (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@2962de7e (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@245141a (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@47cd37c8 (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@176fe926 (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@10cf925a (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@37af5a0d (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@7d732e4d (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@5c3bacd4 (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@6727e794 (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@2a95a64f (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@4ef0f416 (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@4f2cbc10 (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@12854ea (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7eab7347 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@52363c5c (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@5d2edd52 (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@30068293 (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@364ed67 (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@72b8d5e (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@590c0482 (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@28a664c8 (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@1c8ef386 (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@59879d33 (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@723ab2ba (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@69210811 (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@258d470 (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@215b97b5 (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@799f3a19 (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@8f321e2 (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@12854ea (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7eab7347 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4ac1c0c8-e740-4742-b060-5b50092cff66 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5d2edd52 (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@30068293 (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@364ed67 (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@72b8d5e (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@2274c94 (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@10f139a (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@2f0c748f (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@517bf2d8 (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@7d83bc79 (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@4de481ef (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@3bf90508 (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@47b7fee4 (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@14c34bd0 (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@47e0e45 (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@64ca65a6 (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@548adbff (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@3718bd0e (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@45c81532 (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@2da70241 (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@7979139b (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@2345bbf4 (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@1618014a (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@1d5c7aac (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@2d9f1b09 (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@469ecad (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@4ce1f8d9 (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@1c9f46eb (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@426b0e2 (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@22f7b052 (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@6193b3e5 (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@7fc13c1e (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@4ed132a4 (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@51bb7e0c (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@2dcbf345 (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@16de006a (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@647d982f (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@5f832af5 (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@394d97f0 (id: 7face320-4331-4568-8a18-f86177c64ead, sid: 7face320-4331-4568-8a18-f86177c64ead) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bab0ac39-1471-4781-b6df-29a2307a7c73 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@1150065d (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@44f7f190 (id: cadb5226-1938-4f25-9848-d7358129092b, sid: cadb5226-1938-4f25-9848-d7358129092b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 27d4369a-53d4-4291-a8e8-8914f8b3ad68 org.polarsys.capella.core.data.fa.impl.FunctionalChainInvolvementFunctionImpl@57c24ad2 (id: 27d4369a-53d4-4291-a8e8-8914f8b3ad68, sid: 27d4369a-53d4-4291-a8e8-8914f8b3ad68) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = de86c83a-b507-4e21-9683-3ec75586e87e org.polarsys.capella.core.data.fa.impl.FunctionalChainImpl@6e50be80 (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@7f232ff9 (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@4233afc (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@20a93125 (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@30b5b6e1 (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@597c99cb (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@77f9acc4 (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@4af6d131 (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@4be59341 (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@37e6bc55 (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@97fb3a6 (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@7cbb95ae (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@1ba36ee3 (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@19a56dd6 (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@6db31fc7 (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@4d85e13a (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@4dd14a1f (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@7fa845ae (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@a1020bb (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@68fe8cf2 (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@2f38a240 (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@1280073c (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@199ef82f (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@51b6ef2 (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@7bde0c01 (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@1590ee85 (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@177eca32 (id: 3cff40f1-7d8e-4172-8425-47761682d096, sid: 3cff40f1-7d8e-4172-8425-47761682d096) (name: FOP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = cd508435-a02f-435c-99bc-3857ec410a35 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@8d46875 (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@63dd656 (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@3286f6e (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@17f9374e (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@70444d83 (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@4727d8a7 (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@7ab008f (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@10723a6a (id: 896c6b05-b21c-4c8e-bbdd-20e637d6a0d3, sid: 896c6b05-b21c-4c8e-bbdd-20e637d6a0d3) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 52d2a5d7-8367-4ccd-ad8f-b83fc3d52145 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@3c3c5e12 (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@72c27081 (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@508ea9e (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@2216de8a (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@65871fe5 (id: 2c1896d8-33bb-4d06-b5a7-0fa2534ae3ea, sid: 2c1896d8-33bb-4d06-b5a7-0fa2534ae3ea) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 73a4ca32-290b-462f-b574-7df0a73bde96 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@597e396c (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@3119cb73 (id: 2ff9f3c4-a361-4b8a-8158-578d61b1e771, sid: 2ff9f3c4-a361-4b8a-8158-578d61b1e771) (name: FIP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = f18c54d6-6daf-45d9-98de-e9dc3907754c org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@449763d (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@46d73030 (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@52a144ee (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@f040168 (id: cf849108-bee8-4cf4-92e0-f08ccf8e5c5f, sid: cf849108-bee8-4cf4-92e0-f08ccf8e5c5f) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 116d7f04-a134-40b9-ac68-cb3e4f386fa2 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@40b3762b (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@3f9a88bd (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@67442d94 (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@48e47f55 (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@13bd5a4c (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@7809e7e6 (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@3ee74dfe (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@559293a0 (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@2c04dc64 (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@1b0538d5 (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@1f090ef6 (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@5e478124 (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@54aa8174 (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@665bc8a4 (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@535efd9c (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@1391c375 (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@2c225f4a (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@77649149 (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@3e993f73 (id: fa43827c-eb9e-41c3-9ac6-4249aebd9ef0, sid: fa43827c-eb9e-41c3-9ac6-4249aebd9ef0) (name: FunctionalExchange 13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = bb397f2d-4eee-4104-b6f8-8cf910478427 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@57bcfd96 (id: bb397f2d-4eee-4104-b6f8-8cf910478427, sid: bb397f2d-4eee-4104-b6f8-8cf910478427) (name: FunctionalExchange 27) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = 15e951a9-9dc1-4a4b-b7e3-d26a79519a6a org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2aa9a9f2 (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@3af3515f (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 = a05a0b4b-63d1-4cf4-8789-554804dfd834 org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@2267c481 (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@7d0de9ac (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@5e76924b (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@456e3e44 (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@1c830d29 (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@41808985 (id: 2a9881f8-41b4-437f-95f1-6aac4e31384e, sid: 2a9881f8-41b4-437f-95f1-6aac4e31384e) (name: FunctionalExchange 29) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kindOfRate: Unspecified, isMulticast: false, isMultireceive: false) ID = ID_FakeFunctionalExchange_Logical_a36d6ea7-da34-4d64-9fec-0b69ed68051d_4a8dbcf3-1fc9-43a6-a2a7-28ffcdb4e92b org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@67742bb1 (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@28a664c8 (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@1c8ef386 (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@59879d33 (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@723ab2ba (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@69210811 (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@258d470 (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@405b6e2f (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@215b97b5 (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@65642cba (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@1f35dccc (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@404e313 (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@3ddac86c (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@2f87d658 (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@443a4a6e (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@dce77d6 (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@1c6a4521 (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@70bc9a89 (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@66c3c7ca (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@184d7c03 (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@56406166 (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@42bcc1f5 (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@3a39a3ff (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@49676ddf (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@190a75a1 (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@5fb952c7 (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@6739dc84 (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@210704ba (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@6c483a27 (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@618dc439 (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@278b4ad (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@7b66d937 (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@3e15e45 (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@482145b8 (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@7c66de3c (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@2072d414 (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@3bf4f153 (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@596d0f10 (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@47c29a0a (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@1a863ae6 (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@6b6a03a1 (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@24066f5e (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@1ae21621 (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@43ea52aa (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@78a6267d (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@6fcdcaa8 (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@65948a6e (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@74fafb74 (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@3d26ae58 (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@3cbfbbde (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@7db981dd (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@5e3be445 (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@5667d5b4 (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@17c7f5ed (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@264139a1 (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@27d9f8e0 (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@4f7b43da (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@67bbbf45 (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@48981e22 (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@206ef129 (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@359e136d (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@fe5c30c (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@704a5dc (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@5034ebac (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@15f49fbc (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@3428d3ad (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@16a0aab1 (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@613e4a42 (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@500620a6 (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@224134b0 (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@31a7e76b (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@22d8d747 (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@62e8bd68 (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@2bf7b2ee (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@51a15bf4 (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@3ed62118 (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@7a4481a0 (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@1f2aa71e (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@2f4a5b31 (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@6c483a27 (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@618dc439 (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = 9e300026-108f-4c9e-b02d-7cbad80dee5e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7b66d937 (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@3e15e45 (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@482145b8 (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@7c66de3c (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@700be2d9 (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@799189eb (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@3b5f1fe4 (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@7182b18d (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@9533566 (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@15c99eae (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@21b32f8c (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@13b900d9 (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@2bcffe10 (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@64a52c78 (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@182a04ec (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@67b171b0 (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@1cba93b7 (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@5f6f952c (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@5b81b427 (id: ID_FakeFunctionPortOut_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054, sid: ID_FakeFunctionPortOut_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_ID_FakeFunctionalExchange_System_91e6e9c6-05df-4a16-8df4-12a01bb6ea48_419ac5e5-3d7a-45c9-bc42-664c88ddb054) (name: out_FakeFE_LogicalFunction 2_LogicalFunction 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 752b702d-cc3c-49c0-8bfd-b8f8c5cdc71e org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@22cf95ee (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@7ffc5444 (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@120aa8d1 (id: 2485377a-9c39-475b-976b-61744a1b660c, sid: 2485377a-9c39-475b-976b-61744a1b660c) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 419ac5e5-3d7a-45c9-bc42-664c88ddb054 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@71cdff88 (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@4e23d38 (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@5b04625c (id: 0932cb49-5b83-4bde-9a4f-928d38a6759e, sid: 0932cb49-5b83-4bde-9a4f-928d38a6759e) (name: FOP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 078d87b2-7038-47c8-b17b-e8980ed26b24 org.polarsys.capella.core.data.la.impl.CapabilityRealizationPkgImpl@596d0f10 (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@47c29a0a (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@1a863ae6 (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@62e8bd68 (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@2bf7b2ee (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@c535905 (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@3ef0a24e (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@51a15bf4 (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@6af8715c (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@6b282c60 (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@496d4761 (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@12c8db43 (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@3b133ad7 (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@4065915b (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@516e3ebe (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@38fbe929 (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@434662bb (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@3011106a (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@462f78fa (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@7f049969 (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@68158d9c (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@4a55dc29 (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@2626d32c (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@630f9d57 (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@5dccee8d (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@5524742f (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@450b6214 (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@5a71aac7 (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@2386ee1f (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@768b5b95 (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@4065915b (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@516e3ebe (id: 8bb7e2e8-6fbf-4e35-8f1b-015d67daf560) ID = 9e300026-108f-4c9e-b02d-7cbad80dee5e org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@434662bb (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@3011106a (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@462f78fa (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@7f049969 (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@7bfe173f (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@4354ca6a (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@7e818252 (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@2595933a (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@29c5af6f (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@b1bea89 (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@418d0885 (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@62690a16 (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@41f5793b (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@41371254 (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@1a6c51e9 (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@7c80e02f (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@774a7d54 (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@50594d95 (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@7b3fb985 (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@6987e89 (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@301f2996 (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@556bb17a (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@6fd1fef4 (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@47e15f45 (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@686c1663 (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@2626d32c (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@630f9d57 (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@5dccee8d (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@5524742f (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@450b6214 (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@5a71aac7 (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@60738f82 (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@16000aaf (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@805c1b9 (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@3545cdb2 (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@13ebdaaa (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@67c5873e (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@73276bcf (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@68941044 (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@25e7b976 (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@4b99e73c (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4e3a3ee2 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@737e949 (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@1c47b87b (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@2213fc3f (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@660836dd (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@2faa2b91 (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@103858d8 (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@3da2dd5f (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@7160fec8 (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@61f9efea (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@4fb30a87 (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@7cc8d03d (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@7683b248 (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@10aa2e43 (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@69bea4f3 (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@53cdc8c1 (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@38b73102 (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@79aec861 (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@652b629b (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@581d253f (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@5923201f (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@56c1169a (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@68c08963 (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@59c57d99 (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@19269d66 (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@1d45fcae (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@5ce908e6 (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@2b9461f7 (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@757790a5 (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@4765a229 (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@2bea2f1d (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@5931b64c (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@74d1cda1 (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@5a9aebf8 (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@2072b571 (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@74a5e4e5 (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@e639315 (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@32b7c0a (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@36478823 (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@6d9ec0c2 (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@7f770d5f (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@2764e597 (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@2d6867c8 (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@64d07e0b (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@1c18bc82 (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@3c322af4 (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@54fd2d86 (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@6e54186 (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@6abea1b9 (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@adfc19b (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@4b99e73c (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4e3a3ee2 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1c47b87b (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@2213fc3f (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@660836dd (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@2faa2b91 (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@10028b9d (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@2dcd6fa6 (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@ad41a1c (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@74dc4e74 (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@70066d11 (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@36708ce8 (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@1cde64c0 (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@a6726c1 (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@494aac79 (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@7b6f7e74 (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@1478edbd (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@271a80dd (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@3b2fd923 (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@1b9ae289 (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@5eb9d618 (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@794ae5cf (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@3da2dd5f (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@7160fec8 (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@61f9efea (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@4fb30a87 (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@64d07e0b (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@1c18bc82 (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@63f0f934 (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@3c322af4 (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@65976d5c (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@6b28a3d2 (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@c6fb89a (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@1ca1183 (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@badd4a9 (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@26e52aa2 (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@78464eaf (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@29d11e2d (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@5987122f (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@73da6d85 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@14375d44 (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@7482e542 (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@7ba843dc (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@3b132727 (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@f56b56d (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@5c2c9b6a (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@7d7bc303 (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@1edf1378 (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@4ce6dfd (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@66203627 (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@45e0923b (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@23c20d2c (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@54142d2c (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@12424546 (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@382e7357 (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@5987122f (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@73da6d85 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7482e542 (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@7ba843dc (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@3b132727 (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@f56b56d (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@29272f6c (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@10a83f37 (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@3220081a (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@8e73eee (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@18ab3cd1 (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@49abf974 (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@7b795883 (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@4ad8094c (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@b54e972 (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@1da2d135 (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@2cae3f42 (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@2636c1f2 (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@a85a33f (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@4c85f84c (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@6bbe26b8 (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@45b4f714 (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@7d7bc303 (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@1edf1378 (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@4ce6dfd (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@66203627 (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@45e0923b (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@23c20d2c (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@54142d2c (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@3362b887 (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@7252959a (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@41ca4d91 (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@344265c9 (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@74daecd1 (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@67ef911e (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@40a4dc07 (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@404cc920 (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@63d3099c (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@78af1399 (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@1e8dac6f (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@588eb67e (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6ade01c7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@5e9cd7f4 (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@acdd5ea (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@73cf3281 (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@153de8a9 (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@11fc9710 (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@396b5f2c (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@799d229a (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@15a9241c (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@129b52d8 (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@1db13fc5 (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@1b63b384 (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@c3493c2 (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@3dbe3a16 (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@56d7db74 (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@50aebdb9 (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@782c8eed (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@348e7574 (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@5c6a04ea (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@798c29ab (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@654b9b91 (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@22297799 (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@2ee87a62 (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@3631cf65 (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@f1f4d21 (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@19902073 (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@60e0ba39 (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@6a956f8d (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@5af6714b (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@427d41de (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@b352b20 (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@33c787c4 (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@46c4a2d8 (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@3b6d38b2 (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@19a368d4 (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@16d53583 (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@75e497e3 (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@279e9945 (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@2579a0aa (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@1a3fe0ab (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@4b352780 (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@1832db12 (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@7026444e (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@da8471b (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@7b23ce54 (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@11affdb8 (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@79d2e644 (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@3a292968 (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@6421b480 (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@372940d4 (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@588eb67e (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6ade01c7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@acdd5ea (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@73cf3281 (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@153de8a9 (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@11fc9710 (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@30c8de40 (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@22061f79 (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@4b62e35a (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@78ecc83b (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@340bdfe8 (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@184143bb (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@44e51bda (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@4f12376a (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@45c35f33 (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@3f419f82 (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@4af0cb6d (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@57d771e4 (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@45b841b0 (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@4717a94 (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@799d229a (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@15a9241c (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@129b52d8 (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@1db13fc5 (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@da8471b (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@7b23ce54 (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@26b61f25 (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@11affdb8 (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@741bd0b7 (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@de3d5e6 (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@42bcdbde (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@6242a626 (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@1a4476bc (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@74e81a71 (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@5edce233 (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@2b7d4a31 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@16a1a8f6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@513e39d8 (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@66ca6b94 (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@43e8c16 (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@39e5a5e5 (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@1b7aab82 (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@5bbfa4e9 (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@4bc0b024 (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@36e96c68 (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@300248cd (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@2babc5fa (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@65a4013b (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@18d3bbcb (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@3ab5dc3c (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@7699409d (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@7f1e9cda (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@2b7d4a31 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@16a1a8f6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@66ca6b94 (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@43e8c16 (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@39e5a5e5 (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@1b7aab82 (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@51135f54 (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@583db831 (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@54325373 (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@131dc7e4 (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@5ea09dc2 (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@30b7220d (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@765846a3 (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@7debe520 (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@d4588b7 (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@191bde77 (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@5773406d (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@109da935 (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@25546727 (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@6d7ec98e (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@4bc0b024 (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@36e96c68 (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@300248cd (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@2babc5fa (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@65a4013b (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@18d3bbcb (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@3ab5dc3c (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@4fc44a85 (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@aac279f (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@f24c8e2 (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@1be4b106 (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@1d62110e (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@34a8b998 (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@afa528a (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@365b66e0 (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@3b3ceb44 (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@4a29e1c2 (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@1f1a0c3 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7fed7288 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6333604a (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@3a3fd286 (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@424b5827 (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@63152f87 (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@61edbaa6 (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@21dd55d7 (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@400fef4d (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@3fa96785 (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@271ec4bc (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@1a6da493 (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@51e9ee47 (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@2e16f28a (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@7aa4686f (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@550a897c (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@4b8fce4c (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@5294e715 (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@b2a0a38 (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@a6a3348 (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@3fa271e7 (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@4a7b8549 (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@11db2df4 (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@4af0acf4 (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@6671d104 (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@7036414e (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@2c3053f8 (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@2b1b9c82 (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@3e1f8335 (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@2ff044a1 (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@1717d34 (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@7792fac0 (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@1f83ecc7 (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@5d7de248 (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@366dfc28 (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@564944df (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@56ac7f05 (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@64f1b83a (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@3d248430 (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@215750f7 (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@1436578f (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@7def0d5b (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@64f313d2 (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@7fb83753 (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@25a74514 (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@d7ad4c2 (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@75680113 (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@20f7492a (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@78a44906 (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@3aebc530 (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@27605b6d (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@1f1a0c3 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7fed7288 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3a3fd286 (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@424b5827 (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@63152f87 (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@61edbaa6 (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@501254ac (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@5526bcd1 (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@4428332c (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@37069e23 (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@55011be2 (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@4d93eb05 (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@7308c27 (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@b043eed (id: 2f334448-a98d-4356-9c71-7eb777708837, sid: 2f334448-a98d-4356-9c71-7eb777708837) (name: FOP13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 7d933c26-d0af-4c8a-906f-7dcb8827f085 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@74c0d62 (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@2d95a830 (id: 52e376e4-151a-438e-a6d7-75fd6d5967fb, sid: 52e376e4-151a-438e-a6d7-75fd6d5967fb) (name: FIP2111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0aa251e8-c344-4bad-9bb7-b39708e7a44d org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@7111c900 (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@113133c7 (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@511d9a66 (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@400fef4d (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@3fa96785 (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@271ec4bc (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@1a6da493 (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@25a74514 (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@d7ad4c2 (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@694451e9 (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@75680113 (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@2e6f17b8 (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@7712eb60 (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@68828f73 (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@656fd085 (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@396fddc (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@36c30424 (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@60c70793 (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@177a37bf (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1ee28275 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@347fa5a6 (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@780f7f4 (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@3473863 (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@54849336 (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@1d691575 (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@44f1ce (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@4610d70c (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@1f97ba8a (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@33d2a064 (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@3e212802 (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@7ec9207d (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@5c2896c4 (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@7adfcca5 (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@67928d54 (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@76d25f67 (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@177a37bf (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1ee28275 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4094e4ec-9258-41e1-8ade-ecd9b14c60a9 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@780f7f4 (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@3473863 (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@54849336 (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@1d691575 (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@7bb11879 (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@40ed6da6 (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@6e8abdb4 (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@68e1798e (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@28309a8f (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@128e2bca (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@6263078e (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@3774740a (id: 2f334448-a98d-4356-9c71-7eb777708837, sid: 2f334448-a98d-4356-9c71-7eb777708837) (name: FOP13) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 7d933c26-d0af-4c8a-906f-7dcb8827f085 org.polarsys.capella.core.data.la.impl.LogicalFunctionImpl@2aafba7 (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@166a0bdc (id: 52e376e4-151a-438e-a6d7-75fd6d5967fb, sid: 52e376e4-151a-438e-a6d7-75fd6d5967fb) (name: FIP2111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isControlType: false, kindOfNode: Unspecified, ordering: FIFO, isControl: false) ID = 0aa251e8-c344-4bad-9bb7-b39708e7a44d org.polarsys.capella.core.data.fa.impl.FunctionalExchangeImpl@73c5536f (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@586e90ec (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@61fd807c (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@4610d70c (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@1f97ba8a (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@33d2a064 (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@3e212802 (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@7ec9207d (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@5c2896c4 (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@7adfcca5 (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@4d099ac4 (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@7a7481d0 (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@62f2a6ec (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@66ccf4f3 (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@3936fa77 (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@4e04ee7b (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@4feee024 (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@3ce52ca0 (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@320e8c09 (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@5b10cb05 (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@729ec839 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@31abedf (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6d87d1d1 (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@2b2678c3 (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@135c3c11 (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@38729776 (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@383112 (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@136ab834 (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@7d2a19d1 (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@3614f38c (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@3c65640a (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@5a0dd551 (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@ac851a2 (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@4f5e05aa (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@4983bcf (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@234698e8 (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@6b4b9863 (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@5487b3f5 (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@1184ace9 (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@612e7e9 (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@31adffc8 (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@585cea13 (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@6c0be615 (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@7d3779d2 (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@23ba8a03 (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@1c09f015 (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@5df8c5c2 (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@440e5936 (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@a5e968 (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@6a26bc4c (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@716bb21f (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@693e8304 (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@1e23f6b2 (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@4d79343b (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@6e6de4b5 (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@73d66cdf (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@72c18271 (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@769db8fe (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@77d4a2d4 (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@37249865 (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@498856fa (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@52c95d7d (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@5987f2 (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@132dc02c (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@47569355 (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@efec078 (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@1fa4366f (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@7bd6a521 (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@16f2a549 (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@76e4696 (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@30938a62 (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@729ec839 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@31abedf (id: 77a421d1-7ada-471a-8358-94375019954e) ID = dbce368c-d269-4154-b891-27a0945bb3b6 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2b2678c3 (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@135c3c11 (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@38729776 (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@383112 (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@622c3ef6 (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@10622a16 (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@3c87c64b (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@7df6d068 (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@7f9d3df7 (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@7d2a19d1 (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@3614f38c (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@3c65640a (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@2a8194f4 (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@748f4e4 (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@1651ff12 (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@67acb1c6 (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@7e9c7b4e (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@582d7d13 (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@5a0dd551 (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@47569355 (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@efec078 (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@2ceca971 (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@6d1531e3 (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@2a70c088 (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@1fa4366f (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@50073db6 (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@5a0c8138 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@65e6e12b (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6635f7ef (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@49323f (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@27b2aab8 (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@19e34f4f (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@687a4999 (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@3027dd90 (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@663a7ae2 (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@5aebfc73 (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@542e61e3 (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@fa1f733 (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@5c88c17f (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@5eed9397 (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@71a8b64b (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@32af2e9a (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@65dd3ffa (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@5a0c8138 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@65e6e12b (id: 77a421d1-7ada-471a-8358-94375019954e) ID = dbce368c-d269-4154-b891-27a0945bb3b6 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@49323f (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@27b2aab8 (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@19e34f4f (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@687a4999 (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@105769ea (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@2282e632 (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@21984c1a (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@1b94ef31 (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@5a11ed0 (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@663a7ae2 (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@5aebfc73 (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@542e61e3 (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@5974a228 (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@6c2c2e8e (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@69215f1c (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@3f6b842b (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@5c51f565 (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@6c086c45 (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@fa1f733 (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@5c88c17f (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@5eed9397 (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@71a8b64b (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@7130cf22 (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@6ba96b42 (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@59ea2c8b (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@6dc4c313 (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@1afa4856 (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@3aa9d330 (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@79b8bf87 (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@3148f01e (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@450c9554 (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@e1cb891 (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@32e46a52 (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@445aa410 (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@38ab0dcc (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@a480ff1 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@20fd048a (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@69bfb60b (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@3f82ddb3 (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@24f20bff (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@3b721cc (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@3e3eedb8 (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@5cf78768 (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@538ad53e (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@c3df221 (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@6c91f809 (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@69b7f380 (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@1a369c62 (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@4c36ec43 (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@692a78a1 (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@49d29812 (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@38ab0dcc (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@a480ff1 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@69bfb60b (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@3f82ddb3 (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@24f20bff (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@3b721cc (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@1a888757 (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@33cebef0 (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@757f685 (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@3dd41ee2 (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@25478f89 (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@1d9ca67a (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@a29825 (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@46e92373 (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@15edeb40 (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@5cf78768 (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@538ad53e (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@c3df221 (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@6c91f809 (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@69b7f380 (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@1a369c62 (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@7979c9ff (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@624dac2b (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@1acb3769 (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@56f3b225 (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@4c36ec43 (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@17de56d0 (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@b4b86e2 (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@1dae680f (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@3166ebb3 (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@546b4399 (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@3c0b360 (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@6d404d07 (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@6bfd086f (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@6504e902 (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@63590d71 (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@c1e5c68 (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@fa393f4 (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@62b627bb (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@4f466e77 (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@934a931 (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@6a6ab190 (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@39b2c899 (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@45fb2c0e (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@79aa5e62 (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@65ad9605 (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@5ff81561 (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@14d1e621 (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@3fa3f397 (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@363757d8 (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@29fb0f62 (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@32800492 (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@129f661e (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@1e1a6a02 (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@6f6be6bc (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@5d7ddb57 (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@34bbf970 (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@79bcdf9f (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@38ab0dcc (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@a480ff1 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@654eda08 (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@69bfb60b (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@3f82ddb3 (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@24f20bff (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@3b721cc (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@1a888757 (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@33cebef0 (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@757f685 (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@3dd41ee2 (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@25478f89 (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@1d9ca67a (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@a29825 (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@3e3eedb8 (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@46e92373 (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@15edeb40 (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@5cf78768 (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@538ad53e (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@c3df221 (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@6c91f809 (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@69b7f380 (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@1a369c62 (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@7979c9ff (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@624dac2b (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@1acb3769 (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@56f3b225 (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@4c36ec43 (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@17de56d0 (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@b4b86e2 (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@1dae680f (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@3166ebb3 (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@546b4399 (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@3c0b360 (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@6d404d07 (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@6bfd086f (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@6504e902 (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@63590d71 (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@c1e5c68 (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@fa393f4 (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@62b627bb (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@4f466e77 (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@934a931 (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@6a6ab190 (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@39b2c899 (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@45fb2c0e (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@692a78a1 (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@79aa5e62 (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@65ad9605 (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@5ff81561 (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@14d1e621 (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@3fa3f397 (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@363757d8 (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@29fb0f62 (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@32800492 (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@129f661e (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@1e1a6a02 (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@6f6be6bc (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@5d7ddb57 (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@34bbf970 (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@79bcdf9f (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@49d29812 (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@38ab0dcc (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@a480ff1 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@69bfb60b (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@3f82ddb3 (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@24f20bff (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@3b721cc (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@1a888757 (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@33cebef0 (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@757f685 (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@3dd41ee2 (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@25478f89 (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@1d9ca67a (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@a29825 (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@46e92373 (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@15edeb40 (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@5cf78768 (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@538ad53e (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@c3df221 (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@6c91f809 (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@69b7f380 (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@1a369c62 (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@7979c9ff (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@1acb3769 (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@624dac2b (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@56f3b225 (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@4c36ec43 (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@17de56d0 (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@b4b86e2 (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@1dae680f (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@3166ebb3 (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@546b4399 (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@3c0b360 (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@6d404d07 (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@6bfd086f (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@6504e902 (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@63590d71 (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@c1e5c68 (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@fa393f4 (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@62b627bb (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@4f466e77 (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@934a931 (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@6a6ab190 (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@39b2c899 (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@45fb2c0e (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@79aa5e62 (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@65ad9605 (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@5ff81561 (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@14d1e621 (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@3fa3f397 (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@363757d8 (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@29fb0f62 (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@32800492 (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@129f661e (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@1e1a6a02 (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@6f6be6bc (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@5d7ddb57 (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@34bbf970 (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@79bcdf9f (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@564dd3f9 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@868c0b9 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1f9929a1 (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@3b6048ff (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@4d6330ff (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@639f2a98 (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@2f1a18b2 (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@481c4f69 (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@21bfa30a (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@5a65c0b (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@51dda21e (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@4ca2482d (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@10d91540 (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@27284554 (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@1bd9defd (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@2e8c7545 (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@6894b29a (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@564dd3f9 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@868c0b9 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3b6048ff (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@4d6330ff (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@639f2a98 (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@2f1a18b2 (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@3cdf1d90 (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@686f263c (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@72be1a43 (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@d1e532e (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@4969ec80 (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@58a66d57 (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@5ac80802 (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@2530a756 (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@23bb429c (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@528ec670 (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@7224c160 (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@bf2c21a (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@21bfa30a (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@5a65c0b (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@51dda21e (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@4ca2482d (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@10d91540 (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@27284554 (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@45641e8b (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@1d4f7072 (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@7828946a (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@1bd9defd (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@2dd383a4 (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@482640d3 (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@123b2f3a (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@23c4507a (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@591ebc09 (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@14f5cc32 (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@5ffc6369 (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@5e3abf6c (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@7268be56 (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@48c66875 (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@741dbd2f (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@7f57bd1f (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@487a26ad (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@33047a17 (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@2ae94d9d (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@564dd3f9 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@868c0b9 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@30f4b15a (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@3b6048ff (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@4d6330ff (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@639f2a98 (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@2f1a18b2 (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@3cdf1d90 (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@686f263c (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@72be1a43 (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@d1e532e (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@4969ec80 (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@58a66d57 (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@5ac80802 (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@2530a756 (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@23bb429c (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@481c4f69 (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@528ec670 (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@7224c160 (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@bf2c21a (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@21bfa30a (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@5a65c0b (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@51dda21e (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@4ca2482d (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@10d91540 (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@27284554 (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@45641e8b (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@1d4f7072 (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@7828946a (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@1bd9defd (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@2dd383a4 (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@482640d3 (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@2e8c7545 (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@123b2f3a (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@23c4507a (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@591ebc09 (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@14f5cc32 (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@5ffc6369 (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@5e3abf6c (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@7268be56 (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@48c66875 (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@741dbd2f (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@7f57bd1f (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@487a26ad (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@33047a17 (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@2ae94d9d (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@6894b29a (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@564dd3f9 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@868c0b9 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3b6048ff (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@4d6330ff (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@639f2a98 (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@2f1a18b2 (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@3cdf1d90 (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@686f263c (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@72be1a43 (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@d1e532e (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@4969ec80 (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@58a66d57 (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@5ac80802 (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@2530a756 (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@23bb429c (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@528ec670 (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@7224c160 (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@bf2c21a (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@21bfa30a (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@5a65c0b (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@51dda21e (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@4ca2482d (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@10d91540 (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@27284554 (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@45641e8b (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@1d4f7072 (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@7828946a (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@1bd9defd (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@2dd383a4 (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@482640d3 (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@123b2f3a (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@23c4507a (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@591ebc09 (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@14f5cc32 (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@5ffc6369 (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@5e3abf6c (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@7268be56 (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@48c66875 (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@741dbd2f (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@7f57bd1f (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@487a26ad (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@33047a17 (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@2ae94d9d (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@1d190d98 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6d222e11 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@241ac86e (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@7ddd05c2 (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@754df7ea (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@1b979ca1 (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@6be2f2f8 (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@28d44bba (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@229df488 (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@7b1603ab (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@5e010b90 (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@3da5e394 (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@7fb7ec2a (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@6e600560 (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@43904dc6 (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@1435e545 (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@54a39d55 (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@3a06c9a4 (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@7b394d5f (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@401d80b0 (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@89ce4d3 (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@4db478d (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@35b9a1fc (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@198dbffb (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@76d87a65 (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@28e1ac1c (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@50af5ebd (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@24a95134 (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@11971c96 (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@3433c3f4 (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@1ec33979 (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@700deb64 (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@59572a5f (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@73517ee2 (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@745e9900 (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@6b971a24 (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@bf2c0db (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@732c0929 (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@73ba08d5 (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@202f7abc (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@3d46827a (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@2e30a1ba (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@d6ff809 (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@564e8982 (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@7051691c (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@c5b01bb (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@2816428f (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@5caad0a5 (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@78eb208d (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@3efb766d (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@7b780407 (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@1d190d98 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6d222e11 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7ddd05c2 (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@754df7ea (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@1b979ca1 (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@6be2f2f8 (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@29e8974e (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@3380d73e (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@1455377b (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@68dc623b (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@563da89 (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@306fd43c (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@dbcc3a5 (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@6faa593 (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@1dd68057 (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@381c29d1 (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@6b19c57c (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@42e43470 (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@229df488 (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@7b1603ab (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@5e010b90 (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@3da5e394 (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@7051691c (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@c5b01bb (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@7b126702 (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@7f3111fb (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@4538e88 (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@364fb7f3 (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@2816428f (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@7c14d8ef (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@5b6cc5ac (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@7bca8283 (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@c283dca (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@1bfd8d15 (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@2057b1ce (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@1dab41cd (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@325a0661 (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@7fd1ab8d (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@6215bc78 (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@1d190d98 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6d222e11 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1f4275ba (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@7ddd05c2 (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@754df7ea (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@1b979ca1 (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@6be2f2f8 (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@29e8974e (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@3380d73e (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@1455377b (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@68dc623b (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@563da89 (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@306fd43c (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@dbcc3a5 (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@6faa593 (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@1dd68057 (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@3af6dbc2 (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@381c29d1 (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@6b19c57c (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@42e43470 (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@229df488 (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@7b1603ab (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@5e010b90 (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@3da5e394 (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@7fb7ec2a (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@6e600560 (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@43904dc6 (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@1435e545 (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@54a39d55 (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@3a06c9a4 (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@7b394d5f (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@401d80b0 (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@89ce4d3 (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@4db478d (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@35b9a1fc (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@198dbffb (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@76d87a65 (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@28e1ac1c (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@50af5ebd (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@24a95134 (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@11971c96 (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@3433c3f4 (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@1ec33979 (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@700deb64 (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@59572a5f (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@73517ee2 (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@745e9900 (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@6b971a24 (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@bf2c0db (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@732c0929 (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@73ba08d5 (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@202f7abc (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@3d46827a (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@2e30a1ba (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@d6ff809 (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@564e8982 (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@7051691c (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@c5b01bb (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@7b126702 (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@7f3111fb (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@4538e88 (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@364fb7f3 (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@2816428f (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@7c14d8ef (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@5b6cc5ac (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@48c3235 (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@6a61b87b (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@7bca8283 (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@c283dca (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@1bfd8d15 (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@2057b1ce (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@1dab41cd (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@325a0661 (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@7fd1ab8d (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@6215bc78 (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@3bb7e767 (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@15ef7c8 (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@1d190d98 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6d222e11 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7ddd05c2 (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@754df7ea (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@1b979ca1 (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@6be2f2f8 (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@29e8974e (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@3380d73e (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@1455377b (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@68dc623b (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@563da89 (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@306fd43c (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@dbcc3a5 (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@6faa593 (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@1dd68057 (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@381c29d1 (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@6b19c57c (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@42e43470 (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@229df488 (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@7b1603ab (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@5e010b90 (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@3da5e394 (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@7051691c (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@c5b01bb (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@7b126702 (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@7f3111fb (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@4538e88 (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@364fb7f3 (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@2816428f (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@7c14d8ef (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@5b6cc5ac (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@7bca8283 (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@c283dca (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@1bfd8d15 (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@2057b1ce (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@1dab41cd (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@325a0661 (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@7fd1ab8d (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@6215bc78 (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@723df4b4 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@75fdeb6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3b0c77c9 (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@45b51c01 (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@4e5cd250 (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@8f9189 (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@5d3c1288 (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@7d94ae9c (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@217b2743 (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@2a4c9b45 (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@1dd8cd76 (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@65e1a0b1 (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@2087eb8f (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@2a77d8b (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@3b113fa2 (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@69811b5b (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@76c55e77 (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@4fb72e01 (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@7d69f47a (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@1c53734f (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@40b9b054 (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@36085964 (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@470b1fb (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@3be6331 (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@e085802 (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@7abfe3de (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@7b417a1b (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@b9639a9 (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@4712b891 (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@423602be (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@32d72941 (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@83615c3 (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@5a32f264 (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@2863386e (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@23f59102 (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@1bd510b2 (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@5639607e (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@6728829f (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@685a62f9 (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@5bb9afc0 (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@461e0e59 (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@6581507f (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@5ef7bb9c (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@48a6d82d (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@2bb999fb (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@33630276 (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@12a4ed28 (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@414163a5 (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@4d2e1274 (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@34ff8f78 (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@13816397 (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@723df4b4 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@75fdeb6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@45b51c01 (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@4e5cd250 (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@8f9189 (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@5d3c1288 (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@34cb9f7a (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@1c2d15e1 (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@60d2dc34 (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@5dc72af4 (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@4169d726 (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@37ac8043 (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@53d89cc8 (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@40d97cbd (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@102e890c (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@217b2743 (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@2a4c9b45 (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@1dd8cd76 (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@65e1a0b1 (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@2bb999fb (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@33630276 (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@5a441dc5 (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@5b4d7826 (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@79e9fed9 (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@3341bfd6 (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@44972bb8 (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@6d13ad65 (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@15ffd20c (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@51d60d6a (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@6c680662 (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@172a78e9 (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@42e17085 (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@11df2abc (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@12a4ed28 (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@e89b0a8 (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@67c6dfc1 (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@3ab8df89 (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@2e3d385d (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@108a40a5 (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@41e3bda2 (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@3d5b7680 (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@7ae35ea6 (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@38aeb637 (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@647c022d (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@2759754 (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@6203ffd2 (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@2fd1f2ab (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@22feec0d (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@4a9cb824 (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@384248d6 (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@723df4b4 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@75fdeb6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@78a85832 (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@45b51c01 (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@4e5cd250 (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@8f9189 (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@5d3c1288 (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@34cb9f7a (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@1c2d15e1 (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@60d2dc34 (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@5dc72af4 (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@4169d726 (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@37ac8043 (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@53d89cc8 (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@59bd0bb6 (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@40d97cbd (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@102e890c (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@217b2743 (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@2a4c9b45 (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@1dd8cd76 (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@65e1a0b1 (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@2087eb8f (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@2a77d8b (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@3b113fa2 (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@69811b5b (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@76c55e77 (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@4fb72e01 (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@7d69f47a (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@1c53734f (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@40b9b054 (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@36085964 (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@470b1fb (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@3be6331 (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@e085802 (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@7abfe3de (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@7b417a1b (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@b9639a9 (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@4712b891 (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@423602be (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@32d72941 (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@83615c3 (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@5a32f264 (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@2863386e (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@23f59102 (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@1bd510b2 (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@5639607e (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@6728829f (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@685a62f9 (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@5bb9afc0 (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@461e0e59 (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@6581507f (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@5ef7bb9c (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@48a6d82d (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@2bb999fb (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@33630276 (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@5a441dc5 (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@5b4d7826 (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@79e9fed9 (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@3341bfd6 (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@44972bb8 (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@6d13ad65 (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@15ffd20c (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@51d60d6a (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@6c680662 (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@172a78e9 (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@42e17085 (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@11df2abc (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@12a4ed28 (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@e89b0a8 (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@3482f849 (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@68eb3dda (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@67c6dfc1 (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@3ab8df89 (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@2e3d385d (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@108a40a5 (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@41e3bda2 (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@3d5b7680 (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@7ae35ea6 (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@38aeb637 (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@647c022d (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@2759754 (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@6203ffd2 (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@2fd1f2ab (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@22feec0d (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@4a9cb824 (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@384248d6 (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@73bf675 (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@d8b7927 (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@723df4b4 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@75fdeb6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9d9757e8-bb30-4788-bf76-75b40fb2bd38 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@45b51c01 (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@4e5cd250 (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@8f9189 (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@5d3c1288 (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@34cb9f7a (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@1c2d15e1 (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@60d2dc34 (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@5dc72af4 (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@4169d726 (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@37ac8043 (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@53d89cc8 (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@40d97cbd (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@102e890c (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@217b2743 (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@2a4c9b45 (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@1dd8cd76 (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@65e1a0b1 (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@2bb999fb (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@33630276 (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@5a441dc5 (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@5b4d7826 (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@3341bfd6 (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@79e9fed9 (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@44972bb8 (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@6c680662 (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@172a78e9 (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@42e17085 (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@11df2abc (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@6d13ad65 (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@15ffd20c (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@51d60d6a (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@12a4ed28 (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@e89b0a8 (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@67c6dfc1 (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@3ab8df89 (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@2e3d385d (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@108a40a5 (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@41e3bda2 (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@3d5b7680 (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@7ae35ea6 (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@38aeb637 (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@647c022d (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@2759754 (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@6203ffd2 (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@2fd1f2ab (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@22feec0d (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@4a9cb824 (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@384248d6 (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@74a753d3 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@35648843 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@fdb1a2a (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@6fd14896 (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@48214138 (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@48c1ab64 (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@522e4cf5 (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@6ebb99ca (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@410dc3b (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@24f971a8 (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@c15cd7b (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@59d12b32 (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@31be42f (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@75f66ee8 (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@63777646 (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@267b4cba (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@7a9dfec6 (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@3cda5e53 (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@6447cac8 (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@18255466 (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@ddbe26a (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@639d0d44 (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@39569a75 (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@b626f5d (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@597814e9 (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@5204d5af (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@32b0c8c1 (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@6d5e60ab (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@c9bf901 (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@47125f4e (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@735061ad (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@478cfc83 (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@5e4a77c7 (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@2a97780c (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@16629cde (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@362a1275 (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@3bd3af38 (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@2a15e756 (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@28931aa6 (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@4e4c0c7b (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@6840d0e5 (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@6d6aa5ec (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@5d1cc4cd (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@739d34c1 (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@2f15c905 (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@30986fbf (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@13fdb3aa (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@3acebbb1 (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@7f767d3e (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@1aff29c4 (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@700f75bc (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@74a753d3 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@35648843 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = a6b97427-cad9-4165-ab36-d0145d2a5501 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6fd14896 (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@48214138 (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@48c1ab64 (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@522e4cf5 (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@3a56c20 (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@410dc3b (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@24f971a8 (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@c15cd7b (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@59d12b32 (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@2f15c905 (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@30986fbf (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@13fdb3aa (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@28275524 (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@29fbf2a2 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1d61e833 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2dce7a89 (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@6eb85ca6 (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@7b95c380 (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@2ca34712 (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@325fddb5 (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@7345292b (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@45e86b86 (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@916a4fb (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@645fbedd (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@377b23d9 (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@7eda7ce7 (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@56ed09f9 (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@5da7eefc (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@5c55ad69 (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@6048d1c (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@29fbf2a2 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1d61e833 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = a6b97427-cad9-4165-ab36-d0145d2a5501 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6eb85ca6 (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@7b95c380 (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@2ca34712 (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@325fddb5 (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@269967bb (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@45e86b86 (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@916a4fb (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@645fbedd (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@377b23d9 (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@7eda7ce7 (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@56ed09f9 (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@5da7eefc (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@2d6b6b7e (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@fb1770 (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@3e676457 (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@2a130d06 (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@720bdfa3 (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@77cb4869 (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@c80996b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2bcac2f2 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@15d9ee8e (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@92ca6e8 (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@37ce534c (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@7874d148 (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@44683788 (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@2c373d10 (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@2fcba5d (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@5c5cc5db (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@7067886c (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@172eea6f (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@dba0f8 (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@21848503 (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@71cd2123 (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@25d85c1e (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@78d9e43d (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@7d70cab8 (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@652c280c (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@2f3b01b (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@353c5474 (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@4e626d61 (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@4a0a50e9 (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@556652db (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@2ae23f7 (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@5f7a5fa6 (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@476fc1b8 (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@2078a304 (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@533a8d67 (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@5e307fc9 (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@67eb17b6 (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@26ee8cc (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@5380c53 (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@582bf50a (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@67c21f1e (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@129fb3a2 (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@57007f36 (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@50044379 (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@27499c88 (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@48a43960 (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@1c89168d (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@6ee481ee (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@522fd66 (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@6ca4ab9b (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@2d66974c (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@1e50a665 (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@43112d4d (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@10fca59e (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@1cdba2d9 (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@63b8ce90 (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@417c3d56 (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@c80996b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2bcac2f2 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = ca45f8dc-5275-4601-8aa0-baf1f81b0407 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@92ca6e8 (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@37ce534c (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@7874d148 (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@44683788 (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@2fcba5d (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@5c5cc5db (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@7067886c (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@33c15dae (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@2a84606d (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@1636dc40 (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@201d3bc6 (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@19882e46 (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@1006a212 (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@3072a88e (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@79f8764d (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@215a8d2a (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@469bd21 (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@217a43fa (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@1b0a0386 (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@6e4cfe10 (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@2705d64d (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@541324c4 (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@1fce0bf3 (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@16fbda64 (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@1f45d148 (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@52bde360 (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@3dc3fb57 (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@75232e71 (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@44dd6e0c (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@79463314 (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@5b7d7628 (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@37c19b90 (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@18433e6a (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@505570e5 (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@60a990f1 (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@5b8f8a6f (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@5a3e4f1a (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@2197dee0 (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@d15fc3b (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@2a6ed304 (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@2001fcc (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@1d7fb1b2 (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@3f297202 (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@172eea6f (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@dba0f8 (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@21848503 (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@71cd2123 (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@25d85c1e (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@78d9e43d (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@7d70cab8 (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@652c280c (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@4a0a50e9 (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@556652db (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@2d66974c (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@1e50a665 (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@43112d4d (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@2e1296e2 (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@5e9e4902 (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@66bdbf82 (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@b26f9b2 (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@31b9cbb2 (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@1d4352de (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@1689af5b (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@2ade2f51 (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@554585e3 (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@5217e837 (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@9bf6659 (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@52406498 (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@1d19c3bb (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@29692c3 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7d9b5973 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@5515ad63 (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@4112e341 (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@393aaa34 (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@30f6aebd (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@495efafb (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@1f00107a (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@730772a4 (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@7601b93f (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@48360c26 (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@57aa469a (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@1f708c99 (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@64430609 (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@1cec719b (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@19777a0a (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@2f829f9 (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@7e7704e1 (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@260f4d9b (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@61301b6d (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@5eec7a40 (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@6cfe6205 (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@2b622db2 (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@4c520998 (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@4cea3c42 (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@5b0ec0a8 (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@613b69c6 (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@3d79a2b0 (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@dca0e54 (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@37852372 (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@47996b10 (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@3ba9d8b (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@5e5f9b06 (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@2cbfc625 (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@71fcbef0 (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@29692c3 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@7d9b5973 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = ca45f8dc-5275-4601-8aa0-baf1f81b0407 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4112e341 (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@393aaa34 (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@30f6aebd (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@495efafb (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@1f00107a (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@730772a4 (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@7601b93f (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@48360c26 (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@57aa469a (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@1f708c99 (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@64430609 (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@1cec719b (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@19777a0a (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@2f829f9 (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@7e7704e1 (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@260f4d9b (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@61301b6d (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@5eec7a40 (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@2b622db2 (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@4c520998 (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@4cea3c42 (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@613b69c6 (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@3d79a2b0 (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@dca0e54 (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@37852372 (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@47996b10 (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@3ba9d8b (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@5e5f9b06 (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@40dfad0c (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@4c929fec (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@1b930530 (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@39362aef (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@4bc5708 (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@5c09c58c (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@5f30e1b8 (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@57d9d9e3 (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@313bd007 (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@238c5609 (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@7b695ee1 (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@626686ae (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@d32d90d (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@4ccfeabc (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@7d602b92 (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@2b658166 (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@3084cfb6 (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@32d5910 (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@7f6dde5c (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@78040e66 (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@6eeb87af (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@767b6bb (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@16e91735 (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@4ec65cb0 (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@7c227c38 (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@46cacf69 (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@18c4283a (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@649bd44e (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@b37a759 (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@1b9690d1 (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@222aee61 (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@18a977ce (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@2e1206ed (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@1ad0be6 (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@7481a454 (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@2745aa0d (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@6d3e49fd (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@61417b6 (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@5197fc95 (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@530d0901 (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@4ce3c33c (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@6aecc4b1 (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@471fe2d (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@3f8fbaa3 (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@6d27744d (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@6162ec14 (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@6a69f683 (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@28f113cf (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@4249be7 (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@36770a91 (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@51a7fc80 (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@213ac895 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@46e4a29 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7bf55b8f (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@1db4b6c (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@149017d2 (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@49270404 (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@719abc9b (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@7ff9c1da (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@3b8e7e84 (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@677e36f8 (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@366b6d3a (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@45771ff3 (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@2b1bbfb3 (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@40b63611 (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@62d6ba8e (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@23457638 (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@5555b3c4 (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@242211c1 (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@73f7cd01 (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@7b0b81f1 (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@3b8d6c7 (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@37a06368 (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@7af22f58 (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@5dd12dfe (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@181ac66d (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@2c154d25 (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@18ad78b1 (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@299f5dc7 (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@7ceb60c2 (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@3668339d (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@45f3ad11 (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@131c54dd (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@5d7bd17d (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@5b81c392 (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@2df9795d (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@5cb26a83 (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@5fc1a851 (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@a897d68 (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@6cdcdef5 (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@23f5479f (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@71a4f090 (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@3087a1f1 (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@3a26fa62 (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@33e69b06 (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@2818a8da (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@cbbc036 (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@521b03b6 (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@56c74ce3 (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@78c32e81 (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@27de5b8b (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@5220c0cd (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@213ac895 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@46e4a29 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1db4b6c (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@149017d2 (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@189bec2e (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@3bb1c8df (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@71f2ffc (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@6ecbbcf5 (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@7d7d198 (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@3215168d (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@4c0bbffc (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@7f148e9c (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@46f6cbf7 (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@5ccd0cda (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@4d28ace0 (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@1693abb7 (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@664a63e1 (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@64b7136e (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@1e59f3ae (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@530fda6c (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@79ea9443 (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@4795b88b (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@57631d37 (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@1a25af3f (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@37c068b4 (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@5d7bcf27 (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@123eeb1a (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@2555f235 (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@1164abe3 (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@12e55c1f (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@77e61362 (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@7d2893f1 (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@49270404 (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@719abc9b (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@3620ccc9 (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@f2e76e7 (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@7ed85422 (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@5a025106 (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@6af4980b (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@161152fc (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@2a547d58 (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@62968375 (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@2cec6bec (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@30764a3f (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@39c15fd4 (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@20664bb6 (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@3b8e7e84 (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@677e36f8 (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@366b6d3a (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@4b8fe995 (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@1b9a0d21 (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@53a82a88 (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@45771ff3 (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@2818a8da (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@cbbc036 (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@521b03b6 (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@3c2cc4e9 (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@5f388c76 (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@531487e1 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@219ef809 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@28b3ccb8 (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@794907bd (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@6d59b19e (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@14251d30 (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@46ec813 (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@8bffe07 (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@344faebd (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@4693d677 (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@1c8cdbe8 (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@16c6ef2e (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@38c5a968 (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@64689d72 (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@73ac7ce6 (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@5a17b598 (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@7f2561f4 (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@64405961 (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@6cbff9b5 (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@6e5c2826 (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@831efdd (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@377c226e (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@27d044fa (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@56cd212 (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@22061ad4 (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@44f8b2e3 (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@8e7230e (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@312a5b36 (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@483eee68 (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@3b19ed97 (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@4eb1932 (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@578688ae (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@40ea5f33 (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@2c3b5299 (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@45801211 (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@531487e1 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@219ef809 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@794907bd (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@64689d72 (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@73ac7ce6 (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@5a17b598 (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@7f2561f4 (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@64405961 (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@6cbff9b5 (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@3a22d457 (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@6e5c2826 (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@831efdd (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@6d59b19e (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@2eea35e7 (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@14251d30 (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@46ec813 (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@8bffe07 (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@344faebd (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@4693d677 (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@1c8cdbe8 (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@16c6ef2e (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@27d044fa (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@77d9c5a9 (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@3ed8f6a5 (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@6a996821 (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@30b9c880 (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@403d2c46 (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@4b92ac2d (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@673cada0 (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@19bf840f (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@30c9d462 (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@47370116 (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@124121bc (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@12a47720 (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@6502bed7 (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@1ac23cd0 (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@115a2f5 (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@8987d9e (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@137ee821 (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@54c1ac87 (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@604b8ece (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@2b746bd4 (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@4f2fa17b (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@16d3898d (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@2a525867 (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@2270bc32 (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@10e6e57e (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@1a73890e (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@225a6b47 (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@56cd212 (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@22061ad4 (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@243bdc63 (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@55ca8bf0 (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@36d52f19 (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@241743ad (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@5e355b88 (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@5f21deb5 (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@40139faf (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@5e87a62b (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@2a1a5f68 (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@7b9ff8e8 (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@272dfed3 (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@3ce1440b (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@8e7230e (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@312a5b36 (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@483eee68 (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@69475f2e (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@5889ee5b (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@3b19ed97 (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@4eb1932 (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@578688ae (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@40ea5f33 (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@34eb77ec (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@6895daca (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@768f79c1 (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@21f767ae (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@598d2534 (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@435de3bc (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@560d6b6c (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@3b039c70 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3ae5377 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3c3cb99d (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@4f82ba0e (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@5e279fa9 (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@6a22bfcb (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@5312e0c0 (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@3b172b18 (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@44157b39 (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@7f794ddf (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@78273c50 (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@16c4d4ec (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@4a051beb (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@12e60d3a (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@258687ec (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@52b173a7 (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@3089e059 (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@12a4a4af (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@38cf8f0 (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@5a798f6d (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@250d2753 (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@12bb6e81 (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@76144f5e (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@6080a416 (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@2c7b30ea (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@65fd9c82 (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@53abd2f2 (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@2360b22f (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@6b694b39 (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@4584bdeb (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@48b5dbeb (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@5402e3f6 (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@210b75fc (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@289bf4d3 (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@235919bd (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@60074373 (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@1a596e1a (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@6d933cee (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@66c4410 (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@5caa9375 (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@d520f44 (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@7952264c (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@1dfab1b2 (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@15c3b843 (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@57c0afd8 (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@13f41510 (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@4f0d74be (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@1a4da548 (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@1b9d48ef (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@ce1c9f2 (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@3ec0e443 (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@3b039c70 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3ae5377 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4f82ba0e (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@4b1c3e8 (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@23c06312 (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@5e279fa9 (id: a15b1bb0-1ff1-4ca1-bb2c-fdab65a2f314, sid: b0f87e7b-f467-454c-8b71-15cbe89849c9) (name: Physical Architecture) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f5c2cd05-edee-4751-a620-a6bc2b9d1ea4 org.polarsys.capella.core.data.capellacore.impl.PropertyValuePkgImpl@1656b43f (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@611c840f (id: 107053e9-1bc5-4955-886b-3e06eb3dec37, sid: 107053e9-1bc5-4955-886b-3e06eb3dec37) (name: BPV1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 54cacae4-7c7f-4ac7-9df2-96fa913e1ef6 org.polarsys.capella.core.data.capellacore.impl.PropertyValuePkgImpl@56419951 (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@9009f2e (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@2b0831b0 (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@2cf827e1 (id: a1205b44-7545-428e-8e60-acbca3ebc1e6, sid: a1205b44-7545-428e-8e60-acbca3ebc1e6) (name: BPV1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (value: false) ID = 1452a4cf-d824-4cb5-8ddc-33cbefa2fe4a org.polarsys.capella.core.data.pa.impl.PhysicalFunctionPkgImpl@6a22bfcb (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@5312e0c0 (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@1d91e8c5 (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@30c9432e (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@e32e143 (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@10c79e (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@4715d3b2 (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@44157b39 (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@7f794ddf (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@78273c50 (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@2ecdfca0 (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@4c4504f8 (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@23e672fa (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@16c4d4ec (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@57c0afd8 (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@13f41510 (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@4f0d74be (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@27e4efec (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@75acfe9 (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@1183540b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3640f22d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@177fa47a (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@5a69efd9 (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@7ecba34f (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@6b24cda4 (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@3fad05b4 (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@688a26cf (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@cff0c4c (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@417ba99a (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@35106043 (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@51fa8c65 (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@e64ff57 (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@db4012e (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@b777c19 (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@82794d4 (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@235cf783 (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@137bc045 (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@27ce77ca (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@bd6b6b2 (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@3146fb66 (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@1935dfb5 (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@71ea4f17 (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@614ad048 (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@e15216f (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@64c4cf62 (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@6b40e614 (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@402c9c01 (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@6888b173 (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@4148a30 (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@24a953fc (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@42f78bff (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@20b25c98 (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@2b5259e (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@d2e0a33 (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@1236acd5 (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@1a161b63 (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@36095fa (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@72582e08 (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@7510bafc (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@4f60e681 (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@68a30891 (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@144ebd30 (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@658c40de (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@1183540b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3640f22d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5a69efd9 (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@79acdae (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@38a0b7f1 (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@7ecba34f (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@43699c58 (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@71a68fc (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@6b24cda4 (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@3fad05b4 (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@688a26cf (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@cff0c4c (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@417ba99a (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@35106043 (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@db4012e (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@46a85a85 (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@18c37219 (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@b777c19 (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@82794d4 (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@235cf783 (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@137bc045 (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@27ce77ca (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@bd6b6b2 (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@3146fb66 (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@71ea4f17 (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@34f11a7a (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@3d1a5543 (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@614ad048 (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@e15216f (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@64c4cf62 (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@6b40e614 (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@402c9c01 (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@2af5c490 (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@6888b173 (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@4148a30 (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@42f78bff (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@20b25c98 (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@2b5259e (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@5cbb808d (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@73c57bab (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@7ee2a951 (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@423ef66c (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@556e301e (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@1236acd5 (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@1a161b63 (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@36095fa (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@7fc8a047 (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@583feb6f (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@72582e08 (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@7510bafc (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@4f60e681 (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@68a30891 (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@5bb843e3 (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@2b8fd532 (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@abaef97 (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@49d53e79 (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@619351d (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@665fe551 (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@29c49365 (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@2d3682b8 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@54510228 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@78ee7347 (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@56f9611e (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@1a24edfd (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@71b7f999 (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@375fbc52 (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@23c207f8 (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@3c21b4cc (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@4a79f1b7 (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@294f40c7 (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@5400f63f (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@3c906ed0 (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@617ac24f (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@4cb8c328 (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@53d1d007 (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@6c08c243 (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@5b570d37 (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@51fc34f6 (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@cf09726 (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@26404621 (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@451dc96b (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@75761eba (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@7d37fe95 (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@5962ce5c (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@729f028a (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@3a9d9482 (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@20bbb593 (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@3b6a82b4 (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@7856f06b (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@2eb95267 (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@75d8c295 (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@3a87e25c (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@30062cd4 (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@4daf5740 (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@7e50f80a (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@7b40609e (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@7aa193ae (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@4d83deed (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@34eaefff (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@4c562d6c (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@3a1cfbab (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@693b3eb3 (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@a4db17c (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@79acd00 (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@5735e8f9 (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@79459b4f (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@4b6817dc (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@6503c1e8 (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@5dcd6264 (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@566849bf (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@2d3682b8 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@54510228 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@56f9611e (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@1a24edfd (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@71b7f999 (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@375fbc52 (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@76200c8a (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@6e792cf6 (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@1ae3e9a2 (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@1f4f08bb (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@69c80acb (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@3c21b4cc (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@4a79f1b7 (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@294f40c7 (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@15cbff17 (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@60c71eef (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@517151ef (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@5400f63f (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@79acd00 (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@5735e8f9 (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@79459b4f (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@69924f26 (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@13f691f9 (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@686607de (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@388d128f (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@54d3b447 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1edd87ba (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@25c92abb (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@1bdd8746 (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@3656a0c (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@562180e5 (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@413273da (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@6899c9b0 (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@7455d1f9 (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@2f279594 (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@9551d89 (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@621793ca (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@31322470 (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@172531c7 (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@51f10c0b (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@4327f908 (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@5ec6ac63 (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@56cec65d (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@39b6ca5b (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@4a6da8e1 (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@458647e5 (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@3f32076f (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@5edcc80a (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@26b712 (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@110eaf10 (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@388d128f (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@54d3b447 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4f0f2eca-dbcb-4b97-a09e-635c334dbaf5 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@25c92abb (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@31322470 (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@172531c7 (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@51f10c0b (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@6d4ee3c5 (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@1ca7cbd (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@23af0e78 (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@6f33da13 (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@115a5a45 (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@5ec6ac63 (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@56cec65d (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@39b6ca5b (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@1ff762c (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@6ab167c4 (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@4a6da8e1 (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@458647e5 (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@3f32076f (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@5edcc80a (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@79514990 (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@e1f8030 (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@6af3302c (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@73a7956a (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@12c3bd6f (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@6f9d01b8 (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@205ed5e4 (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@2ff93c45 (id: dcbbe32b-8645-4263-8442-ff4a2814c290, sid: dcbbe32b-8645-4263-8442-ff4a2814c290) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 2f7b02ad-93d9-49da-8471-14134e2bf39a org.polarsys.capella.core.data.la.impl.LogicalArchitectureImpl@1bdd8746 (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@3656a0c (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@562180e5 (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@413273da (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@6899c9b0 (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@7455d1f9 (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@7d599546 (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@2f279594 (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@9551d89 (id: e66c115f-65e0-4803-9476-fae1017891ec, sid: null) (name: Structure) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test3] >> release >> unload Project_test_01 [Test3] >> release >> unload output [Test4] >> require >> load testPVPreference [Test4] >> release >> unload testPVPreference [Test5] >> require >> load Project_test_01 [Test5] >> require >> load output [Test5] >> release >> unload Project_test_01 [Test5] >> release >> unload output [Enabled] >> require >> load Project_test_01 [Enabled] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@247218a3 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@74054f79 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@bd25ea2 (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@644636e4 (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@20598e62 (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@cbe0eee (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@22315a12 (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@690a8bd0 (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@5a9b040a (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@1591389a (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@587b7a6f (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@57fa236e (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@6bd1c7be (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@222898fe (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@7c3467e4 (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@3d7ff29 (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@665e34da (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@57af87 (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@5f03e32e (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@63117150 (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@74fe610c (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@4968d383 (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@9324313 (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@61413894 (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@6630c3b1 (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@694be03f (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@2c8b703f (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@641abad1 (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@7f689853 (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@6c51343 (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@71b8912c (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@1a970f9d (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@7ada6a35 (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@4ca63749 (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@6e984eef (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@4cd15f46 (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@65f31f2b (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@189260a3 (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@3451aa68 (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@72bcf8cb (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@fcbbbf0 (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@45755d2 (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@3d6cbdda (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@2883601c (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@2ec5aa89 (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@c26744e (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@54d37be5 (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@21ae4fc4 (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@30c793cf (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@4de4b8eb (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@331be13e (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@247218a3 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@74054f79 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6f4e32b0-db82-4921-85c0-c24d542ca148 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@644636e4 (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@20598e62 (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@cbe0eee (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@22315a12 (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@2829f25f (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@446f43a6 (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@385afcbb (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@1093c068 (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@774f632f (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@26d3feac (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@2497a2a3 (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@76a6a1c6 (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@4fb90720 (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@8e78d43 (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@11fcb446 (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@52979f2e (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@5510125b (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@7b0355a9 (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@2e540258 (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@7d5d7c5 (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@19b16e79 (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@537a9f55 (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@6b5149d4 (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@79813061 (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@4c106aa1 (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@5a9b040a (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@1591389a (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@6051d3a5 (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@383a57a (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@13a4a54 (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@1d73f701 (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@7351c3f1 (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@6de70094 (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@3e5c9f96 (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@3c15aca3 (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@1410e58b (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@4e6a68b0 (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@5f0bb56a (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@2b2d1a76 (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@25304e6d (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@27120f44 (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@4681f05c (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@a8e4d86 (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@42832bdc (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@47c85d8c (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@e824639 (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@7698d812 (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@2d9ed0d6 (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@28bfccd4 (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@3410f474 (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@478e2ac (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@5fbb9a95 (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@9b434da (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@7a767830 (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@52cc8140 (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@4ef20b67 (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@6615d787 (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@2f6b948d (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@191bc6a1 (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@47ec5fd6 (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@f8d1143 (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@7cb133c3 (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@4ec31099 (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@9ab36e7 (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@4a9c0ad4 (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@2242e266 (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@7453696f (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@241f650c (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@eff11f1 (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@3b1b839a (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@546c8d87 (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@7d025d0b (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@1ae20662 (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@2ad2a00c (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@450b4f8 (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@618e9172 (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@5e638f8f (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@5f9507cf (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@1e5a29ea (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@b4a2e52 (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@7191618b (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@2bf3e955 (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@5c291eb7 (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@3a520a71 (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@4035a989 (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@7438499b (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@60703d0d (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@4adba2f0 (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@27cf33c3 (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@110dd230 (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@46c342ce (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@160d811a (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@e56058b (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@3397a392 (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@6f9e521c (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@15610ba4 (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@2b253ede (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@25a0931b (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@38333b01 (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@25922b88 (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@27c3222a (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@65a5582 (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@27109d7b (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@4447f791 (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@127dc58b (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@7529f548 (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@2dad70d2 (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@1794439a (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@76158548 (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@27fc3401 (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@f651bf0 (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@5500e091 (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@139a8a0c (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@461b914f (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@6186a8e7 (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@33d0d82e (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@745deeb2 (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@6ed6889f (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@3ac3c432 (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@fe77aec (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@34dc403f (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@178f9849 (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@64d718f0 (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@32dc71ed (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@8365e8 (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@6ba5f861 (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@37697d7d (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@666b2164 (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@7ddcb464 (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@39fe3d4e (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@6238a0f7 (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@2a64e5b3 (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@6e4c6993 (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@6eb1bd22 (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@49a9871b (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@446daae0 (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@2adbbfbc (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@2fcf64a3 (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@6dcf110 (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@4d6fa2ef (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@3a3ec2a1 (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@6e804339 (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@f357b88 (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@3ffdd85b (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@739a2ecf (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@1fef220e (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@3ba2f340 (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@6accdb6f (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@48027caf (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@2e9bc8f3 (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@20f1693 (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@e94a21e (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@55a85067 (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@2504d671 (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@5fc5e7cc (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@746a3a78 (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@635677fa (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@60e292bf (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@35f5a367 (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@11cfeae8 (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@65cceb84 (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@4eee249b (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@569848ba (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@3afc31f5 (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@58900cd (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@11c0555e (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@15073d69 (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@4eafc5a5 (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@3cd47f5d (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@c66178f (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@663f2655 (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@513e60ad (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@4e8fc340 (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@72697f71 (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@6d7bf2e7 (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@4f62cced (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@7fc79382 (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@466cf9fc (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@4ff40254 (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@2d1ca681 (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@73ea6b01 (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@28ec655e (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@476524b5 (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@f05aa76 (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@2f977af4 (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@641a2ccd (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@a34ec77 (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@2840a15d (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@3c943e7b (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@95d1160 (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@24a71368 (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@9c004e8 (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@43e297ca (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@38b2da59 (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@2073ef04 (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@1e10823b (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@15101b85 (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@c3a1024 (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@5ef73e74 (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@4bd9c9e1 (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@35b57b97 (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@6d05170a (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@130b3797 (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@5673cfbb (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@c5322f2 (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@652540e8 (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@679e6803 (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@724f82b0 (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@3da2ae11 (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@51348735 (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@63d09e2f (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@16a8b04f (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@3a50cae0 (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@5d961a63 (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@63dd81ee (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@4c971708 (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@2119d58d (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@1add590 (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@1c531338 (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@52def4c1 (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@3db0aa5f (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@5b36aa5e (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@8bfc57e (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@3dcaf064 (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@207bb1c (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@7ef9ab79 (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@145a3d12 (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@22afd207 (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@11be1748 (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@54491ac0 (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@334e6d3d (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@6f2dbeb9 (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@e48e043 (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@7fcdaed (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@307ac324 (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@4a654659 (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@61cb8347 (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@53b4ab12 (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@2e6dec1e (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@34d3b848 (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@1751e2ab (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@60384adb (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@375bf0fe (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@138687a4 (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@56e94ae (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@78349c9 (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@4a2f2613 (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@3b15101c (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@d113de6 (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@1041e08c (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@23ed4329 (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@b616e8f (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@31f0e31a (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@17aca1ee (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@21f26832 (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@174d6960 (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@4daa7639 (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@3ffb1db3 (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@dfa5186 (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@71802f30 (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@6f059487 (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@8f40a51 (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@57dd0ca8 (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@6436491d (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@766860b0 (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@20c0a1c1 (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@2ffd36b0 (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@20acb930 (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@15743075 (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@309f45b3 (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@7691ada6 (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@592e40a1 (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@9d70021 (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@79c8862b (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@4b92c263 (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@6012b8f8 (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@51f56ad3 (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@6c314718 (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@31ed1127 (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@44cdba9a (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@3e94f322 (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@587b7a6f (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@1462c6e (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@28f64fb6 (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@3162a469 (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@184d0341 (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@3ca8bdcd (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@275d7bcf (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@38e5a6e6 (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@62501f20 (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@7b994f70 (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@1952f63c (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@4f16e30f (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@51604cf8 (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@60336b6b (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@6e5e8247 (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@7297873b (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@5357339b (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@137af49f (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@7ea5155f (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@57fa236e (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@2ec5aa89 (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@c26744e (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@5aba9c89 (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@757735ab (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@4623999b (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@56cf2989 (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@567d7ac (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@1bf27fb2 (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@1163edf7 (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@353cc85a (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@3eb5a31f (id: e83f81fa-998c-4a9b-85e0-b7dac9510d68, sid: e83f81fa-998c-4a9b-85e0-b7dac9510d68) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 32a23f58-b962-42cc-9fe6-3fbaff7a805e org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@c219bf4 (id: 32a23f58-b962-42cc-9fe6-3fbaff7a805e, sid: 32a23f58-b962-42cc-9fe6-3fbaff7a805e) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 5c3bd864-cb02-4df6-84be-d092d7e56889 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@4b962a12 (id: 5c3bd864-cb02-4df6-84be-d092d7e56889, sid: 5c3bd864-cb02-4df6-84be-d092d7e56889) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 20afc06a-9896-4bf1-9f43-779d52acb491 org.polarsys.capella.core.data.cs.impl.InterfaceUseImpl@7c74e384 (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@1aa5fb05 (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@54d37be5 (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@329af071 (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@227f6979 (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@33d96402 (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@8380f62 (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@37d9adbe (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@6eb42e9d (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@16b5be3d (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@5e3ee096 (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@24f012b2 (id: 6ea57b38-2302-4629-acf3-54c5ba630e87, sid: 6ea57b38-2302-4629-acf3-54c5ba630e87) (name: R31121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce669cdd-b5a2-406c-82a1-f6a4dabbe7d1 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@371e3017 (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@64f20a90 (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@71dbe857 (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@3e98b9da (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@78c0a896 (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@c129b94 (id: 967f1e9d-50f5-4f42-91ef-89d47bafaf48, sid: 967f1e9d-50f5-4f42-91ef-89d47bafaf48) (name: R11121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d9a8fe35-8946-4570-bd1c-366920920cce org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@45641fad (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@329d5479 (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@72d5477a (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@690a57b1 (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@cf6a44a (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@54901731 (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@22254311 (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@598878e6 (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@24f1ff59 (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@3c270e68 (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@3412ff36 (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@2ec7fe1a (id: fe8187fa-30c5-43d5-bd54-0f922c6517cd, sid: fe8187fa-30c5-43d5-bd54-0f922c6517cd) (name: R12121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90dbdf13-3846-4f1e-a3bd-1acc75673470 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@3045fbef (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@5ae4cd97 (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@1efe0458 (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@4827e535 (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@5722e55d (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@2b56125b (id: 6ef95445-ccaa-421b-a208-31927d566d23, sid: 6ef95445-ccaa-421b-a208-31927d566d23) (name: R1121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a79c6c58-ac5c-4567-b60d-6840506f56ed org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@6b7f0077 (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@2291d48e (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@50800f73 (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@5dd287a7 (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@4ebd48d2 (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@3179089d (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@1e162de1 (id: f396ca48-3417-4cbd-ad6f-e22a8a352c59, sid: f396ca48-3417-4cbd-ad6f-e22a8a352c59) (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@11b4a0f0 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@72477bfa (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@1eda3459 (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@36db3813 (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@3fef2eb0 (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@65449e0e (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@7a11d661 (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@faecd78 (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@164aa0bf (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@540bda0d (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@6efdd7dc (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@1fe7b15a (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@6403a761 (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@5874f72 (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@7061791 (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@22cd299 (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@5106ccee (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@11b4a0f0 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@72477bfa (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6f4e32b0-db82-4921-85c0-c24d542ca148 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@36db3813 (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@3fef2eb0 (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@65449e0e (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@7a11d661 (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@177022a3 (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@512c0453 (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@10595496 (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@640f3a22 (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@727c693a (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@19e4e4a0 (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@15839f93 (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@493146bc (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@77ce7ade (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@4b496c00 (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@42bf0dfd (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@1f8a7b0 (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@56435db (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@7ba6a0d9 (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@5fc8889b (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@316be6c1 (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@18a331b9 (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@3d0d3c45 (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@44b1f391 (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@459e2c47 (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@3d5ffb80 (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@164aa0bf (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@540bda0d (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@1d9dc821 (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@2dca0002 (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@6ec6125c (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@6497763b (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@17387648 (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@6a8fbebd (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@34850542 (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@6bfc9b47 (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@28cf0149 (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@34fcbe07 (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@3bd52d7c (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@158bc04a (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@1443ccd9 (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@6efbde0 (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@2b8d48e5 (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@4b8f1591 (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@5825b940 (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@6d48e531 (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@2c43421d (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@1fd3e999 (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@6ac9bc9a (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@4082ad9f (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@76674c38 (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@7678fc4c (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@51f2a375 (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@4c91281 (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@3d056a37 (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@71942a0c (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@25861a7a (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@18a87a51 (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@eeaefa1 (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@5e7e703a (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@4b3ef445 (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@109f6581 (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@49d117d4 (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@6c7c57ad (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@7e2b8265 (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@17e66251 (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@7dcc00df (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@7303e1f4 (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@51996d5b (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@75c979d3 (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@689e554d (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@47e15eb (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@20aea67a (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@3a00bb1f (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@4ea520f9 (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@6a0a31b4 (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@a55b4d (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@67601148 (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@5c5c0b81 (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@750862fc (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@5f5d3023 (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@324509aa (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@4affbe9 (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@38c5b5b5 (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@58ebb028 (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@42f9fac6 (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@39f221c3 (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@2c8f4355 (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@2960cc1c (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@24422c3c (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@c96ed4e (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@7bab2d89 (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@d9be61c (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@2d69d042 (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@f85f7c4 (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@2d6044d8 (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@7f19fc6e (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@1c91d80f (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@3c0a378e (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@13e3e253 (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@23a996cd (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@316a7317 (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@5c3184f3 (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@50cc145c (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@25444973 (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@4da4f2a0 (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@4da4f2a0 (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@4bee465f (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@4bee465f (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@b37b95f (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@32d2dad8 (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@148056bb (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@5f371707 (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@347195d4 (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@2252386f (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@453a8c0d (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@442d0a6f (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@7ccaf80b (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@4f6836bd (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@5ea391b9 (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@72719670 (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@59d02295 (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@57832acc (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@34bbcafd (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@757f9757 (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@57f1f1d (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@6f79c16d (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@555785b0 (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@5c9b7562 (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@21611e1b (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@b2d1f3 (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@69a1ae50 (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@6e96f663 (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@35b2377d (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@6c4efa46 (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@5e31e66f (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@214a3152 (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@5e7e3d9 (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@1ee0a5e9 (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@3f8342d1 (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@5c087d3 (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@1e14a56f (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@48a75973 (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@6d970f7c (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@6c68f302 (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@57ec0c3d (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@25f2ab72 (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@704bac5f (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@5b10b1b7 (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@6caac30c (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@5cb34cd0 (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@71b73a4d (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@2f74a0c5 (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@157cb484 (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@536fbf37 (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@1bc28245 (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@113a6b70 (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@61922547 (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@4f2ab845 (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@4075cb4f (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@2d659da (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@686c9a5c (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@36859a3b (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@62d1bad (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@33f8c81d (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@3fca0a44 (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@4b9a8220 (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@3ed7136e (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@51a0b6da (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@24721d0b (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@3b660027 (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@5dc08d3c (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@56acd99b (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@a9ea510 (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@111197bb (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@48e151c8 (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@78b1394e (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@7f8a56d (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@1ac95666 (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@58e42be6 (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@296e12fd (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@1b37b4cd (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@8101a42 (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@1b166e2f (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@6402e92a (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@4235a8bb (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@4a7f78b5 (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@62b000c3 (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@1188ee06 (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@7e97fcfc (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@4f9c894b (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@2d482e63 (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@7b660d12 (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@3a577e9e (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@112a6e4e (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@2cc6758 (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@7235bb21 (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@791dea01 (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@791dea01 (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@1b63e522 (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@528b1ea5 (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@9b2b13c (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@4219a611 (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@33d5f82a (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@14a3b050 (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@1b85b5fb (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@20f1a6fd (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@35d1089e (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@3cd59b2 (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@2e26c178 (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@5ad858db (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@162cd6d9 (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@e2a5a47 (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@684b527a (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@29c86e63 (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@5866e8c (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@37ec34c4 (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@5d3def2c (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@132d2d11 (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@41035c56 (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@3b3ca4c2 (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@f47d4fe (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@547dc8ac (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@57f45b04 (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@5c2719f0 (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@1dbd9de5 (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@68e4c92d (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@2222cd94 (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@378d472c (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@796e4d51 (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@7e4cf3ee (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@23a57f2c (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@28aaaacc (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@465cee15 (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@57c2ee62 (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@2ac3d29c (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@b4ead97 (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@61872163 (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@217662cf (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@331d8e5c (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@21efe2ea (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@1c5d12e3 (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@3e0535c9 (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@3f937545 (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@4bada25e (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@5c917d9f (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@30e8c74b (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@16713c5a (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@415bd68e (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@78196cb1 (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@e3d3e66 (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@11b14017 (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@6eacc4e1 (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@47b75c75 (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@12dc47a3 (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@13b2171c (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@1bb15247 (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@6698e1b0 (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@1689439f (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@1500bca5 (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@432e728 (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@2586037f (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@794f39eb (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@693a57f3 (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@7a22f65b (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@6f2a9f9b (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@6f2a63f4 (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@3e8df05c (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@4bcd8eec (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@3ed7381f (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@4bcd8eec (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@3ed7381f (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@6d93cfca (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@3e514514 (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@590ffa39 (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@43588cc5 (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@7715085f (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@436aa54e (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@65124128 (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@622bc7eb (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@46d4daed (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@42544807 (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@5ae0fba7 (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@3a94948c (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@44e70d40 (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@6429e679 (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@39491498 (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@27e7d7c9 (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@5b164378 (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@70276c4d (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@1bb4b05 (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@187b9d64 (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@3a915ffa (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@2c6ff69d (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@1c310265 (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@33f1c695 (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@798f1db0 (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@2a87c702 (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@3eb1ca1d (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@3c96630 (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@69682931 (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@6e4054c5 (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@4e1d5bcb (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@704fb571 (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@58463be8 (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@344caa59 (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@10ab7c18 (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@1d42b741 (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@74b2467a (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@257d24d7 (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@6efdd7dc (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@668d8dfd (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@6a96c0 (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@4cfd5186 (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@12def061 (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@3489f2dd (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@7adf0b98 (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@1fe7b15a (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@6403a761 (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@5874f72 (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@25c90b4a (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@54c68976 (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@39384bff (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@21697595 (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@7061791 (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@1f9c8201 (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@7f7125bd (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@15b5fd89 (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@639f6e4f (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@869e935 (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@71e4ba54 (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@4b075854 (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@5372ba6d (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@4d005674 (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@3275e248 (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@1dc9f51d (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@4fc361f5 (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@bf3d8f (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@1d45f872 (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@4ff697da (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@1bee9b18 (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@62449eaf (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@50707cfd (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@2bc3696e (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@441a0155 (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@2ed4e9f (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@51295dab (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@6191d6f9 (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@75957337 (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@1de442ac (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@6bb80be (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@69f2a88e (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@37a0724c (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@86eb736 (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@528a68f5 (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@2e401cf2 (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@1ac62964 (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@67ecfa0d (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@66a0ebc5 (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@460ac07 (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@1d7ed275 (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@612ed698 (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@5f2683e (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@473ec13 (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@6f757b92 (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@7878eaf2 (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@6eddce5b (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@7555a4e7 (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@31b8f834 (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@e28bb8b (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@e070303 (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@562dfcb8 (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@2022c711 (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@6b9dc47d (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@5d34dd16 (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@64452234 (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@52e96be2 (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@5752f3ee (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@2c75487f (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@61ec8b47 (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@78434ae3 (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@384e0b86 (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@3e7e9a40 (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@3bcd887b (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@59bbd9b3 (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@1161eb39 (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@5b87dfcf (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@cde0a94 (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@baf2cfd (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@15892692 (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@7095ea4b (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@c63d467 (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@7da0ac83 (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@435cd460 (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@38a8acc8 (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@496a9c80 (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@5d886ea (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@62648480 (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@58cb4711 (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@19656534 (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@5f63b21c (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@5267eb86 (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@5016cd14 (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@b213c25 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5d05a8ce (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@287c630 (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@239a5642 (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@65b94242 (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@2f8d86e2 (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@54088860 (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@3770dec1 (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@7468e313 (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@5b2f0b29 (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@4e4f4b27 (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@28ddc8e4 (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@7c2cca16 (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@12813b1 (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@60624db3 (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@46811b0f (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@5c6705b3 (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@1d132015 (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@6f6ee9d1 (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@21f9ce50 (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@45d71d41 (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@41c08e66 (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@5978c7ee (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@361c19df (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@4bdc3748 (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@e2a23eb (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@547548c8 (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@21f32225 (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@48d9ed25 (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@499fef47 (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@3752ddb4 (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@4776e367 (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@6d3afab6 (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@32d0b981 (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@35b6b4d6 (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@452b14dc (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@7f7eb985 (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@48550b5a (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@48450682 (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@55d566a2 (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@5f6d5f0c (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@3f029060 (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@5f93e014 (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@210d7d32 (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@573bd50e (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@398fbe2d (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@181f6bd1 (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@5ad4d149 (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@5af8c94a (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@3cb3d68a (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@56041031 (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@b213c25 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5d05a8ce (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6f4e32b0-db82-4921-85c0-c24d542ca148 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@239a5642 (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@65b94242 (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@2f8d86e2 (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@54088860 (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@41a4e214 (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@6ea01330 (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@2dd92290 (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@3d82e4c3 (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@5b501525 (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@51aecd6e (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@20025418 (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@28aab420 (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@f48c9e6 (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@70ecacd4 (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@42fc9445 (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@3f8a338e (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@76c4da60 (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@2bdbf19b (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@7b1c395a (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@426d2c1b (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@4bb96692 (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@301ddce5 (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@2c1abd7b (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@2c97c39c (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@41ddc6b9 (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@7468e313 (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@5b2f0b29 (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@4e4f4b27 (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@e4b2c24 (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@26018c6c (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@28d4d170 (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@61c31369 (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@6f920170 (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@517cd1f9 (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@5182509d (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@78d55c5d (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@7ac34e22 (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@2826c293 (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@6d688b5c (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@63d97609 (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@30b960e (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@1da7fea6 (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@30a5226d (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@4307a8a1 (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@4d4f4d98 (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@65f1a5bf (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@28ddc8e4 (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@573bd50e (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@398fbe2d (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@11b472fe (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@4117c84a (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@58be2818 (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@882f12 (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@181f6bd1 (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@264ba795 (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@69dda23a (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@1c948281 (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@453b3f5d (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@6b021247 (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@6fcaa16f (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@57f2a69d (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@4bafaae9 (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@304419f1 (id: 6ea57b38-2302-4629-acf3-54c5ba630e87, sid: 6ea57b38-2302-4629-acf3-54c5ba630e87) (name: R31121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ce669cdd-b5a2-406c-82a1-f6a4dabbe7d1 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@12ac4cd3 (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@3769bb44 (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@3c721c97 (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@5f50b92b (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@2f6aacc6 (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@552391f4 (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@7919a963 (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@235ace8a (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@59ac5abb (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@1049dc4b (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@242f2d90 (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@51f48901 (id: fe8187fa-30c5-43d5-bd54-0f922c6517cd, sid: fe8187fa-30c5-43d5-bd54-0f922c6517cd) (name: R12121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = d9a8fe35-8946-4570-bd1c-366920920cce org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@414f1a9b (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@8c99452 (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@33b7401 (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@1cc16452 (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@25e32e93 (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@614c4579 (id: e3000b4d-633a-4916-8966-64e34bf7e2ee, sid: e3000b4d-633a-4916-8966-64e34bf7e2ee) (name: R2121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 90dbdf13-3846-4f1e-a3bd-1acc75673470 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@7cde4526 (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@262a8bc (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@35f616e5 (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@5d4291b9 (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@533b1842 (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@448b6dd1 (id: 6ef95445-ccaa-421b-a208-31927d566d23, sid: 6ef95445-ccaa-421b-a208-31927d566d23) (name: R1121) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a79c6c58-ac5c-4567-b60d-6840506f56ed org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@abf074f (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@51a7424f (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@483b8ecb (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@6e6e8879 (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@1c197f84 (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@1014c282 (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@8c0f71a (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@6a367806 (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@1263901 (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@178c9cc4 (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@403e3e18 (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@18fbd108 (id: e83f81fa-998c-4a9b-85e0-b7dac9510d68, sid: e83f81fa-998c-4a9b-85e0-b7dac9510d68) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 32a23f58-b962-42cc-9fe6-3fbaff7a805e org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@bef64de (id: 32a23f58-b962-42cc-9fe6-3fbaff7a805e, sid: 32a23f58-b962-42cc-9fe6-3fbaff7a805e) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 5c3bd864-cb02-4df6-84be-d092d7e56889 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@4a47209e (id: 5c3bd864-cb02-4df6-84be-d092d7e56889, sid: 5c3bd864-cb02-4df6-84be-d092d7e56889) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 20afc06a-9896-4bf1-9f43-779d52acb491 org.polarsys.capella.core.data.cs.impl.InterfaceUseImpl@6a412031 (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@377a119f (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@74d050b7 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@61d4d6bf (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@4dd14e0d (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@240bad5b (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@54d009fb (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@656ad884 (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@112beb1a (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@35d23a5 (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@70f97eae (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@246a26b7 (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@8d732e9 (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@3e0bb1df (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@7861c169 (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@30dad3b6 (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@51cc90 (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@2bf3b766 (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@afc55fe (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@74d050b7 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@61d4d6bf (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6f4e32b0-db82-4921-85c0-c24d542ca148 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@240bad5b (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@54d009fb (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@656ad884 (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@112beb1a (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@748051ea (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@204b1150 (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@13d64325 (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@5d6b097e (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@2b121c38 (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@72c5e7a0 (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@4ca80177 (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@4546fef8 (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@18e3e917 (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@6ef6c1bc (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@62d9c6ac (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@101a4531 (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@17b6bd74 (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@21a4c461 (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@35b803c (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@678230d5 (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@788e2b22 (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@e052e08 (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@64af6466 (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@6d7194ea (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@290fa917 (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@70f97eae (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@246a26b7 (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@8d732e9 (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@5a345ef7 (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@7618c644 (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@1916d1ce (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@60461edb (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@4ff12bbc (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@6eebda1f (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@3e0bb1df (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@7861c169 (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@30dad3b6 (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@6337100c (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@7db1be57 (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@26dd669d (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@6c401a63 (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@51cc90 (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@49a05b18 (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@3993077d (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@53fb0821 (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@727255cc (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@3db0d149 (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@62e26be4 (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@6953dd99 (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@9ef394a (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@2ca9b90 (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@5262a0df (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@30a72c0f (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@8b81683 (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@5e780a1f (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@195b3d57 (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@1095ad27 (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@58d1adb8 (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@46677c4f (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@6165051 (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@3b573921 (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@6e3eff9e (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@13467312 (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@27662df3 (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@25fa860f (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@3ca14f21 (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@1cdf6544 (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@ac0da99 (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@7bfbef30 (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@4d956f29 (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@2a87d69a (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@269fc541 (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@2393ccd (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@6433e784 (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@7094de9e (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@2879b800 (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@21a0fd18 (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@76fbd736 (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@451f6995 (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@73e1aed7 (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@550fc58e (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@7de5ea7e (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@43086796 (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@3d61ee36 (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@16696fa1 (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@440dd108 (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@44393ac8 (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@769b7c27 (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@2b521132 (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@1fd00c1 (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@c9f954c (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@21c8babc (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@1aa8f436 (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@73ba04aa (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@3ffda64 (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@67068dfd (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@3a52cc6f (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@19ee00db (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@64bfd578 (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@3785d577 (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@1b18565c (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@7299753c (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@68176a02 (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@7120241a (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@28d336d4 (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@11da9667 (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@424ea924 (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@323e4583 (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@3eaa086 (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@31a4b0b7 (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@401948c5 (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@41c07833 (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@6113476c (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@6cfe65fd (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@23cd04d2 (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@4595b4cd (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@5adbe00f (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@11fb8412 (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@4bf7bc6f (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@232c4a00 (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@4158a629 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3e9a4192 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2c98579a (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@3a8b756a (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@6e8cdf6e (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@6ac5120 (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@16300a13 (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@15aa36b1 (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@6150ce45 (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@50981b2c (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@1939a525 (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@2c6e13c (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@7c5670c6 (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@2d82e383 (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@616c48ff (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@50470683 (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@1fd89c0d (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@257cfa8e (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@2654656e (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@4e4f0c39 (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@15acc909 (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@57c6f9b8 (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@523c993b (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@64246981 (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@1733108d (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@775820ea (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@17d7d53f (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@568ddf (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@26d6bfbd (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@55f65611 (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@7ca11fbd (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@6349ba8 (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@90c449b (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@3fe56a20 (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@223077e5 (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@fb41d0 (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@6bb8f5c8 (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@7f9826f5 (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@5eb6e9bc (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@499d67b (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@28236595 (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@16b241ea (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@7fa0b189 (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@35c08a08 (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@1e29a462 (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@4e26192c (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@405e99eb (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@9fc3bb3 (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@655a2333 (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@57517761 (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@62ce0657 (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@4158a629 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3e9a4192 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3a8b756a (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@6e8cdf6e (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@2e67a0d1 (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@7d1acd1f (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@6ac5120 (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@16300a13 (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@23392463 (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@7e6eef16 (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@4ccea467 (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@3c5cae06 (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@588c876 (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@370b17cf (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@7403a220 (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@71b39418 (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@6a12c8de (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@5c80f3c (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@3891d87d (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@492b03ff (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@2726749a (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@6150ce45 (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@50981b2c (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@5e729aa0 (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@754b38a8 (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@120ee2a2 (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@48b2f7d5 (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@64901813 (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@16efdd1 (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@7d180d22 (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@224b510b (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@46ff85d1 (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@308968aa (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@4f151b4d (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@1156930f (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@12620fa2 (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@75cab1d0 (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@567ab24a (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@73118d61 (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@710c83be (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@5168f87e (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@5283f8fb (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@2d060d4f (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@38027a22 (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@2ebfce54 (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@63b6bf58 (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@7e47ba14 (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@553f0c94 (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@5a2b509 (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@53b8969a (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@dd7fb01 (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@6df30d75 (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@66c2ac99 (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@f7a655 (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@21494c97 (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@5d444684 (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@3dd0337a (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@28ff9b (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@6bee26fd (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@28169767 (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@6f8561d9 (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@68d1d2fd (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@302fe1c3 (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@76f74277 (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@1057306e (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@62ac8eee (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@2d425a81 (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@616a51a4 (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@4897c9a7 (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@4e4ae5a5 (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@716328bf (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@42b7a046 (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@349b9346 (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@2de53fbd (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@73c5c66d (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@733efb82 (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@49998c04 (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@3518c41c (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@3d6022e1 (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@13a75a2 (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@472ce6d2 (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@114c46f4 (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@225d81f6 (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@77a7f1e8 (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@773226be (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@43ab54a (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@4aa6d60a (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@2465607 (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@79caf964 (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@218cc7c5 (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@23185be6 (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@97f8ab1 (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@440cd080 (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@e6eec50 (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@3d70ed5c (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@427564e1 (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@60df24ff (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@19aa58d8 (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@238a5cbc (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@4ab17640 (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@53504b35 (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@18f7a51f (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@282b1d1a (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@7e6ac858 (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@e59d942 (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@685a17ea (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@7fb9b913 (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@2f377698 (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@1df4334c (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@75916d5c (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@40d95e4c (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@5845b791 (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@6d9d938a (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@2a0d381f (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@68d7b87c (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@21da36f8 (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@3d25b89a (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@6c0113d3 (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@4c0bba7e (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@16f0524f (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@1c95cedc (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@12601a8a (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@32de6147 (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@407f61e2 (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@5259972d (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@1a77fa94 (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@489f608 (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@2f7a1894 (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@58ac9b83 (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@6a7f1ab8 (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@73040e6 (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@1d7f8e32 (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@21336e9d (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@338b0ad9 (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@7a01cfcc (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@1fdc1dbc (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@2ef7b2c5 (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@302f9222 (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@4f614866 (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@76750a00 (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@72960f75 (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@2f6699df (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@e23b62d (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@4c0ced3b (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@504a3644 (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@4bf9e5f3 (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@58f8b07f (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@73b6eb6e (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@72cf0b4a (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@761dbe9d (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@7d5c7072 (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@77624844 (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@3a290b32 (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@2d6f50f0 (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@10f9beee (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@627b4758 (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@7f8da5f6 (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@4d189f72 (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@63b7a34a (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@1c91b9e2 (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@15fb460d (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@b445431 (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@55370be0 (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@2e19364a (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@1bfa4e27 (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@5d032f91 (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@3ca674dd (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@5b6aae65 (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@7b17051 (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@4df9a04f (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@74f9dc95 (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@7e2ba2e1 (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@5b776f73 (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@681962c4 (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@14077c26 (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@74eb8522 (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@2cf1d368 (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@574ac97c (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@6df88092 (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@3599c085 (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@31f5b719 (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@7ed0e007 (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@59b0e78 (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@493cd947 (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@9b28426 (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@1ac0dce9 (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@59f47ba1 (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@447a470d (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@1e977951 (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@1fafdfa5 (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@6b5a17c5 (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@73b51a3a (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@6419f866 (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@5fc63f1f (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@4798a17 (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@53e809cc (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@1939a525 (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@2c6e13c (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@1e29a462 (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@4e26192c (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@4c477c60 (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@3927e4a0 (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@753ad7f5 (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@502ea637 (id: 64e4ed38-69cd-421e-be51-af3d58bb2060, sid: 64e4ed38-69cd-421e-be51-af3d58bb2060) (name: CE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 8b77428a-bd92-400f-855e-985b561828a6 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@b1a72d7 (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@1af5a3e5 (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@3efafcf (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@61ebf777 (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@25594527 (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@120420e2 (id: 29d42166-b770-427f-a8c6-aaebcb17aec3, sid: 29d42166-b770-427f-a8c6-aaebcb17aec3) (name: CP53) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 1cf7a811-e608-472d-9dcf-2afdf1c9bee2 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@405e99eb (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@650ef75b (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@d948c88 (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@c4b638 (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@5b37cd35 (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@1aef3737 (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@2eca6440 (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@7081111e (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@1f60cc78 (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@6d51e6fb (id: 3e0f4414-7ee3-42c6-b080-e55102aa6924, sid: 3e0f4414-7ee3-42c6-b080-e55102aa6924) (name: CP43) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) [Scope1] >> release >> unload Project_test_01 [Scope1] >> release >> unload output [Scope1] >> require >> load Project_test_01 [Scope1] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@4e6a9c07 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@758c31f8 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@d6dc0ea (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@62623f5a (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@3d1b6b56 (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@1c2dee18 (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@3dc5c559 (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@25ca8682 (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@28351386 (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@5249b867 (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@30f8cb37 (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@7d3351b (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@b2a4dbf (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@2a24e31b (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@c29e918 (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@59e84925 (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@13a23204 (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@4e6a9c07 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@758c31f8 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@62623f5a (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@3d1b6b56 (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@67c4e5b2 (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@5943694a (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@1c2dee18 (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@3dc5c559 (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@640ed2dc (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@46ca5909 (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@6445f953 (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@3443d498 (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@7f072c22 (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@12e23ab7 (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@54c262f5 (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@264fc555 (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@60d7211c (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@63e39833 (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@5a97a008 (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@72158a21 (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@6a7fd112 (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@28351386 (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@5249b867 (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@206e9ebb (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@5bb36781 (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@5b1af652 (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@104022ba (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@508fd05c (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@5c2b0479 (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@6721f97d (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@76e552d1 (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@58467161 (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@5ccabedc (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@34158af (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@7cbb8424 (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@2b06d8a1 (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@228b794e (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@9864948 (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@29bc76f8 (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@346270be (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@4d5a2e75 (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@76adf29f (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@3cec5104 (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@1bac21a7 (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@7998d21 (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@1e39be47 (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@4083b8f5 (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@3a58085b (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@71637ab4 (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@22fb2959 (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@71e677c5 (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@41aad025 (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@13358e02 (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@c0be477 (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@55a9f38a (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@1e59b488 (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@245e8bc7 (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@77a5fb67 (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@6d0a73ba (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@6ef4d3d7 (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@365263ad (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@15f98049 (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@7831dc47 (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@2a93828e (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@73b1a45d (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@72f138b2 (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@454014f (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@32e574b9 (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@4c88adf4 (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@3747287f (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@13bd09a1 (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@ae4e7d3 (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@38a1c76 (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@d80c8a8 (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@fd5efa6 (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@3b8da96d (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@ed146dc (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@523c087a (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@4ac0591 (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@7d9fc7b7 (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@2261f121 (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@695f7f1e (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@6afeaffd (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@58b712ff (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@47a9df53 (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@1940aef6 (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@72dd5909 (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@51852b33 (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@2bdc755e (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@140f8f97 (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@c82890e (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@7426f71e (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@733ab934 (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@3d3c26e8 (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@7aaa2892 (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@349f1765 (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@68c86c78 (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@4a12f149 (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@4b8f2bc9 (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@47b7b6c0 (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@312dc5fe (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@3ce6171 (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@d91c412 (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@776a72d6 (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@28b75bf0 (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@5882727e (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@5bb08c28 (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@7fe8b94a (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@11f5aff4 (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@76c9319e (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@cf5bf39 (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@4065a0a (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@4e2ba818 (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@6f86ca93 (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@7e2f66ef (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@23c24e4 (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@32722179 (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@5459cd53 (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@37a1d838 (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@399c4f2c (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@1ac6c88f (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@40cfb9ff (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@44b13d58 (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@2a08c5ac (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@5b55df62 (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@66e885b6 (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@4a5168ad (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@30c969b5 (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@64ee5794 (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@6c50b5f4 (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@172fed0a (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@16b4a8c (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@68df6eec (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@f08940 (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@16b1cb1a (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@50a6f2e (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@1b45c46 (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@7e38e3c4 (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@139942dd (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@2a06a5a9 (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@41107e5 (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@e8f9daf (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@113b5a3a (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@1d9949d7 (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@74b38fd (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@755bbf5e (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@3efad145 (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@69faf0bc (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@49f8b259 (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@3bafcf09 (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@2ed13abf (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@17494db4 (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@1b2f5f7e (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@5ebd0c95 (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@36a066b0 (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@2d6aa472 (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@7875c610 (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@3ed71da2 (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@bf7792e (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@73c60516 (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@25550838 (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@23692b3d (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@13e70877 (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@504a51a8 (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@5d538751 (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@37897f05 (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@5f6bcd8c (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@23e6e033 (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@ca6fe99 (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@f2614ef (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@213a4640 (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@1e04afe4 (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@15d61af1 (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@160b4fe7 (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@65f01320 (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@5e30ebf5 (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@7b946350 (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@372c6fb2 (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@52a00364 (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@b962586 (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@20c5ef67 (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@29e7589c (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@2ea66d7e (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@37592479 (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@38e85b22 (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@36888293 (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@324761af (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@5f4a98f3 (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@2da41593 (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@ad6fac3 (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@3af20fb3 (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@191ec4b0 (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@5a83ae3 (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@43ccaf60 (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@706a5d18 (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@396f438f (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@72215902 (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@18abcde6 (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@58824234 (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@68dcded9 (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@2edefad9 (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@3a89948c (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@7fa6c411 (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@183e12aa (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@79947a9c (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@6c910fad (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@452ebd7 (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@5e48315b (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@dcf77d0 (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@30f8cb37 (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@7d3351b (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@b2a4dbf (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@2a24e31b (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@2e3c7428 (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@77a283e5 (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@7a939a31 (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@3931cd52 (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@c29e918 (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@173f6baa (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@711b396e (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@46f73142 (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@397270d7 (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@55fc2e68 (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@286fe23 (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@28d8c26c (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@1c633671 (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@3b4b11f5 (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@1cb7c81a (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@15d99c16 (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@e635ee9 (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@6dc42269 (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@4f91c0d3 (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@1671cc1b (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@2f14c2a (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@4e6af177 (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@fbc3731 (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@173533c9 (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@1f2dad19 (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@6d506c2 (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@683ebc96 (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@56ab7123 (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@249c4b8a (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@ad1aacd (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@17167d0d (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@1ab934a5 (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@5c3ffc63 (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@5b3fa2eb (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@2c51056 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@77da40d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@20207d0e (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@5283a88 (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@126fbab0 (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@5ff4af7 (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@286d5e20 (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@409287f4 (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@645893a6 (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@50efbb93 (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@61495ef7 (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@4d9a5175 (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@2fe1a3d6 (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@eaf97b4 (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@7b016add (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@72fe0b12 (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@50a3e988 (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@22c3d61f (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@52e41718 (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@50c030cd (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@1fe07cf4 (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@232f3239 (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@5181bd93 (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@96b936 (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@1c0d720c (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@46e9354e (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@ad862e4 (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@6b989575 (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@488f1874 (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@7409b9c8 (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@3d8f2aef (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@2f323051 (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@58d8aaa9 (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@5794b7b9 (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@e3c0133 (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@30b2181d (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@2d226140 (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@5f792222 (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@31229567 (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@117001ae (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@2fe65aa1 (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@3998054d (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@1cb426b4 (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@dd839fd (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@68d44f8d (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@6703132e (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@769b910c (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@6549190b (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@1d661cd7 (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@5819a116 (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@6df3240f (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@2c51056 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@77da40d (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5283a88 (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@126fbab0 (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@3df90cc2 (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@256c9029 (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@5ff4af7 (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@286d5e20 (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@3a026b38 (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@24e6208a (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@7f9a8499 (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@2cbf9a41 (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@7aa6d03 (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@694f39ca (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@3d599395 (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@64cb089 (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@2918a29e (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@39094f1e (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@34741216 (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@11d82327 (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@e2e6f5c (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@645893a6 (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@50efbb93 (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@3a2de13c (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@63105659 (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@43f52c3e (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@3b9a0c00 (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@5a5927b4 (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@30a7741d (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@7dc8a5d (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@6c4d6caa (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@7f3a9210 (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@74b61676 (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@3b7548be (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@37810225 (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@570785 (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@11769f89 (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@49fa255b (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@76d5966b (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@4e86cc1b (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@6b298895 (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@7361b856 (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@295d1e9f (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@5143e9bb (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@7689be26 (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@8541ba9 (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@493c55da (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@7fc7377 (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@3cbf8520 (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@149e584d (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@8660fba (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@311f1764 (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@79d2b411 (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@25b7e33b (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@2277dcf0 (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@329d031 (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@7a564db (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@1d11f12f (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@11d3e21 (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@60d7e883 (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@72ddf53f (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@10582fd5 (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@527d2e7d (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@1fc4fe8 (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@500bfe85 (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@3d07b30f (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@6327c14 (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@65d2f035 (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@6a22d5dc (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@6abd8c5c (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@7ffa8fc3 (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@d5b9b51 (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@71ab2313 (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@77f29e16 (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@71a48503 (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@1dd82abd (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@3320843b (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@2f370ee2 (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@30771e51 (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@798d165b (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@3b41952d (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@70172dbe (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@19204de3 (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@43d84788 (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@45928bec (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@c21243d (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@17f52f0f (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@1690ce7e (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@6cc92e75 (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@4cb0d8e5 (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@47c74bbe (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@6cb3e098 (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@2d8ad656 (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@4730aa5d (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@113b863e (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@2d3400ca (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@56774b5c (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@14d7718d (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@59900f5f (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@54af66f7 (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@38eeea95 (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@171aaf1c (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@619eefbb (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@6f630d07 (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@7916d467 (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@fd199f9 (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@3a3166f9 (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@1aa5051 (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@309de833 (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@6984f204 (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@1e356648 (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@65dafb81 (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@5c68cd1d (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@18b1b9c5 (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@60ccdad4 (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@e991140 (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@2c759b39 (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@33b91ac0 (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@47e655b5 (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@6194478f (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@bc4ac59 (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@f8a58b7 (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@70b8deb7 (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@4ef4449a (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@1366e213 (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@46034b8b (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@62d14f22 (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@5f3cf919 (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@3433dce5 (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@472402d1 (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@5b766d5f (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@19a69f99 (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@3358bcbc (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@548d028c (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@2be7cac3 (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@4ed0b682 (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@29b78cf (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@48fa1df0 (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@355d6cb (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@6c865737 (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@1794de4e (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@63da8711 (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@632ddbbf (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@52fa1f3a (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@35a59d2b (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@2707681 (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@f8da553 (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@d8c6857 (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@14d9e008 (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@159c586c (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@44a8d9b2 (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@514a2181 (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@44be86c6 (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@7fffec9a (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@7c0b7d6d (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@4cb35c9c (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@865807b (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@79383c61 (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@24cb60b5 (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@4586aa78 (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@7d655d9d (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@70f96661 (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@fc86e03 (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@260ae20e (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@46fad93b (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@8198ec8 (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@16673654 (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@678cac04 (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@15a24b7e (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@75d79ab (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@6808cbc6 (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@391f70e3 (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@795602cf (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@3b201d2b (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@1cbf4546 (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@55366c64 (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@40447412 (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@b6fb6e7 (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@6f018464 (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@72247829 (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@4bdc17b (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@62299e4d (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@4e0b1972 (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@7a348a72 (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@1246bff (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@74cee805 (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@11fc070 (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@2346383f (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@154390d2 (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@4751203d (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@38486fd (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@723ae00a (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@7f091c70 (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@589dce02 (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@7d824fab (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@700df806 (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@61495ef7 (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@4d9a5175 (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@68d44f8d (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@6703132e (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@2d2599b3 (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@7488fe02 (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@7bfbca4c (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@39b62725 (id: 64e4ed38-69cd-421e-be51-af3d58bb2060, sid: 64e4ed38-69cd-421e-be51-af3d58bb2060) (name: CE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 8b77428a-bd92-400f-855e-985b561828a6 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@610a0910 (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@6004dc16 (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@69a9a831 (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@2bf5e384 (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@1e3e7de (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@47417f98 (id: 29d42166-b770-427f-a8c6-aaebcb17aec3, sid: 29d42166-b770-427f-a8c6-aaebcb17aec3) (name: CP53) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 1cf7a811-e608-472d-9dcf-2afdf1c9bee2 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@769b910c (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@1a12ba30 (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@11ed5359 (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@3a747b09 (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@712c1627 (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@52867190 (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@78bf893d (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@151fd638 (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@3507847b (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@26dc8848 (id: 3e0f4414-7ee3-42c6-b080-e55102aa6924, sid: 3e0f4414-7ee3-42c6-b080-e55102aa6924) (name: CP43) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) [Scope2] >> release >> unload Project_test_01 [Scope2] >> release >> unload output [Scope2] >> require >> load Project_test_01 [Scope2] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@73ccea3c (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@624213e4 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@b7edae (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@2408f36b (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@5496c04e (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@7c5fea47 (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@17563a58 (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@2292667d (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@16522963 (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@1e32d6b4 (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@75629203 (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@2a3b3ee8 (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@607ead43 (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@628d3cbc (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@1690b459 (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@4611e229 (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@18366ac7 (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@73ccea3c (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@624213e4 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2408f36b (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@5496c04e (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@217db9e3 (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@124db8ba (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@7c5fea47 (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@17563a58 (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@1de56ec8 (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@291e920d (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@683d3157 (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@7756bb2b (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@76e08b1f (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@2f6011cd (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@5daacf4d (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@70ce531f (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@766095d6 (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@59211cae (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@7307daed (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@727fdd8d (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@56c90e06 (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@16522963 (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@1e32d6b4 (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@63230fbc (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@3ca86a6e (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@3bb645a9 (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@481c0429 (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@3798ec5e (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@3e8a7c09 (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@40d5919e (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@6840e8e1 (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@184a13ab (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@75cd4e9f (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@3e0f0ec5 (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@7bcd8c71 (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@94850cb (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@4ff71e01 (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@2606f1ac (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@313f5f19 (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@7a3a8ffd (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@dca91ad (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@1c509a29 (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@57dcd92d (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@7937e14c (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@20a9503e (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@383017d0 (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@914a44a (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@4fef09a5 (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@252d88c6 (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@1d9b8524 (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@6abeb933 (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@4c3fbf9e (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@8a81ccb (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@4b423b85 (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@1184b6b9 (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@166ace7f (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@3487b2e1 (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@6ec329e7 (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@5a466bf8 (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@1386e6e1 (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@647d7967 (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@6d0da164 (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@46a10ddf (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@25f2aaaf (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@257439f4 (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@2bfc0823 (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@657d3776 (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@55ea4ea4 (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@51d56674 (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@1aa3d17d (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@16e993d8 (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@117170cf (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@6bed4253 (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@6fc14e6a (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@28f68bd3 (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@4a7ae27d (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@182bd487 (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@2d93a40e (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@30e7d2cb (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@42235e1c (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@69caecbe (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@34b2ce4c (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@6cb9b578 (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@7df08674 (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@5c43eec7 (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@27dc6d45 (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@17a4bb81 (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@3f725c56 (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@63280f07 (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@6c1e515e (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@5e5497ef (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@7369e09f (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@c0084aa (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@476a6252 (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@7e0dff18 (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@78b9084e (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@6c559df9 (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@1a808948 (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@2d6ee745 (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@41fa6f0c (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@48247542 (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@122ae7cc (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@3e13d7c6 (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@2c035d07 (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@47e6a3a0 (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@2b72817 (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@22ba7260 (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@14e7f855 (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@2771c758 (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@6883c427 (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@7e07890b (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@45dddd65 (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@532ea682 (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@11a3323d (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@6f5ca886 (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@6a4736e9 (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@2f6c5fd6 (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@238f7f30 (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@70acf5d6 (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@3de9b02f (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@70b6daab (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@15493c96 (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@7a28f9e5 (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@7d5b836b (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@62d66e15 (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@3e275355 (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@1f52e93c (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@5a401415 (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@75ebc66a (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@1c62aec8 (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@46d8e1ed (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@6dabb7ca (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@7dadfa1a (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@7c7babcb (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@38ef5496 (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@2a8004bb (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@b04d7d3 (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@355735c4 (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@70c615b6 (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@7cb3e77f (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@7f8e2a89 (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@6d7a182a (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@e1192e5 (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@452bcc (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@23abbd8c (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@1e2d4a9b (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@1c297501 (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@359b3603 (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@43eab27 (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@5a95fce3 (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@1f3bb485 (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@3a7fcd6c (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@4be93e97 (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@3e6eb1ed (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@6e2cd684 (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@2abefda9 (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@50a2e761 (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@4e4ebf3b (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@465ed880 (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@1b502657 (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@5c8e43b3 (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@6702887e (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@57a8d6c6 (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@4dd030fa (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@63ed6128 (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@105f5453 (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@4527c5e8 (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@2fb0fcd3 (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@2b17a423 (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@3e83f9d0 (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@7b2ece5a (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@5ac2f596 (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@1c6f0ea8 (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@3353128 (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@e64630a (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@43c75915 (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@2739058b (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@dafdc35 (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@207e82b9 (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@59087852 (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@1f0a8bc (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@aac51c8 (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@63f4e2b8 (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@6aa054ff (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@6e11a45f (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@42fe4905 (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@49418058 (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@13122a8e (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@2314ef88 (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@455e402c (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@476eea46 (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@30b3fb1f (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@65ad5153 (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@555045c1 (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@52e59f9e (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@702f73ed (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@4366887d (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@44a29e05 (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@8dc85d3 (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@3767457e (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@6765a721 (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@31816a61 (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@41c91b6 (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@11a2e0e3 (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@5edfdd0d (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@8e1cc55 (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@e428052 (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@2e551322 (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@45a0e9c9 (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@75629203 (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@2a3b3ee8 (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@607ead43 (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@628d3cbc (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@48b1cfbe (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@5db0675e (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@5653d888 (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@45f28c67 (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@1690b459 (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@5dac7aee (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@15737e4b (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@44335936 (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@431b45f (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@3a74d53d (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@6adf704e (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@6345a206 (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@7f844e6e (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@6100749f (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@56a747f6 (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@6aa4756e (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@236dc2b9 (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@412beec7 (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@2d5f99e3 (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@64999623 (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@29acf803 (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@376f6627 (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@662e71a8 (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@4e2ecbc0 (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@8c5ee6 (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@4c9e5e8e (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@59a8c584 (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@616065ba (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@3797c1e (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@3dad38d1 (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@22b64e05 (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@4099b25c (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@8c8afdd (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@5c7765a5 (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@20bf2d85 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3d265ad6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6e9dce4e (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@5e8c019d (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@6aa42999 (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@6d1bf29 (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@223420db (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@7c12cd0 (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@196c079f (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@6faa7f44 (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@1dd08c56 (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@3a1eeb03 (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@7e00fcdd (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@6e896478 (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@575304eb (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@591781fd (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@20887816 (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@58772db (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@4abc4adc (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@2f41221f (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@4c6aa729 (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@72c515d5 (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@5a074bfb (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@7c70db7e (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@653a7836 (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@3f8bb2f9 (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@6894171d (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@22e88833 (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@1fe492b2 (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@7e5be018 (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@363f3c31 (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@25e2e5d3 (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@132fc291 (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@7151b677 (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@35d51643 (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@7abb157 (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@6a7dc079 (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@16e3314f (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@b994ade (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@51e273f3 (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@55981fbe (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@5a7e250b (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@1bf05b20 (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@594fce46 (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@35d101be (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@42efc331 (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@7a28061b (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@3e0906e9 (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@73796914 (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@5555a2ae (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@1535d09d (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@20bf2d85 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3d265ad6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5e8c019d (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@6aa42999 (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@57ff8964 (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@359b8384 (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@6d1bf29 (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@223420db (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@568a681b (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@1961f2dd (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@43801907 (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@7eb7cf0 (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@44e0052b (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@66408b52 (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@224d13ec (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@635998be (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@5a9068d5 (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@38e862ce (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@7f49cf2c (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@befa62d (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@4f1e0c9a (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@196c079f (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@6faa7f44 (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@2fee1ef2 (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@7da2f631 (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@48b46e5 (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@67a1c91f (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@d58b8a4 (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@533a6b84 (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@5194fcad (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@38943eb1 (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@70c13c9f (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@70a70f48 (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@6684d106 (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@2f1385ba (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@7108d66d (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@31c435ab (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@150f9b95 (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@2602f2db (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@118ef3c8 (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@177f53f (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@68cd05b7 (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@5968a65f (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@3f1e1e09 (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@1fedad8 (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@19e97ed (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@1d5893df (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@52f9382b (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@25a610b6 (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@5072da10 (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@2e32155 (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@2135a9c2 (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@71df7f8e (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@6eb77e8 (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@22d1c226 (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@e0c5f98 (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@108719fa (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@4d8e7835 (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@61624350 (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@251eb0e7 (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@1b6f3ba1 (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@14650bd0 (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@26fc9134 (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@6ace00df (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@5649addd (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@7200dab7 (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@30b780f2 (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@2ae5b6c3 (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@31d9c107 (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@45f860e9 (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@49c4c8b4 (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@4e102ce1 (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@31be0ddd (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@37c7dc2b (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@71f37109 (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@3b5f5c1e (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@5dcfabb0 (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@2b9d1e09 (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@686ae91f (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@1a265223 (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@92504fc (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@6cbc2d0f (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@6688abae (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@2a867aec (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@193f176a (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@14e68517 (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@379099fe (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@2ed8d4fa (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@3428b3d5 (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@13227a2e (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@63478d6b (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@4147009c (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@2051cfa4 (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@57c82d8c (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@6109c3c2 (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@2a26fe96 (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@4242899 (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@1216d1dc (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@3dae178f (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@20e19ce2 (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@5241887 (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@2118a1ce (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@40ed4ffb (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@538ffb7d (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@79b7f460 (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@58846688 (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@b6ac477 (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@1a0bec84 (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@479fdace (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@75dc238d (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@18c2f785 (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@65ea41e8 (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@2644896f (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@1ac70489 (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@67eb4b28 (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@210e95b8 (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@777930d (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@10531e31 (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@203db28d (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@606603c8 (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@20da20c0 (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@38048813 (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@277201e7 (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@1f00c3c4 (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@3588427 (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@446e9495 (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@3505983 (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@70dc35ef (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@3a3efd2a (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@217865a1 (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@5574d446 (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@21b8cf8c (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@6c22a13c (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@e958474 (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@3925232f (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@3daee051 (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@53d4b980 (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@2b61b6e5 (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@618767b0 (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@64b67419 (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@67331ca9 (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@43e6bba0 (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@4c11aee1 (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@3338259e (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@1faf0373 (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@69e2809d (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@28454de6 (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@5a2399a5 (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@3df0ad09 (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@406b3442 (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@47af4c94 (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@3881a09d (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@6645d588 (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@6af5e94d (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@116a1a2a (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@594b641a (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@5943af5b (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@5f2aac4e (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@4b6be430 (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@d2c44bd (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@7eec18a (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@23511b31 (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@378f210f (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@5b4cd840 (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@78d2f383 (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@12fee916 (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@6d29c6b2 (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@509a9d8f (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@1b6fa677 (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@7c9a5ec (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@42849e43 (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@25362c26 (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@4dcf7449 (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@62d82cff (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@36381d8e (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@e34a3c (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@620b0156 (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@2156abc0 (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@22a3df8b (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@4256e83d (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@78ce3d3d (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@5df5c347 (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@276357d6 (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@728228 (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@9e89ef2 (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@22779202 (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@6e188f31 (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@23ca930e (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@44d72535 (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@6324d3b3 (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@3a74b384 (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@63ee8fad (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@68a6bb98 (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@77d1dd9b (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@60d5a72b (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@1f96937e (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@1dd08c56 (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@3a1eeb03 (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@35d101be (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@42efc331 (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@4a8b3759 (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@43020e9e (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@75e04389 (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@7693dc27 (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@7a28061b (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@24292950 (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@2f69dd63 (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@6dc43062 (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@2aba3549 (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@44e449b4 (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@7e4687ed (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@65da4e8c (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@2628198d (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@30c67b09 (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@32cdff67 (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@4b05f233 (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@2d077eaf (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@2e1a5635 (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@367553e9 (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@5205bb7e (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@170f99b1 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@686e9aef (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2881bb58 (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@6631786a (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@15c55e8 (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@45d0bd43 (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@29f59578 (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@793ea642 (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@405545 (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@3447d353 (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@20fd1a43 (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@383a61ba (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@4a0966b5 (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@50f54e0c (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@7692d857 (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@56d2427c (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@3316d03f (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@170f99b1 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@686e9aef (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6631786a (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@15c55e8 (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@190984d9 (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@4a5c0302 (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@45d0bd43 (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@29f59578 (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@33286076 (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@2c04019 (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@279a0b1a (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@2f67ef37 (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@58d2e31a (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@672a42c5 (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@28afb709 (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@55a5c39b (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@27c5ae3 (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@37751c03 (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@66b42862 (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@3bce2995 (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@8ee9985 (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@405545 (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@3447d353 (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@a592359 (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@3c01a8a4 (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@3ee9381c (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@773e07ec (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@464bc527 (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@31153c2a (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@70a42bb0 (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@7722532f (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@6f58c211 (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@773457bc (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@6a2385a5 (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@79ff6447 (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@2e166a41 (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@58eecc8b (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@1a64e98a (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@183b7bdd (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@5e25ef9 (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@2bc6505a (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@1653c411 (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@5575a095 (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@42f72954 (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@5baaf5d0 (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@53d1d1f8 (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@2b58b21f (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@509e83a9 (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@5c16f81f (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@115ac74 (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@7f85c262 (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@6db09867 (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@264c7cb3 (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@7c69b6c8 (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@3efc0fd4 (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@1761d18d (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@19737da (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@30f91ed6 (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@6e2525b2 (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@4f40bc85 (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@37371415 (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@c377ed5 (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@49c16c30 (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@7c73edf3 (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@4b85f57e (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@47aa9003 (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@548d42a (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@66b7bd05 (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@2fd8aa8 (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@11c4387c (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@526e47ea (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@96a9737 (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@67ace478 (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@571b2729 (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@34b8120b (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@4228c0f1 (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@54098228 (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@1bb39586 (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@1f98e149 (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@1736acb3 (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@102e0476 (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@48e42d93 (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@e78c677 (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@258538c6 (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@6d06097f (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@c6f44b8 (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@6ccbe96b (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@315b587c (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@47e7806b (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@2537f24 (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@31e04eb4 (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@5a13684c (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@218c5fbd (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@9bb45c6 (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@4c369a10 (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@97f8d3e (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@fa433ee (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@5ce2d2a9 (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@24fc353f (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@7eca9c22 (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@34808f8c (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@49bb7f72 (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@26674fc4 (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@ce6fca6 (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@3c2aee59 (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@2e784641 (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@32fd3525 (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@9c5ec10 (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@62f68357 (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@e509b06 (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@555fd3f4 (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@2fe4ee35 (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@48f584e (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@17419df4 (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@4fd59c1 (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@69e66354 (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@73b0cf8 (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@f02cfd0 (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@62caad21 (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@386c8eef (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@676f09d6 (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@7e8a26a4 (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@499e2ff1 (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@1559dbdb (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@ae7411f (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@5357b058 (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@4ef7852c (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@5f47d056 (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@56b60e21 (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@62f9f843 (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@49e55be0 (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@2282ed30 (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@4ff49c86 (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@2cade4c3 (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@4340f430 (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@7505491a (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@78403f3f (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@3ce5a573 (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@7ef53fdd (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@6f2ad34d (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@b9b35d2 (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@524ba3a2 (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@2b940115 (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@231dfeb0 (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@4556c501 (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@4a8f38ba (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@41180457 (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@2573b069 (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@52f3f3a6 (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@5b183610 (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@37a7253a (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@7a049eab (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@184deb97 (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@12fafc85 (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@1fbf729e (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@4ff2abcd (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@a296862 (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@2b3b7fc3 (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@4f74d3b8 (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@1502b558 (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@54a9b5e2 (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@249c1dd3 (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@4d9cf3eb (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@257c7187 (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@51d65b43 (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@71263f8b (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@2636379 (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@5be54e85 (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@1bffe815 (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@46b168a (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@831d34f (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@1fdd08ab (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@2286644e (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@24ab70fa (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@6283f989 (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@15ec2d22 (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@783efc7a (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@19a43d88 (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@9140173 (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@6b4fc9ad (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@649d3592 (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@59ce8fec (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@70b0dacf (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@711cf561 (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@380da1df (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@2b052165 (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@1872a600 (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@5e7d593c (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@5c71559f (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@59d23f85 (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@5a7112ef (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@2b7cb1d7 (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@6e1221da (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@568dc8a8 (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@4a3f0e0c (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@3bbfdb20 (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@79ecc9e4 (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@120beff1 (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@47718e25 (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@60ef4af3 (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@2dd64578 (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@79f93465 (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@5e8c8368 (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@3267b41d (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@6da82410 (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@2f725c0 (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@d3fbedf (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@219b93cc (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@4a199869 (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@20fd1a43 (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@383a61ba (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@4a0966b5 (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@50f54e0c (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@402cec31 (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@4111064f (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@3b6eb54f (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@5bde8215 (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@7692d857 (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@355ee28c (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@7bd4eda5 (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@543506e0 (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@d59d135 (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@4fd10890 (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@6f4a6b9a (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@2cd9cf3f (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@6b8bd7bc (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@59fd5da4 (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@20394d6b (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@74da0977 (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@30df6432 (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@3fc1ff0 (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@69c448f1 (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@4df1750f (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@6447677 (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@6524ead0 (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@2e6ca545 (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@68f3e48a (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@4d21d02d (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@f11c133 (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@449c0b19 (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@33bc70b4 (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@705f6e56 (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@71c62137 (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@552638d5 (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@5cfcb15 (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@e693824 (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@4e667f47 (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@6638b1de (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@f6f9ed6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@9203e17 (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@6d685871 (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@1b77e862 (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@1e2a5445 (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@1879463d (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@67f62293 (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@47ce198c (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@20fb9294 (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@4f51de62 (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@46c8e7dd (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@6ba84701 (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@1bdc5e2a (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@4dd5202c (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@44d87a30 (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@6ed07737 (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@6638b1de (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@f6f9ed6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6d685871 (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@1b77e862 (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@5c115e38 (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@64efe4a1 (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@1e2a5445 (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@1879463d (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@7581433d (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@3ab3ecdf (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@1e091d85 (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@6545de1e (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@33761206 (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@3e0a127c (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@3d6fd199 (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@1859a5c8 (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@49c3faa6 (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@27348810 (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@64814275 (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@2361af45 (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@25176bc0 (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@47ce198c (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@20fb9294 (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@45829c44 (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@72d7b79 (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@30981069 (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@1d3a8ea5 (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@7120d8c8 (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@1cb95dd (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@17087b93 (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@5e0e9071 (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@299fe5e0 (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@7427f873 (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@5c6614bf (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@9fc4ba7 (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@1f34de2 (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@6d5c728f (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@3617649f (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@5d5db089 (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@46da6a9d (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@481cb0c3 (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@45a206c3 (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@754b2f06 (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@60d02db0 (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@4d6713c1 (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@18a690b0 (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@34b9bfbd (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@55e5a937 (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@20695151 (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@c6676fc (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@55caca35 (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@488282af (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@753ad167 (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@65678aa8 (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@4e1ec20b (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@2168a6c6 (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@49a29a09 (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@10c97b5f (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@28fffdd7 (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@116a99db (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@4aa20b2a (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@78c07428 (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@6700397f (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@586cd055 (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@23768e44 (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@1293904e (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@74be98a2 (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@4a6e1018 (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@5dfda3bf (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@536259ae (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@5319b0e8 (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@694d9443 (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@591d228e (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@1873bf2a (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@2591e5a7 (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@5d3e85c4 (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@67311edb (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@6a11b9ff (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@43a801dc (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@52fd66c9 (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@35c4f328 (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@36e1a2ad (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@1a88597d (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@afa7d6e (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@52e18efd (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@2493678d (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@66dc498c (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@3814b5cc (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@704124c (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@1a1d2c8b (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@1e09866d (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@32eeab5 (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@241f1eee (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@2dc66815 (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@529043b8 (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@39493a48 (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@5f58e262 (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@41c0af5c (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@111da95f (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@211b759c (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@608936c9 (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@4eb1eeb2 (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@57885a9e (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@2dc57266 (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@4532669 (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@45569c2f (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@501f72b1 (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@56cf7c96 (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@4b327848 (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@3af432e5 (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@115555f0 (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@7f831a1a (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@44422acf (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@6534c567 (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@5a0b7614 (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@2b224a3a (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@2a18329c (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@68c1f086 (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@750ff3fc (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@4cc504fd (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@27a2532b (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@4000c299 (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@4a1a4976 (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@2e9c5e24 (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@1b127bd7 (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@1bf9dbcb (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@7cf4aaf7 (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@3c4b8da8 (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@203bf613 (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@1e4d5aaf (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@2264ef83 (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@2aae4009 (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@7f602178 (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@7a7dc1e0 (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@5ef87a74 (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@c269005 (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@52766fca (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@4fc0942a (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@3c4d3a3c (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@77e7885b (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@424ba36c (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@f4cbd60 (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@21976a9e (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@33dc5cb5 (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@4287f4a7 (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@28cae62a (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@3293aa37 (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@7687bbd5 (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@4c001b36 (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@2b2cc4c3 (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@465e05f9 (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@a4b6faf (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@1e9ccfcf (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@6d125fd2 (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@66970e4f (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@769159f4 (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@982643b (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@7dbcd795 (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@23875b1b (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@5fa5f866 (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@451cec15 (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@5e079b5c (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@47414c04 (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@2d53dffe (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@4a7e6808 (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@11b12223 (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@5e4bdb87 (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@476cf742 (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@5f5475b6 (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@60aa1258 (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@3cce73f1 (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@7215171 (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@1dcc2991 (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@52529022 (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@6a5bb514 (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@677cdbf7 (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@2b7fc2f7 (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@2de14bd (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@586c74d9 (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@2ccc0764 (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@79710070 (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@42c68de8 (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@3dc8b3f2 (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@505d4d1d (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@7549565c (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@4cf517f3 (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@c45a08a (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@3f0da37b (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@5ba371e6 (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@540eef94 (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@15ae47c (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@70264491 (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@7041c542 (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@697a1d1d (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@c66db06 (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@313175c8 (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@30a08890 (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@73d86275 (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@256e02a8 (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@21be9a5e (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@11459fd6 (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@72fcbbae (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@540ac65 (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@3a87d13f (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@1c4ca745 (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@4f610fad (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@4beb2157 (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@3264c1e0 (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@68f19909 (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@4f51de62 (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@46c8e7dd (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@6ba84701 (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@1bdc5e2a (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@63331702 (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@4a8ad42a (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@335eee5f (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@576e7c58 (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@4dd5202c (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@3029508d (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@74c16cc1 (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@50e942bd (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@b79e97a (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@71ae7da0 (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@1410f7f9 (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@50e6ee38 (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@52a7daf9 (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@61fcd47 (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@26787662 (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@986468d (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@e08b477 (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@76052504 (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@13ab96c0 (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@28221816 (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@6342aa69 (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@3cb08e00 (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@736212c0 (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@4b385612 (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@3d5fbcfe (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@5a7e5db (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@663013bd (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@6fb141af (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@2f49a8eb (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@157a09e4 (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@73b15d0d (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@1668d6ed (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@74842a3b (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@31742866 (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@3d12a6df (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2922d82 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@211d0b32 (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@7b15f18c (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@55b2b138 (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@344e7aef (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@7c5a2333 (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@705cca7f (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@2034a0 (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@645403b8 (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@64217e43 (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@7dea3863 (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@44495f85 (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@51e8f2a8 (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@5c3857e6 (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@3ec0fe24 (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@307b2b0e (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@2690f21b (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@38091648 (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@181feb3 (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@68cb96d6 (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@496aa1fe (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@39a145cd (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@375b502c (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@3921d37 (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@1feb29ea (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@2c90f60b (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@6949095b (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@566f4859 (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@594ed6c0 (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@72c5534c (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@41e06761 (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@5208b1cf (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@14ea761d (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@46a4447 (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@46f3f0c4 (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@51e2b71c (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@167f69a3 (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@40615f57 (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@19cdf24f (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@5d53ec3d (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@308ca445 (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@7a5dcee4 (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@cf4046a (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@7edde896 (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@192946b2 (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@2357adac (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@2fdf4b1b (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@4519cc04 (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@3f444fe (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@64494e7a (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@3d12a6df (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2922d82 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@7b15f18c (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@55b2b138 (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@44dd36b (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@522a8755 (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@344e7aef (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@7c5a2333 (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@278b817e (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@79d01beb (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@14b07811 (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@21e3212e (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@3604a5f3 (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@2aa23321 (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@391a30bb (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@4fc55f3f (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@5973eccd (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@62f3e7f9 (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@54bf7c79 (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@7a72a936 (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@7d992cb2 (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@2034a0 (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@645403b8 (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@4e24c1cf (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@120abaeb (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@138e093e (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@3f4118b2 (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@78db3053 (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@1b7f118f (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@50bea9f5 (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@678dbfd8 (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@46f542d2 (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@2565d0ea (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@66c7185a (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@64335b4b (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@2ff0effe (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@712b2792 (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@6fac0679 (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@11bbe1c4 (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@399c6312 (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@1123c404 (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@1eb38797 (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@5048e044 (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@a168dac (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@59a6b0e (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@717cb15 (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@10ca5173 (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@2e0fc52b (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@789b09ff (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@41ed3a9a (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@2c3bcedc (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@18ef78ae (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@1dfbde11 (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@74fc55d5 (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@40817b44 (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@7d736247 (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@6aa30423 (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@7c67b65f (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@3777b9cc (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@2300102e (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@62949f5f (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@3d23c34f (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@58293f5d (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@fc1a863 (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@2c5b2b6f (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@3be08f5c (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@2a229caa (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@28a2bb3d (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@5dd7fd15 (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@62f2139c (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@5c8b14a4 (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@614d275b (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@3104132 (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@718cdc3f (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@2d4df4e5 (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@4e227123 (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@176b1c66 (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@4c37df76 (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@34c77eb0 (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@271d8f1d (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@70859682 (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@4c5fca3a (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@7c279d22 (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@1eceb429 (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@1d06c3e7 (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@2f3ac467 (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@6fb4922f (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@4b01c0c (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@1958e425 (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@21164f56 (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@6745b86f (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@1c6d8c18 (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@15b74993 (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@499513a7 (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@6faaa942 (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@1a325bb8 (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@356662bc (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@548f479c (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@6ed504f6 (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@66327d0f (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@604780f7 (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@4e5a98c4 (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@7d41194a (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@45f1a2e3 (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@308f785e (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@7a69c474 (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@1ba0fddd (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@2c764056 (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@30241e10 (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@cc6c556 (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@5109f877 (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@468ed170 (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@63784198 (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@6374f9d1 (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@62f8da65 (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@77f413ed (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@7ed5e74e (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@22adfd88 (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@3dc73a4c (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@2bf3f427 (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@60e4fb16 (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@7e9d4b92 (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@7096937e (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@7202ebac (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@6657efa5 (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@201a3771 (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@79e9ce10 (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@3463937a (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@1aa35060 (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@69d1139f (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@5bf1629e (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@4445f923 (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@44e5819b (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@25c93f73 (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@dc9f25f (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@4a68723a (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@6835c891 (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@10ef88ce (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@199fd14b (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@57e1ada0 (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@283e339e (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@6e0f8196 (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@47e90802 (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@1e9271a2 (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@67823dd6 (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@75931381 (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@7ab5bc29 (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@7727cdbc (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@1bd3203 (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@6cdf26ae (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@1077924e (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@29dc3585 (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@761f0d6f (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@12e453b0 (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@177fa0b0 (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@1905b345 (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@10461641 (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@7eb4fd26 (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@34303a7 (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@36ecb1cc (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@6fe837fa (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@3113ffd8 (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@2a568c66 (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@423693ac (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@5f4337c8 (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@bf890c7 (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@3d885a1e (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@4bd505f0 (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@27c7b915 (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@1faf8473 (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@67f7dcf5 (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@3aab2334 (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@4918eeb4 (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@7b77bdfd (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@42052438 (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@4ce61f82 (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@31613c2d (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@608b4c63 (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@182e4ab (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@75f143ab (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@6d302a52 (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@38f96fea (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@7f5e96d7 (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@42a2b94f (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@4733040e (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@2d8f5108 (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@2e78b4f (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@5d2bec69 (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@33557d5 (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@f3f462c (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@75217e61 (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@d586ed (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@424d733b (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@3ce1df65 (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@10afd4fa (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@15f2fbdd (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@64217e43 (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@7dea3863 (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@7edde896 (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@192946b2 (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@2d1b4698 (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@9d62713 (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@663b0508 (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@4e71be2c (id: 64e4ed38-69cd-421e-be51-af3d58bb2060, sid: 64e4ed38-69cd-421e-be51-af3d58bb2060) (name: CE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 8b77428a-bd92-400f-855e-985b561828a6 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5b113aa3 (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@7d1f837a (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@26e2989f (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@6fecc3e4 (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@66e7832f (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@67e2c8da (id: 29d42166-b770-427f-a8c6-aaebcb17aec3, sid: 29d42166-b770-427f-a8c6-aaebcb17aec3) (name: CP53) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 1cf7a811-e608-472d-9dcf-2afdf1c9bee2 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@2357adac (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@16253ca2 (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@65112e52 (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@3acf108 (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@54ec3f46 (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@21755bbf (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@3f51a8f0 (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@57b50c28 (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@73350264 (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@5e42e0bf (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) [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@3b0e7a32 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3e6dab46 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@482f760c (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@bfdf23a (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@666e226 (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@14fcb46c (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@7d3eeda3 (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@6bf6c692 (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@6069711 (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@a78d818 (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@2f3daab1 (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@4a4b771c (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@1a22d52c (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@36040431 (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@4b8d30dd (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@17a53e25 (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@1b221248 (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@d91a891 (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@2fb87a26 (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@11523de2 (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@1a69cdd2 (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@1a3c3b2e (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@76b90b05 (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@7604951d (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@2257c152 (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@59c96b7d (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@3d8349ca (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@22bb9ce1 (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@62095825 (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@23d146ef (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@4bb8646 (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@35686ff0 (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@29a9755e (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@3b296195 (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@69fe5120 (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@1f1fa400 (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@7d7e3138 (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@d2bc2cb (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@16c7f51f (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@749a6c63 (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@78616439 (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@2b8fcc64 (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@2c9bb07 (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@25972649 (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@4dd6213 (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@1bec9fd8 (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@57353ca2 (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@62846d29 (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@74e50da2 (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@12cebcea (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@4f1fbd43 (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@3b0e7a32 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3e6dab46 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@bfdf23a (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@666e226 (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@7a90f33b (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@27602e56 (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@14fcb46c (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@7d3eeda3 (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@20bc631 (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@7cb71744 (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@77efa6e (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@23467c85 (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@531b5f09 (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@2c38ade2 (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@25d24c7b (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@43573eba (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@2d56852e (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@44687adb (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@17e9801e (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@16bbced5 (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@2f184307 (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@6069711 (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@a78d818 (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@635b9989 (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@ce05d55 (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@3e6cfdc7 (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@4db00211 (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@43b4e407 (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@1a6fbb73 (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@2a976a3e (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@677a55f7 (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@38a01c3 (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@64d986e2 (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@13b975a1 (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@38449e3e (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@f9ea480 (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@57d2ccaf (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@1413cbf8 (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@8ba022a (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@72fa0d19 (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@338c005d (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@39ca51df (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@6139bf9e (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@4309f465 (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@10549ab1 (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@7bfb65cd (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@5712e063 (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@5bb49c38 (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@6f0104ed (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@4f74d1cd (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@35dbda5a (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@2270f450 (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@61b5a46b (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@50a23c0f (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@6d9ab691 (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@2bf370c4 (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@75fd4840 (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@34fe50b4 (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@c685684 (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@230d9200 (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@65300d25 (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@7c4c0d02 (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@5622677a (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@68e537fc (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@74dd03ff (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@37e8beb8 (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@72341688 (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@332f85e5 (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@2f71aa84 (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@5d1eccac (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@fcc11d1 (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@4003bd60 (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@62840a6e (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@4954d13e (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@40f7b5ba (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@31c28d3f (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@48f90024 (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@537a35a9 (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@66871cfb (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@d24630 (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@6ec1cad3 (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@5a74b713 (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@674f8000 (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@4baff0f9 (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@6a23b1bb (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@15905fc3 (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@e4492f1 (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@3a5893f8 (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@eb83b5a (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@49e5fba7 (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@509ecb15 (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@2ded66ce (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@5cf4f4d6 (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@5505714 (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@450218a3 (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@796ae3b6 (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@243fa09 (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@5ace5a2 (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@503e22b4 (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@7e670c56 (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@63e92221 (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@10a5a0b (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@66c35ee6 (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@38274942 (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@44ef14ce (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@43fa45e (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@597700c6 (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@1e895ccd (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@7f991eea (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@4a808799 (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@595ce16b (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@44805d14 (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@27c0e75d (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@7a037c23 (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@373e4049 (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@420d1c95 (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@432bba2a (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@51d78bd5 (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@7f882228 (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@565d4fad (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@4e46b675 (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@660ee699 (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@93c7e86 (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@5bf0548c (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@4adb4b45 (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@334a2927 (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@235bcd68 (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@d00e65a (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@1a945dd6 (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@22e2fb3e (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@a199585 (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@6871c3ea (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@50b349df (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@653d73fc (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@51f8e013 (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@203c4959 (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@21998b99 (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@59155050 (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@1b21bcaa (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@14c9308d (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@3de5429c (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@6c8b1f15 (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@3698514c (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@21fe04a1 (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@486b7869 (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@7cacb5c6 (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@84a892e (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@59c05f8a (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@4a7bcceb (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@53e042e7 (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@336645a2 (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@3add0ec2 (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@75605bbd (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@24c7a926 (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@4ce21a56 (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@3b280dc4 (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@68e2017a (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@5624f151 (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@77c7bee2 (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@164796c6 (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@67985326 (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@67b4d0d8 (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@2d4e4262 (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@520616f6 (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@24b7fffb (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@3415e1a9 (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@7747e563 (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@1514fcdb (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@5d5801e0 (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@69230cef (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@3109196a (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@22a83408 (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@4d9255c7 (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@301d3aa7 (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@5f03395c (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@606316 (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@7df7715d (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@cb61264 (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@2a85b49c (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@32bb1a18 (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@1509a859 (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@1a72ff7b (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@175fbcb2 (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@610a273e (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@494acf61 (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@343ee458 (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@70bb0a73 (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@6f95f2c2 (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@7f78a798 (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@6c9b6a54 (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@7785223f (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@4d90e184 (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@14fe703c (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@4a342c46 (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@626845 (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@20fc21fc (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@2f3daab1 (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@4a4b771c (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@4dd6213 (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@1bec9fd8 (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@1f951765 (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@75f7ef1 (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@1938708c (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@6588bd77 (id: 64e4ed38-69cd-421e-be51-af3d58bb2060, sid: 64e4ed38-69cd-421e-be51-af3d58bb2060) (name: CE4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = 8b77428a-bd92-400f-855e-985b561828a6 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3acab982 (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@2f972ce7 (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@1dabec48 (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@61252ff5 (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@4a18110d (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@5c7eecbd (id: 29d42166-b770-427f-a8c6-aaebcb17aec3, sid: 29d42166-b770-427f-a8c6-aaebcb17aec3) (name: CP53) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 1cf7a811-e608-472d-9dcf-2afdf1c9bee2 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@57353ca2 (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@272c97b1 (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@5f03fd74 (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@1f947c13 (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@33f0dda (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@78acda2e (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@60229b5 (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@485b38a0 (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@556fb16 (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@43e7f2aa (id: 3e0f4414-7ee3-42c6-b080-e55102aa6924, sid: 3e0f4414-7ee3-42c6-b080-e55102aa6924) (name: CP43) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) [Scope6] >> release >> unload Project_test_01 [Scope6] >> release >> unload output [Scope6] >> require >> load Project_test_01 [Scope6] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@676e5476 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5fa3bd61 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@13fa8761 (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@50ca98f7 (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@64ca030c (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@c756d7a (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@2bf32c3b (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@48a0cb8d (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@30d8ae3b (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@2f5bcd38 (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@28aae5e4 (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@7ab4ff54 (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@63bb5304 (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@17bfc165 (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@1d363e9d (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@45fd1bae (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@1ce7fb25 (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@676e5476 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5fa3bd61 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 8e6b09e6-438d-47eb-a399-e22bfd2b39d0 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@50ca98f7 (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@64ca030c (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@4f5f6b61 (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@551f6dca (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@c756d7a (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@2bf32c3b (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@306c3a6f (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@6627d03f (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@5ad3f036 (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@5ec541f0 (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@1bd2585e (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@499ac41e (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@400365db (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@57e4dcc9 (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@4c9fa63e (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@533a2187 (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@4a14ed07 (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@27e9ef48 (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@27309edb (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@30d8ae3b (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@2f5bcd38 (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@1f1313a (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@20d9c860 (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@55050336 (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@2c36abf0 (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@42c2ecde (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@3f235b03 (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@2ac5117a (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@33b546f9 (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@66c4e84d (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@431a5cd5 (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@198ad284 (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@7f9e7536 (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@491f824a (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@6ce771f (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@3053b53b (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@3ce841c2 (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@9d089c7 (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@7cd3616d (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@5184e9a1 (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@2f9c5402 (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@220f6e87 (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@45b0aba2 (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@330f9b54 (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@7e7ef573 (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@27dcc76d (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@6771958f (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@286b770e (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@3d70519e (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@7e4b718b (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@60045264 (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@196ce03a (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@1da16073 (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@3ca2ae8a (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@2f7ab403 (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@51e9fce6 (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@47ddac50 (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@1482f7b4 (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@a92270e (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@5a39119b (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@42349456 (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@5f870795 (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@4da07037 (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@3f46f736 (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@59b642ac (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@3e6a5da0 (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@7085b392 (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@787215f3 (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@133a8b73 (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@7fd153e9 (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@221566a2 (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@4aa0229e (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@1073db23 (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@2327da6f (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@4c0dba11 (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@6a34e2ad (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@775db926 (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@36ef030a (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@7b03aef0 (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@618dac3f (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@3db7eed8 (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@19fca350 (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@1b3f5f99 (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@1a594e2c (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@13669c3a (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@72c4da58 (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@223cc202 (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@2fe8eb07 (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@8c8258c (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@5c0a38d7 (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@18e2cd86 (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@3ad63c14 (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@1f2336cd (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@1ea124ab (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@18be5f6b (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@1383e6f4 (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@15903f17 (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@27527bb2 (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@13d19bf0 (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@184073bb (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@4c7109cc (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@784a741b (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@67db6ef9 (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@7c9d0412 (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@38e65d24 (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@13271c8f (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@2fb714b4 (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@3b9e38c4 (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@319b5dee (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@47e4181a (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@2cfb4925 (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@29ec02d0 (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@166ea30c (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@4edae8cd (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@2d4f54d9 (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@361141a6 (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@7db0ad16 (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@64b5beed (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@338bd73e (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@f2bbc98 (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@770b6876 (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@3e00f2ac (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@535fe075 (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@72052700 (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@1cfbb497 (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@1163dc40 (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@31a95384 (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@5bfdbf87 (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@216bd6db (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@3d25c502 (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@20adb222 (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@5f0f65e2 (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@2368c333 (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@6227b072 (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@77c929f8 (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@12dd1d69 (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@b06af8d (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@714acdd1 (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@31b6288e (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@4cee0f09 (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@70888040 (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@7091ab66 (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@65d2f0dd (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@59783d29 (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@6d462cc6 (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@3d4cfc60 (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@6632207f (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@6a52f651 (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@19a32b8 (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@76dccb2c (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@7b83ad7a (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@6a8815bc (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@453962da (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@1a947c04 (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@309bbf1f (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@2cad289c (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@228cb061 (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@1bc19c68 (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@76cfbb48 (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@336394c5 (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@742b2570 (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@3d372fb (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@1d4a3bc7 (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@2cf472ef (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@5332e886 (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@54500e57 (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@5bbc7d38 (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@7ce1a9ee (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@54486ec6 (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@5256d8e (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@459e25de (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@52b74df5 (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@4f261808 (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@61c1457f (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@3bc88974 (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@30e27949 (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@d52007c (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@6291432 (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@79d5beaa (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@7296b3b1 (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@2542d4a6 (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@c0c692b (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@6a4f4f96 (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@24df59a2 (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@4f32dc55 (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@6c4a2fd6 (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@320669b4 (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@d44d56 (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@13034ace (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@148daa96 (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@631cc190 (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@26b5afb3 (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@2ab3cb4 (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@1ef2699 (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@30c462a2 (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@34d2ea64 (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@629bfc (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@910adec (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@2ab2f760 (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@28408f5c (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@74a053a1 (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@23b20f3e (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@5bcf05b8 (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@599b0dd7 (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@6ae32225 (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@49a20804 (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@652861a1 (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@28aae5e4 (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@7ab4ff54 (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@63bb5304 (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@17bfc165 (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@784f2de8 (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@41d57296 (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@28883720 (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@466267a (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@1d363e9d (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@6f6ce88f (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@634e375 (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@3354403f (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@d76a9d5 (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@5561064 (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@351c8dec (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@d9cb29b (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@38fc467c (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@79fb2604 (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@2e6f4eac (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@837046d (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@25ba5eae (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@551971b (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@511fa333 (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@613bd111 (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@1683bcb6 (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@1fe30832 (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@334936c6 (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@c45cae7 (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@7a8a1d5 (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@d8b8a (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@7a08624b (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@58388d1f (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@1a5c29c4 (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@76e1b0de (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@4fc29e73 (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@530eb2e1 (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@2867b34d (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@537b81df (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@3a7ba8e9 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2ef445e6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@5d17346f (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@6ec6283 (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@2b411be4 (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@426610b2 (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@8cb1c76 (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@2565bd4a (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@26d9fe8f (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@66ac8524 (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@40145380 (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@14ebbcb (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@79f1c603 (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@1e85b4a8 (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@5eb5c62a (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@55a324a (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@165a6803 (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@3a7ba8e9 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2ef445e6 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6ec6283 (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@2b411be4 (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@426610b2 (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@8cb1c76 (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@56f619c6 (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@4b8d701b (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@42f499bf (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@4325e38b (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@25fbea00 (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@5564b0c (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@3adbc1ef (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@484ab586 (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@18322855 (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@2d3c29e (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@192cabe1 (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@7cc8bffc (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@63090378 (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@fdc9d29 (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@758ddd38 (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@42b4e6ae (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@690d2f43 (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@7cbff011 (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@60640a2a (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@1c6bd664 (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@26d9fe8f (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@66ac8524 (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@2436b763 (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@2cb1c142 (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@45f57fdd (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@47f247e2 (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@566e6dd0 (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@74f70d8e (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@1a929f5a (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@4f8a06bd (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@6aaff271 (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@26f809d7 (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@281e2a1d (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@373e6e4d (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@22972ea1 (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@44c73d95 (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@1dd0b9d2 (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@5958f023 (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@42a12f8f (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@3ff789db (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@2771a9de (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@39b69cfb (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@72a01115 (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@711ae7cb (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@5b8f9f6f (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@565381a1 (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@24890ac7 (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@28b9522 (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@25d806fb (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@6fccd568 (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@37f3564 (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@5d0392ac (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@3809a829 (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@31674dd5 (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@4b499a88 (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@a9ef7bf (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@7f235e25 (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@74a1adf1 (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@733be437 (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@ee5c6e0 (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@6bd2736f (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@126595c1 (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@3ed3d1e6 (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@1ea1d21a (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@661093aa (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@58e5d934 (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@78997f2f (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@68b85324 (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@a57005a (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@7c8d445d (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@4fde2ce4 (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@65d57748 (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@57b2fe78 (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@410bf77f (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@7f0c4ab6 (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@31ad0d28 (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@712c745b (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@6f82d50e (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@72466bb2 (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@2bdbec9f (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@39c7cb13 (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@40145380 (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@14ebbcb (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@75051069 (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@721dc289 (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@10771719 (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@6493763f (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@39c8b49c (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@255d30a6 (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@dba34cb (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@72e789cd (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@ef7af59 (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@42636621 (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@1e230eca (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@50445522 (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@63fab514 (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@3a718524 (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@3ca299fe (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@4e3d360d (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@78d978cb (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@4eb79a51 (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@66f28710 (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@41d8489d (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@72f47f4d (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@e30650 (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@725bcb5b (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@7144f92d (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@209bfe5f (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@3852ad9a (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@14ffb8d8 (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@42a4b6fb (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@3d32d1f6 (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@10a185b7 (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@79f1c603 (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@1e85b4a8 (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@35136bef (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@2983dcc7 (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@6da609a0 (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@43444be8 (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@7416c2a3 (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@4e2de9d (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@7068dff3 (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@7c66094b (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@5eb5c62a (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@59d43ca8 (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@38ae3771 (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@7a6ff91d (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@686bd6fb (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@10229622 (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@59fe3ee8 (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@5c5c93db (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@6ab65aa5 (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@6e215257 (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@46003805 (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@7efaa955 (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@26c1a75d (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@4296ea38 (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@591327f (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@2e0a9399 (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@60adb05 (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@521671ec (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@6437bb1a (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@28d7ca86 (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@7855fe6a (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@19ad699d (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@409bfed9 (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@560e8fb6 (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@1ff8db3 (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@6c1ea802 (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@33206767 (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@27349cfe (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@fc5c7dd (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@3c3e2a62 (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@191d5529 (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@384792f8 (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@73f21197 (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@3ed248b1 (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@4d15e65f (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@49c16d57 (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@2a5cb351 (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@667f16b (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@64a2c8e6 (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@264baaf0 (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@69c24353 (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@50171ba9 (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@22001cb5 (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@59e72e2f (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@22c4369b (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@4a66ab39 (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@68a1f374 (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@8d73e19 (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@ba4b176 (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@74e4fc58 (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@13b98be3 (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@22af487b (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@c2e7259 (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@5ffb49b8 (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@422737 (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@58764bd4 (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@27b54639 (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@22067dfe (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@33ec9d16 (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@592e4854 (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@542749c6 (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@45df3731 (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@120c06b1 (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@394b804c (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@57cc97da (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@6b9654ad (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@7cf14477 (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@488ad2ca (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5e2d72c (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@a528321 (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@19b059a8 (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@3812954 (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@3c3ec7f (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@415d2b74 (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@f9160bc (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@25bac17f (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@7fc079e9 (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@2b0920bb (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@5b024941 (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@a9b5780 (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@1fea562d (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@5dfafc64 (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@4c2802de (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@1cdf7b8c (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@51c90d04 (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@5bdad285 (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@57e805d2 (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@308c07b8 (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@29b49d80 (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@24f72cc9 (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@33a67b10 (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@63c71b1b (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@6e12d27e (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@731e3a11 (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@73e0b199 (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@28a4733d (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@505dc575 (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@5211a3dd (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@248bbc7f (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@2f3d0e48 (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@117510b7 (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@4ea5560f (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@373463e0 (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@70bc6400 (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@49f52208 (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@2d041017 (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@39bb4d34 (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@2a34b267 (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@4a31304b (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@473805b2 (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@2409328c (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@1218fbc0 (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@3b01b702 (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@59837d02 (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@49513a96 (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@18a78035 (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@65305d65 (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@3991687b (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@488ad2ca (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5e2d72c (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@19b059a8 (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@3812954 (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@3c3ec7f (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@415d2b74 (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@3a0c06bc (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@2630b596 (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@e1e2caf (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@e7924cf (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@2dc6bc93 (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@52c296d0 (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@48433100 (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@3a52260 (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@4f113c84 (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@51d34fdf (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@164b5676 (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@e715208 (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@3072a23c (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@76415daa (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@1b6b3238 (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@4b74c67c (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@5501f43d (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@1aee2523 (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@7047cb4b (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@29d14f3a (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@25bac17f (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@7fc079e9 (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@5c4b51b4 (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@7d15b7f5 (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@e573011 (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@72a41f03 (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@137ee65e (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@4170bf35 (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@1471d5bf (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@44549ff8 (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@20fccd3a (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@64b14707 (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@7e77ba03 (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@1e3c416a (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@58efda8a (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@368837ef (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@75ec349f (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@9a70c59 (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@2f3aac6d (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@587ad12a (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@4ca65e76 (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@7dd2467f (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@771d46c (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@90cb629 (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@77a70c90 (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@18a94da5 (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@11722868 (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@7da36991 (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@32af2939 (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@60399eac (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@6088dbab (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@601d9ca (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@4d2cded2 (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@61ccf525 (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@47bf3f34 (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@4f786180 (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@6409ecf3 (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@62ea588a (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@5c929d7c (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@50ea930f (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@7baf9395 (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@4b31aa62 (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@300a705 (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@7f63e81 (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@4226d1 (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@46e6fe01 (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@40d85157 (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@76ec7dfb (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@6789b959 (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@166e455f (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@143efc2c (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@1a858f5 (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@2b417ae8 (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@2b0920bb (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@5b024941 (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@66bd7a8b (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@69c26d3f (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@b2c9444 (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@42ad8c21 (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@4f49cfdd (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@3598e89e (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@5af9c4dd (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@741b8727 (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@75ad995e (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@703436d (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@1348a07c (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@3bc23f8d (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@223c26c2 (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@3fb911c3 (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@69a40d08 (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@433079e6 (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@f94d74 (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@77b963a1 (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@3ebcfc13 (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@7e834d6b (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@345b2d22 (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@8c3f463 (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@5146dd0c (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@354a2a5a (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@581533ec (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@4fe2a461 (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@282bbe2c (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@4cd75989 (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@3d2c99ac (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@67b7e3c4 (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@1218fbc0 (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@3b01b702 (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@3d4de7c0 (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@7b09ebc7 (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@29287081 (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@28466030 (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@65fb2e71 (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@473431c3 (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@6b3e2df9 (id: 41f66aca-ab4b-406a-acf6-57257d6f5f70, sid: 41f66aca-ab4b-406a-acf6-57257d6f5f70) (name: PL 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 071c1f9d-01a7-4028-8cdb-ae98ed05782b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@51a16f9a (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@610de0d5 (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@5aa5e8d3 (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@efd846e (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@2ab2be64 (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@24b7f8af (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@331d5f34 (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@170a651e (id: dc07c8e2-f9f0-4f6e-a943-7fe7c7bdc5db, sid: dc07c8e2-f9f0-4f6e-a943-7fe7c7bdc5db) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 79a6d4eb-ec2a-45c8-8968-df9389297588 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@59837d02 (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@77a43219 (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@75f927f0 (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@40624bd1 (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@1cdf9d8e (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@5198b6da (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@3b5e7810 (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@2082c8ab (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@1c36e26c (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@80ca956 (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@40dacebf (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@762b919f (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@5da538b4 (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@308e7c4f (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@26b7f3d7 (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@c3a39f7 (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@78aec05c (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@4789cdad (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@5ebd7267 (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@3e6ea7d3 (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@60977ab4 (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@36f5b845 (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@2de64907 (id: 8fa046ce-eddd-475c-89cb-25e1b4c2e198, sid: 8fa046ce-eddd-475c-89cb-25e1b4c2e198) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) [Cycle2] >> release >> unload Project_test_01 [Cycle2] >> release >> unload output [Cycle3] >> require >> load Project_test_01 [Cycle3] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@65407240 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@20d5e791 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@469754ae (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@11257615 (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@399c0020 (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@1f87c2d5 (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@72e43f34 (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@6dc8664 (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@b676830 (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@ef0eab4 (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@25f622a3 (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@55bad383 (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@47e1c484 (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@3ecd9bb5 (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@65560b40 (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@4967cdd8 (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@ebe594 (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@52a9c60f (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@770cb11 (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@700edf2a (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@2f9643fa (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@331371b9 (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@323a0c89 (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@344b626b (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@29df7e8b (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@1695cb0 (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@63554650 (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@c62286b (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@5e9b244a (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@155c6ff5 (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@5cf2dcc8 (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@41ce864d (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@4670434a (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@3025afb6 (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@7afb21e6 (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@4f322c1a (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@b9c4ca5 (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@16d90a7f (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@350eed53 (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@6b024514 (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@212d5b5 (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@5c46bd7a (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@1e60a7d4 (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@67336be9 (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@604e2fcc (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@2e970259 (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@47c0d26c (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@3e405cef (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@30204a4f (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@41d6dd76 (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@37859dbd (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@65407240 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@20d5e791 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@11257615 (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@399c0020 (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@1f87c2d5 (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@72e43f34 (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@6091ae62 (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@619e3283 (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@47a3c054 (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@551eb55c (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@3891e323 (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@17eb16fa (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@28377e7b (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@4e16cf7c (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@799e2dec (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@b676830 (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@ef0eab4 (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@76e5b939 (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@2657692a (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@16c1a338 (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@1f6d5e1e (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@449a10bb (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@425a9f43 (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@3732a4b8 (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@74a2058 (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@6f32ad91 (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@17378ba7 (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@482ed075 (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@1eb071c8 (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@641419aa (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@6c65111a (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@28789c75 (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@82c10cc (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@4c052d12 (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@464f88a1 (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@31f84702 (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@15630562 (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@21535982 (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@7d15c8e7 (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@1f5006ce (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@12955853 (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@29b19cca (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@7ab03beb (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@65492405 (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@4b347191 (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@5de5b3b2 (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@1587223c (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@25f622a3 (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@55bad383 (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@1773e422 (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@2b4a5b4d (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@3fbd87bd (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@3c186d02 (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@3baf9c15 (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@406746db (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@4523ade (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@137422dd (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@547c4b92 (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@2e579e58 (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@3b46c586 (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@21948627 (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@37d68aad (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@604e2fcc (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@1ad038f (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@2e970259 (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@6565b054 (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@747fe83c (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@1808db34 (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@12af698e (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@2683802c (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@6b655439 (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@4f8f9cda (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@250d4f8c (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@6261f1c (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@590cba86 (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@646c6cd8 (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@4b86ca62 (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@3ef549b1 (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@6bddcbb6 (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@654b6d6c (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@51e0c38 (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@9be756 (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@47c0d26c (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@5fec1de1 (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@307541d5 (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@1155f22e (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@785f0a93 (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@42677754 (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@5886ed24 (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@66fcb098 (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@66f72546 (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@1f53231b (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@70530218 (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@73a814fa (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@2caad2dc (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@2a6777a9 (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@5ccae0bf (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@62a5ca3a (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@7ee63ecb (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@41da27e3 (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@51c96e38 (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@6cf42e91 (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@73cea962 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@781f4213 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@383ccf20 (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@46c10e86 (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@5b1e19cd (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@4be1b751 (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@4f46a2d9 (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@2e33340e (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@38b81d1b (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@16ce66b (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@777bd26 (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@4332e531 (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@29ea88e0 (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@1a34c4a4 (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@362085dd (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@1d573dbe (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@18953a49 (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@73cea962 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@781f4213 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 5c41ca88-e5c2-457b-81db-d40a8bc1d0c4 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@46c10e86 (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@5b1e19cd (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@4be1b751 (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@4f46a2d9 (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@4ceab47a (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@64540c35 (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@67fe4c01 (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@20fa63ca (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@39aa4acb (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@1ec6233d (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@61b4aa5c (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@6a91854a (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@3b3fbb7b (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@38b81d1b (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@16ce66b (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@67b198d9 (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@50155365 (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@283ddcb9 (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@4e84286b (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@25980632 (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@19f230df (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@765a84fa (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@1ddfcc1 (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@27414b72 (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@7f2422bd (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@4a9b1eff (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@24cec899 (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@9791da9 (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@17b0e53e (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@56e52634 (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@30fa1b0e (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@20f3913a (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@397a8e63 (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@7bf07ea4 (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@59f95af3 (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@4f6f6687 (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@7dd86a9 (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@671e6a6 (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@15cc0a59 (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@21231d39 (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@4a203f7a (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@43edb44e (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@2db21c6 (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@1ea9cc3a (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@517d3fe0 (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@5dc6865f (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@6c84930 (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@6eea2ada (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@777bd26 (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@4332e531 (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@115e266d (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@2e5d6266 (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@14f96406 (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@403600c5 (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@4f3717d2 (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@178a6330 (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@1eb6173 (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@46dcaae0 (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@3122ac6e (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@7575da99 (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@2f4fddbd (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@2a07347d (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@1f57cf1d (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@29ea88e0 (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@1a34c4a4 (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@1f944ea (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@4b70a9db (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@fe8ea7f (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@3d549832 (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@4e6abfd8 (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@362085dd (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@5c8a8e6f (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@5879ef15 (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@100a5d77 (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@906c24c (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@1f7dcf5 (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@16e18a99 (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@54429cd7 (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@6be930b1 (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@54c6594d (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@4ee9a40e (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@e8d3d20 (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@2cc3e8f8 (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@4aa9d01c (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@49e3c493 (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@2ee084b2 (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@640567b3 (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@409b0c40 (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@810209c (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@5c680f06 (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@4489f1c7 (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@4d942d0a (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@20b77893 (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@5ba71da4 (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@268f08a5 (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@2d62c8e3 (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@7215cc21 (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@171fc855 (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@14ee8a7a (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@2ca87c2d (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@4f0772ee (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@1918bc58 (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@14f3dc0a (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@7bd593ad (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@fb11e3b (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@531799e9 (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@590e0c0d (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@e11b47a (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@9d63345 (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@66e12b47 (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@4fa62df2 (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@4c97f218 (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@1b370a1c (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@65806d35 (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@5c5ccdac (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@3a53ead7 (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@9e5798a (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@2cc53f33 (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@12cd7cc5 (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@71ca43cf (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@5b01a001 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@631e48be (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@36bbcf2f (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@d5377bc (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@5690b4d6 (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@1abeb299 (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@15ef6de (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@325189ad (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@74d4827 (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@5450958f (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@34ae9848 (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@697a7e30 (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@5e837272 (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@99941ee (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@42983d98 (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@7697c8fa (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@334224b8 (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@7017850f (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@73e01268 (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@3b78d4f6 (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@193d50c5 (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@554e9110 (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@264eba83 (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@5b6c05d8 (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@2824dd08 (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@9c30f0d (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@6aae9e85 (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@789ef69 (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@377f042d (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@4d55a3a5 (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@5391463c (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@61f3ba48 (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@6f31f7e3 (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@7e9b366f (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@752a053e (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@977c029 (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@6999b00b (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@4e96cb19 (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@6b302400 (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@5c71d7c7 (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@784c2daa (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@faefb9 (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@6a00db82 (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@381de6ea (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@28a1a59b (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@1bf77679 (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@72c255d4 (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@469d16a (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@3fff6482 (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@21cd977a (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@27158078 (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@5b01a001 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@631e48be (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@d5377bc (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@5690b4d6 (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@1abeb299 (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@15ef6de (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@69959e93 (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@1b69d025 (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@3484c24e (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@63cd6cae (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@69f0914c (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@74d4827 (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@5450958f (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@34ae9848 (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@697a7e30 (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@28a1a59b (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@1bf77679 (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@df9b0c1 (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@2f1548a5 (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@11a6a7b9 (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@72c255d4 (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@274e034 (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@3ce7f504 (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@f5486ae (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@741d8b4c (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@514db0bb (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@52012043 (id: 4711bfd0-52ea-4c8d-8f5b-d71db45c09e4, sid: 4711bfd0-52ea-4c8d-8f5b-d71db45c09e4) (name: FPS4112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c83929a4-4f07-4175-a201-b5716b77bd78 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@e119440 (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@36a4f4fa (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@6774a9b0 (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@8d47625 (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@a6540eb (id: df9f68bf-0e86-40f9-b95d-6e8bafc3bbca, sid: df9f68bf-0e86-40f9-b95d-6e8bafc3bbca) (name: FPS1112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7f6ccd82-8686-4e06-b3bc-1f82fef40a52 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@6838dd94 (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@76d4f755 (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@374374b0 (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@5e762b8f (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@700c99a8 (id: d50168b5-71ac-4ddc-a67d-d59d8beb2e8d, sid: d50168b5-71ac-4ddc-a67d-d59d8beb2e8d) (name: FPS212) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 221294d6-2d92-4477-af4f-831e8b063365 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@5200217f (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@72e4c1f8 (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@487efaaf (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@28726a81 (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@7baabd29 (id: b5ddc47b-7ce8-4c98-b1cb-d25277c29a3c, sid: b5ddc47b-7ce8-4c98-b1cb-d25277c29a3c) (name: FPS11112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 00126d97-60bc-4bd1-927d-e95d633250fc org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@7cb5e324 (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@599d1c54 (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@681ecd93 (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@a096bf4 (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@59761552 (id: 2925d1e3-0390-4bb2-b701-509a1f62e504, sid: 2925d1e3-0390-4bb2-b701-509a1f62e504) (name: FPS112) (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@b54ed2 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@110b795f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6170e7 (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@57dda452 (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@1bf34850 (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@711962b2 (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@696f98ca (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@2be72392 (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@6d05e730 (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@1cba62e9 (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@21abfe2c (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@71293f03 (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@1c1310f1 (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@2ee7b989 (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@1eddd0a5 (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@32d96f9c (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@1d3094 (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@b54ed2 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@110b795f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@57dda452 (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@1bf34850 (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@711962b2 (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@696f98ca (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@5f3a5d60 (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@35c247a6 (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@29243c8d (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@26bbab78 (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@7f6cb0fc (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@6d05e730 (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@1cba62e9 (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@21abfe2c (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@71293f03 (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@1c1310f1 (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@2ee7b989 (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@1eddd0a5 (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@26b4255a (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@22243de5 (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@319cf3d9 (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@413455b7 (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@46ad263e (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@45e5e01b (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@1331d145 (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@70cbb779 (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@5ff8e388 (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@35773554 (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@28d17146 (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@50c7b5a (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@1d702cd0 (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@112167bf (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@54e91436 (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@4863b4d7 (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@52e53efb (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@2bb90eb4 (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@376de751 (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@62fd3867 (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@1914d025 (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@7a3bb11d (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@22b49664 (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@2981ac55 (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@16abc4b8 (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@313f3c29 (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@37be9bdc (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@13797a7a (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@5b3ff2a9 (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@77c02eea (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@3df69c42 (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@23124051 (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@3171eb71 (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@5c7626ef (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@7e55bd63 (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@26e22adf (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@73cabb29 (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@3778566f (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@64955b46 (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@531621d9 (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@75a3db61 (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@678d7699 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1124fb3f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7a443fc9 (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@43000c8b (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@556e837d (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@78a4143d (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@58ec99b7 (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@515c77c0 (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@77baa899 (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@79d699b2 (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@5559c455 (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@4183db16 (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@e6df5bf (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@73e8f5f7 (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@402cff3b (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@caf3799 (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@6d0efbbe (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@597dfca5 (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@7e8f0596 (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@be9e621 (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@11203fe9 (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@270e71bc (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@21ab737e (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@65375184 (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@75f8e5bc (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@21afe92e (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@1250cd45 (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@36279d57 (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@aa9a7b0 (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@1f5cef8e (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@bf223c5 (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@4818f7f (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@36664f56 (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@68de262d (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@19bdc7be (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@11cf4981 (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@1557b811 (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@ca11bd8 (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@7bd6adc5 (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@10be707f (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@3881d549 (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@3cfa665a (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@720c4c85 (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@11d2e733 (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@718c40d (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@9be3e93 (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@3e6a8593 (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@5dc1b8f0 (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@28fc08c2 (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@7662125 (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@359f7705 (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@678d7699 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1124fb3f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@43000c8b (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@556e837d (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@78a4143d (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@58ec99b7 (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@50d89f6b (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@4ec2ec3 (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@62fc530f (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@2d021fde (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@61ef1908 (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@77baa899 (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@79d699b2 (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@5559c455 (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@4183db16 (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@718c40d (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@9be3e93 (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@1e768252 (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@3e6a8593 (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@713e0c97 (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@5e723852 (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@1c499fb7 (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@48b97460 (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@49629354 (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@61d9282 (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@53ab8ddc (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@2b197b9c (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@58400341 (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@32ec43c7 (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@3da6ed2b (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@5d83a498 (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@b59b2c7 (id: f01fd724-63d3-47c4-973c-586d6b23c5b4, sid: f01fd724-63d3-47c4-973c-586d6b23c5b4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test2] >> release >> unload Project_test_01 [Test2] >> release >> unload output [Test2] >> require >> load Project_test_01 [Test2] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@1113b28b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5cb37f7e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@145232d3 (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@4dcbd1be (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@fa2fc41 (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@38f6afeb (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@3491c8ab (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@8d4027c (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@51178a15 (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@5a6db3be (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@51f93e8d (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@4ee495b0 (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@2a7b71a0 (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@7e47caed (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@2876b67e (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@43936f3e (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@246d6df0 (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@1113b28b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5cb37f7e (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1ee5e1b0-9c73-4f00-9cc9-d98666ce8d0a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4dcbd1be (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@fa2fc41 (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@38f6afeb (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@3491c8ab (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@6be142fc (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@23e385f8 (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@13f5cfff (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@69435b0a (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@7978a0a4 (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@51178a15 (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@5a6db3be (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@51f93e8d (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@4ee495b0 (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@2a7b71a0 (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@7e47caed (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@2876b67e (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@5876de56 (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@1aecd6f9 (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@772295ff (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@2d7990a9 (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@3fb432ab (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@73a04319 (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@3a5d01b9 (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@17c0e166 (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@466fd41f (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@37a6ff40 (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@652470c4 (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@757f66d7 (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@4d089b4b (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@4dd43155 (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@52d80047 (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@3c7392e3 (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@28a283d5 (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@1dc8bcc6 (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@6c0ea6b0 (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@195d2d31 (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@6ed3a889 (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@10792f17 (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@1c9fdeee (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@6c5b5ce9 (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@1fbf260b (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@4667b37c (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@3815122a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@71ec14be (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6f299d5d (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@27d9bde1 (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@1febb8f3 (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@659080c8 (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@1e92e5b9 (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@3c26e63b (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@1596e6e6 (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@53a8851b (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@5fd74e2f (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@31d97277 (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@3638defd (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@515f4a47 (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@49d2858e (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@7792e4c0 (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@72d03f9 (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@2c0b6c29 (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@71a872d3 (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@117c3cc2 (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@7ea1d7df (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@93c9606 (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@3bb05318 (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@4b5ae280 (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@3b35db1b (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@56d4f6dd (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@36d6037e (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@43f2a011 (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@67c87004 (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@1410356 (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@78a2df3 (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@7397f606 (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@66ef166c (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@177c7672 (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@52c02a36 (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@1e2bd1ae (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@e9f871 (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@74d2c1f8 (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@2790c4ce (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@6776d733 (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@289391dc (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@4aac4837 (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@6b3b5318 (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@3aa5ce03 (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@135a037c (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@89f1e10 (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@47d4fb8 (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@2005b671 (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@e909bba (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@230c3d2d (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@24fc10e6 (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@3815122a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@71ec14be (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 7de91d30-045e-4f37-8a15-bdfbaaaf54fb org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@27d9bde1 (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@1febb8f3 (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@659080c8 (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@1e92e5b9 (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@4015d467 (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@27bd0b6 (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@638c86f1 (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@6a3a1814 (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@4624fd8 (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@5840c182 (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@5ffc7f75 (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@2d242af3 (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@119ffff5 (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@1596e6e6 (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@53a8851b (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@5fd74e2f (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@31d97277 (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@135a037c (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@89f1e10 (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@5f2c331a (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@47d4fb8 (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@7462aeb9 (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@4ae8e7cc (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@58bc71a5 (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@32f911b7 (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@21822bfd (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@4cd3aba8 (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@77d9dace (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@dd7192b (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@3d3a16af (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@6ce5644b (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@55d3dcb3 (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@60f89963 (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@d1a64bd (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@4a1a8e69 (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@167f5dd (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@25704713 (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@7b11f08c (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@65e65041 (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@5b11983d (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@7cfe1493 (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@1ed2982b (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@70bc04c6 (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@114a6b0e (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@1c11386c (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@1608f805 (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@6824436 (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@774fc2b2 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@47d648e7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@5c65293d (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@32411bd (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@5220d2d1 (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@51cbb3a7 (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@290975b7 (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@507465e1 (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@25200adc (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@560838f4 (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@51511053 (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@410dcd50 (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@645e5947 (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@738602a0 (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@2a8c570b (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@79696f8c (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@333a1b8a (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@774fc2b2 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@47d648e7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 7de91d30-045e-4f37-8a15-bdfbaaaf54fb org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@32411bd (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@5220d2d1 (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@51cbb3a7 (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@290975b7 (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@4d4420fb (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@19a6d5d8 (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@157c1bc0 (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@773a7015 (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@1b95d5f1 (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@3432cb4e (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@41656413 (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@723eac1a (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@18110bb2 (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@25200adc (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@560838f4 (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@51511053 (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@410dcd50 (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@645e5947 (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@738602a0 (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@2a8c570b (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@13c68dd9 (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@50161e03 (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@18ea2f05 (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@3ecaea0f (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@1945004a (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@7943e367 (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@3018694d (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@59eb67d3 (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@689d7bf4 (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@e23f55b (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@7d82b7d3 (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@7f55924f (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@7c94048a (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@6d8cbf6e (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@5d8a123 (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@56cc8c3d (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@a20723a (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@25fdbdf (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@424ea30e (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@7051621e (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@594c25d (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@32f54732 (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@49cf92e0 (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@7be8815a (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@58cd2250 (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@409922ac (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@75f4e0cd (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@4a295d78 (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@7b4729cf (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@20a56530 (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@9903a90 (id: 256f7376-caf5-4fd1-8455-dcfbeb5cf23c) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@4579444d (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@59b4efb5 (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@322de590 (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@74f703c (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@1f7745d0 (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@598fc175 (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@6aa1ff23 (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@15c28a1a (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@30be14b7 (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@558b5e45 (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@6d966642 (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@2f800c1a (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@31e7b52 (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@2446d707 (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@7a3c01bb (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@5573223a (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@2547072d (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@37ab026d (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@2d80fcfa (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@612e7982 (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@7ccd64e5 (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@139aa97b (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@3957e0de (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@2ba77c1f (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@3cdacfc2 (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@7acd6853 (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@7c9a36c4 (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@6c4deacc (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@6039c58 (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@171df33b (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@3a1ccb0a (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@39045d0f (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@237fe72b (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@5b035c54 (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@79b88a5 (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@1c6c517c (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@4076bb65 (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@1d6bec3 (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@5a53d0fc (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@244a9d7b (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@5192a704 (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@65862b53 (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@241aa800 (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@3befb23 (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@50c3a90b (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@67137ced (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@1039af32 (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@4264d693 (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@69345e4d (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@20a56530 (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@9903a90 (id: 256f7376-caf5-4fd1-8455-dcfbeb5cf23c) ID = a4af6e59-ebc0-45cd-a288-d859e77a79a3 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@59b4efb5 (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@322de590 (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@74f703c (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@1f7745d0 (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@34acbbe8 (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@15c28a1a (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@30be14b7 (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@611c9ab3 (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@ecfb391 (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@f5c6a08 (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@4f87ccf8 (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@4a4b0eb9 (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@39eb6f5a (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@2e8d30b1 (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@5151023b (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@1169392c (id: 14380d76-1cc6-49d7-82cd-155c5dc42b59, sid: 14380d76-1cc6-49d7-82cd-155c5dc42b59) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8d8b830c-0739-4378-8a28-08cc5d790f21 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@61cc44ea (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 = 089a1503-1b71-4f98-a090-040baaa391cd org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@1535a5c5 (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 = eb4fee1b-e5cd-4b00-80f1-1930fd84bff0 org.polarsys.capella.core.data.information.impl.DataPkgImpl@558b5e45 (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@241aa800 (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@3befb23 (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@5604aa (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@5bb37964 (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 = 3e6f14e8-983b-42dc-9d5d-0065073c0315 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@50c3a90b (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@600094ed (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@61168bee (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@44a9acac (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@461be502 (id: dabcff85-a52d-4d94-863f-9be19b4f0b4e, sid: dabcff85-a52d-4d94-863f-9be19b4f0b4e) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: SEND, protocol: UNICAST) ID = 529fb0fb-6e84-408b-8e5d-a6f4899cbff4 org.polarsys.capella.core.data.information.communication.impl.CommunicationLinkImpl@6d2c94ef (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@38303b5f (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 = 53339442-c7c5-487d-8d0e-c280fe184504 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@4f198ac2 (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@76cababd (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@77ec0f86 (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 [Bug565895Test] >> require >> load test [Bug565895Test] >> require >> load output ID = 60651902-7a55-430b-b93f-e4c6590c12dc org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@79848d3a (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@107a6f5f (id: 256f7376-caf5-4fd1-8455-dcfbeb5cf23c) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@70f53f60 (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@4f90db42 (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@20bd0a40 (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@2ea6be27 (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@5f6a175d (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@32f3c381 (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@233cb994 (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@29bf047e (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@26e03eeb (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@7c21bb72 (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@36ace0b2 (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@6de89284 (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@5ceb9548 (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@2010f486 (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@297e0902 (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@79848d3a (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@107a6f5f (id: 256f7376-caf5-4fd1-8455-dcfbeb5cf23c) ID = a4af6e59-ebc0-45cd-a288-d859e77a79a3 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4f90db42 (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@20bd0a40 (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@2ea6be27 (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@5f6a175d (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@7a543981 (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@29bf047e (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@26e03eeb (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@7d239387 (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@51e0b869 (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@2ddadf (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@271dab57 (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@46c3bb98 (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@12b460d9 (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@7c21bb72 (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@36ace0b2 (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@6de89284 (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@2d604f8c (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@5ceb9548 (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@55cd4257 (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@558cdc73 (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@7abfe561 (id: 14380d76-1cc6-49d7-82cd-155c5dc42b59, sid: 14380d76-1cc6-49d7-82cd-155c5dc42b59) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8d8b830c-0739-4378-8a28-08cc5d790f21 org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@4ebce731 (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 = 089a1503-1b71-4f98-a090-040baaa391cd org.polarsys.capella.core.data.information.impl.ExchangeItemImpl@e9aaa1e (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 = 9fdc6321-6005-4b07-8082-649a8fa818a6 org.polarsys.capella.core.data.cs.impl.PartImpl@751c5564 (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@5c30a199 (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@37b02295 (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@6e556193 (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@1ef9db00 (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@396ab89d (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@ff881af (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@4a64303a (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@1a15c3ad (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@76573e22 (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@3de92cbe (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@56673ed9 (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@62db8713 (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@594a5680 (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@43a5a37a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@aa7d134 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@42cf9711 (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@3b733a3c (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@69695c87 (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@511f986e (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@3e680486 (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@4e4e601 (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@3cca6f88 (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@11bb5c97 (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@54faded9 (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@3b235de1 (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@45b478c8 (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@4bef7f3e (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@22407ee0 (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@cc461b5 (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@6ad02add (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@5a76be36 (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@7be06ce6 (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@540673e6 (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@3f6b2d79 (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@5083a3ac (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@28fc7206 (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@4f82bdbc (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@29e451d0 (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@64370983 (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@2f102b41 (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@75251c42 (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@7e44a9e7 (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@22e3ccbd (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@c07b183 (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@519d7b4d (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@acdeb08 (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@36f748c8 (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@74d7c3c (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@3db0388b (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@5840019e (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@54fdb356 (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@38bd8969 (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@4758a95 (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@5c613774 (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@65bf58ad (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@311d73b2 (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@19946626 (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@7037f1f6 (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@2f037923 (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@58e4c709 (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@669d2758 (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@799408d9 (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@4dc604f (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@245efdb8 (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@43a5a37a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@aa7d134 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6534f64e-4a3f-4c9e-af68-9d8e5d33fa89 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@3b733a3c (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@69695c87 (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@511f986e (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@3e680486 (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@3cca6f88 (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@11bb5c97 (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@54faded9 (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@3b235de1 (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@7037f1f6 (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@2f037923 (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@48c0580d (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@2f9df719 (id: 519a6d3a-cd23-45b6-9b00-b92114e675f1, sid: 519a6d3a-cd23-45b6-9b00-b92114e675f1) (name: PL 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f35a6478-63d6-4c1d-9a5f-78e3e44092eb org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3bdb6682 (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@7bbe7bdf (id: feee0b33-8d4a-4913-a352-0ca9e2107189, sid: feee0b33-8d4a-4913-a352-0ca9e2107189) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7500ee96-37de-47ea-9689-6752ce6b4c52 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@58e4c709 (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@1404bd37 (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@7a9b6491 (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@67541a98 (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@464b983b (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@74506bc8 (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@34c169c4 (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@350d2bc3 (id: a3729d4c-7400-4fa9-881d-7fc0759efb47, sid: a3729d4c-7400-4fa9-881d-7fc0759efb47) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test1] >> release >> unload Project_test_01 [Test1] >> release >> unload output [Test1] >> require >> load Project_test_01 [Test1] >> require >> load output [Test1] >> release >> unload Project_test_01 [Test1] >> release >> unload output [Test2] >> require >> load Project_test_01 [Test2] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@7fca70b3 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4d273e4b (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@2c6f49c8 (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@215aee8 (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@71569973 (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@4d9d6abd (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@6dbd380 (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@7af49179 (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@4df5c217 (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@6b9b9196 (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@513017e9 (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@32b692a2 (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@829bde4 (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@12f1824c (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@431ae77d (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@14baf61f (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@51b9bff1 (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@4f44b468 (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@5bf193f2 (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@18b88c9d (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@462ee4c (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@6eeffd5c (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@39d69d70 (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@655622b3 (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@7655b0db (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@6741a650 (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@6af18ad5 (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@3e666e82 (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@656ed2fd (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@f779b26 (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@69b60f3f (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@64a97ef5 (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@77c3a1a7 (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@445eaad2 (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@1dc89a91 (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@3239110b (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@589d5072 (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@69247989 (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@30617a2e (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@4aaa8460 (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@78865387 (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@3224852f (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@9af394f (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@1738359e (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@516b243 (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@6ae0686b (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@4f3ec463 (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@1132a3a9 (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@7ccf23f3 (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@43a2e7b (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@3ef856f1 (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@7fca70b3 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4d273e4b (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6534f64e-4a3f-4c9e-af68-9d8e5d33fa89 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@215aee8 (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@71569973 (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@4d9d6abd (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@6dbd380 (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@4df5c217 (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@6b9b9196 (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@513017e9 (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@32b692a2 (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@516b243 (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@6ae0686b (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@4f3ec463 (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@6171e943 (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@9272573 (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@26c6990 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6593e935 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@362cb1db (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@15205ae4 (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@2392b929 (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@72b6e2d5 (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@313d6413 (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@30c2830c (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@21fba783 (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@641e4923 (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@19951f7a (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@65ae6474 (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@4321b74a (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@2f0f2b82 (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@359d325f (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@48ef4526 (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@63a2096 (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@503f58e8 (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@c6c877a (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@3e1825a4 (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@69718c61 (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@43a361bf (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@2b1c69e6 (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@54d64c24 (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@3121d05b (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@69d7f159 (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@21cce6dc (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@479d29ad (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@78818a0d (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@2e8af17d (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@68b61876 (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@46c8848c (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@32edafba (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@4b15b183 (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@13b8753f (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@11d67f20 (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@4e1982df (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@28e6ab36 (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@78272298 (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@5a2a7dc3 (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@58270323 (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@4505ac0a (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@47765d0 (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@dbad4f8 (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@736f7eb3 (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@597db8e9 (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@4e434897 (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@272ffe77 (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@268cd526 (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@fe74116 (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@2c34fe8a (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@26c6990 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6593e935 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6534f64e-4a3f-4c9e-af68-9d8e5d33fa89 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@15205ae4 (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@2392b929 (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@72b6e2d5 (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@313d6413 (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@21fba783 (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@641e4923 (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@19951f7a (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@65ae6474 (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@736f7eb3 (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@597db8e9 (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@78e34dc5 (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@4e434897 (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@22f88741 (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@7d2d2d29 (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@1e098082 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@39fb9dca (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@4c2f7d0e (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@596d8ce5 (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@278523bf (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@13008cfb (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@291e0014 (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@5cf5830 (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@bd91bed (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@1ca93939 (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@3a1f4a5d (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@795a3880 (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@2cefa663 (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@1d1029b2 (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@5d9dd5ef (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@b667c4d (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@3132bbc1 (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@1e098082 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@39fb9dca (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 5205a91c-0d1e-403e-be0f-7a65d6aa2aae org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@596d8ce5 (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@278523bf (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@13008cfb (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@291e0014 (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@bd91bed (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@1ca93939 (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@3a1f4a5d (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@795a3880 (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@2cefa663 (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@1d1029b2 (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@5d9dd5ef (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@5a1150ea (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@6180829a (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@38e7e413 (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@25a4599d (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@7c8bee8b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5578f69c (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@4d183f32 (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@6555ae4d (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@2026e36c (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@1a5ac3d1 (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@72e3c3ea (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@23b801ef (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@71497f2e (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@3d416e9d (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@5151164c (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@292222de (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@54b1c9aa (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@1d446a9e (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@600e2844 (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@590e2cc4 (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@32852d6 (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@3d06d8b7 (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@2cdb9b5b (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@41bea08 (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@45e4b6bf (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@4e2c1dd4 (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@3e5d5609 (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@65cdb060 (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@5fcb328 (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@2b10dcfe (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@7f293a8b (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@77efcbbe (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@17ea4398 (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@3a308ab7 (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@cfb0218 (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@5c09a02 (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@40f3efa1 (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@7ea8a03a (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@2a179635 (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@2b0619ff (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@74d765d9 (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@4fc5a209 (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@597533fa (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@422710ca (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@d915cfa (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@6f2672ab (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@1f3c6656 (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@6567843b (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@132888db (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@441d51b4 (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@6fbe126c (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@a9ecaa4 (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@7769a568 (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@5bf3ce02 (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@5a463ad7 (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@7c8bee8b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5578f69c (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 5205a91c-0d1e-403e-be0f-7a65d6aa2aae org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6555ae4d (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@2026e36c (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@1a5ac3d1 (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@72e3c3ea (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@71497f2e (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@3d416e9d (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@5151164c (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@292222de (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@132888db (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@441d51b4 (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@6fbe126c (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@f0ecc58 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3dfe5fe0 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@6da41728 (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@89f33a3 (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@49f9d962 (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@6272a597 (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@3b67fbfe (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@f30e31b (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@3d0ab0c5 (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@5d954c30 (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@18430f2e (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@47942bec (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@191c4508 (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@24cbbc52 (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@34673279 (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@7e8456e5 (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@5cb7838 (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@7c1b6dff (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@71626cff (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@2d8d3f48 (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@73598879 (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@548a7778 (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@366dec82 (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@725ef278 (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@4d7bb60a (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@4a4d296a (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@6a739713 (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@1798d6 (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@7f2daf44 (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@5f05ebeb (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@29383417 (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@16553864 (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@68e1742 (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@252b6880 (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@5861e655 (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@67486325 (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@110a4c89 (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@6f9b5940 (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@389f49a8 (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@1c6a54d5 (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@5fc72dd5 (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@6a232e34 (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@2833e8d1 (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@6631ddfe (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@50325a6c (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@7098ce4d (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@178a525a (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@54ba99ca (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@5be38c6 (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@665aedac (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@39edf87e (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@f0ecc58 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@3dfe5fe0 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 51a682ec-43a4-4b8e-8f22-c2784fd73868 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@89f33a3 (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@49f9d962 (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@6272a597 (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@3b67fbfe (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@2c57c5c9 (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@2b623be8 (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@5ccb7d0e (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@58f7d562 (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@4a1c2a38 (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@3e2aa5d6 (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@39568399 (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@27caf7bf (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@2b60d2b (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@1be5f64 (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@8906acd (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@773fc5f8 (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@118552b8 (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@3ae3e75a (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@15f8715b (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@41836480 (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@1b1ef3cd (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@8465503 (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@51404b9f (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@3dac5ae1 (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@337c1ff8 (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@5ae714c0 (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@5c3262f (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@56136ab0 (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@1a21ecc9 (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@64ec0938 (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@3cb54fae (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@594afc4 (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@2cd994c0 (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@220ce3f7 (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@1d40d626 (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@3911ba00 (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@36570185 (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@3d0ab0c5 (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@5d954c30 (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@18430f2e (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@1778f (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@2c49084d (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@8729844 (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@661b7ce6 (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@6dadd2a5 (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@28af0fee (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@2b14d8a4 (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@376bf2b7 (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@578a1056 (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@78aa536 (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@ad68c9b (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@6240293c (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@65cf9d82 (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@373e2718 (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@9b2c730 (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@6a5806f3 (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@7362b5b7 (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@35a24a24 (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@2ab680e7 (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@f364dc (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@66dab678 (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@410e23ed (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@5fa12293 (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@446f783f (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@77b56fbc (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@47942bec (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@11773c37 (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@b4db2f6 (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@36c2ef3a (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@22007cfd (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@388d3157 (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@5eb1feb2 (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@7f2b7161 (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@5e6d0ded (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@5761fb24 (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@471a0385 (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@c407199 (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@50325a6c (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@1fc31f21 (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@6de72fb2 (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@24c55318 (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@69b70099 (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@5f6b5144 (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@5223a0bf (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@4bf4efe5 (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@7098137d (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@78463fa8 (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@60dcc306 (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@57055d27 (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@7e8dafc9 (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@88d8a38 (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@108079f9 (id: b2d84305-24c6-4def-8fe9-0a55231a6c62, sid: b2d84305-24c6-4def-8fe9-0a55231a6c62) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = fb6677f2-fbaf-4b60-a15f-b33add8ee0f8 org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@7e040755 (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@31591d7 (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@33a66933 (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@7a54bb90 (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@24b43520 (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@b808348 (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@bef8cfa (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@54383e2c (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@51a01cbe (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@5eb55f01 (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@294a8071 (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@3c16122a (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@6d82acfa (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@5ecd246b (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@4dad3b9c (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@2995b45b (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@1688b68d (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@2151364b (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@5848826 (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@137d3a1 (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@52d821d4 (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@7a13a6aa (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@5bf7d476 (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@6462ae72 (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@7727f5ab (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@10e63b13 (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@7557091d (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@43738fb (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@4c750f7b (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@6d6a9b45 (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@20386814 (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@1df57c08 (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@791fa61a (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@4096bacf (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@230d1201 (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@15ae3f54 (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@1185748d (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@64b0e4b0 (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@2f667f3d (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@4bd6a11a (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@714d95f1 (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 = 29c64d47-1432-4d34-b9d8-994a89393786 org.polarsys.capella.core.data.cs.impl.PartImpl@7098ce4d (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@ba56fa4 (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@178a525a (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@640de7ba (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@26f80ab1 (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@254ef8d0 (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@3a6e3f2a (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@7f295aee (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@609366a1 (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@12eb485 (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@d635f68 (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@5fb9be6c (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@7fb9816f (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@3e0fe435 (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@c8d356b (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@1b82a38d (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@e53f6ed (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@3da0ccb6 (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@2c55a171 (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@1bf6a8a5 (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@6bbc7493 (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@31f5e4e5 (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@77b2e430 (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 = 386a6905-ac6b-4604-b87f-3044a871b79a org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@ffd8fb9 (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@6fbe58dd (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@4123760f (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) [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@5d1e85e2 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@76739370 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@4fef2885 (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@45b850a1 (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@3007eb54 (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@146608cc (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@6e9ce558 (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@13cbd0c0 (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@2da1d3a7 (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@eaaf53e (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@47fbdbf9 (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@75cf2970 (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@57e678bc (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@5341ff9c (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@1b8325d6 (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@982b71b (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@6d451d0f (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@3124b224 (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@338b9c43 (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@2f2ddf46 (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@6ac512c9 (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@7ee43827 (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@1162ca3c (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@50f4f0b9 (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@12e5f334 (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@4d1fd44f (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@64df74a7 (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@4ff546f0 (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@7aed2715 (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@6bac1644 (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@74c93dda (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@3dad843e (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@ecacec (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@3362bd12 (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@277a3380 (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@76a7df25 (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@134986d1 (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@35e53387 (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@4375f088 (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@be34134 (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@54433197 (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@48a65993 (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@243b11bf (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@35c01eed (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@1ca890c4 (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@5b29d69b (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@1b6005e0 (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@44cd525d (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@2301d41e (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@41b435ec (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@16d9ce48 (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@5d1e85e2 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@76739370 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1da431da-55cd-44b9-8b31-1e979ed62985 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@45b850a1 (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@3007eb54 (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@146608cc (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@6e9ce558 (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@7471e3da (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@7ba3eb4b (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@5fa7ac9b (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@56983412 (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@2d8c7228 (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@1a25a408 (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@1a06fe9 (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@1df42be9 (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@597c8e51 (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@4af8d043 (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@201a5180 (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@2bb083ac (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@3c9f0a6c (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@724c32e5 (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@11afbe0 (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@7d9571ea (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@5d3edbbb (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@667b503f (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@30b7773b (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@54d8b624 (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@43d60172 (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@4853a89c (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@24a6d172 (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@2cadc20 (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@41e11f25 (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@196600be (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@140dedaa (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@165d8857 (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@11a398a0 (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 = 1c9ca406-3f08-452b-9ebb-bd1f939c49de org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@6238b2b3 (id: 1c9ca406-3f08-452b-9ebb-bd1f939c49de, 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@eaaf53e (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@47fbdbf9 (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@6e314048 (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@15aa8099 (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@4cf08417 (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@554dba63 (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@311a9382 (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@cbaa99 (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@6528bf81 (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@3e9daeb7 (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@6aae6798 (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@37ec8736 (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@1798e2fd (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@44230eaf (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@5d282314 (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@eaecab0 (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@5e714e92 (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@2fb6585 (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@1ed7c64d (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@6654646d (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@3285a3eb (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@6b0b3f73 (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@4bce79f1 (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@efc0be9 (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@11796b26 (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@23bb3edd (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@1b82caaa (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@75cf2970 (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@2f354cb4 (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@5582d259 (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@585885d9 (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@5450b30b (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@518505d9 (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@125615aa (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@e3c2c74 (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@5f250e53 (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@75d12cf9 (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@433c239b (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@2b970dcd (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@1ca890c4 (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@5b29d69b (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@60684a81 (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@113745cf (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@510a92d4 (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@97c1681 (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@432fdd2 (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@588e45d5 (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@27723d73 (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@513b5f59 (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@3cb4a2ef (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@dc42a3e (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@2557f7ed (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@5e36bb92 (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@4ce21059 (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@75415857 (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@7cc6007e (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@5ed87125 (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@2de32ffa (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@18fccfb0 (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@67a288a9 (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@2f13563e (id: d67d7bc5-3587-473e-a269-e332c4190149, sid: d67d7bc5-3587-473e-a269-e332c4190149) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a3370b06-90e8-4229-843d-c8dd43edde34 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@23603458 (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@1ef5b347 (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@68c4c492 (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@16bb1775 (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@10704782 (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@2a55ee1b (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@5d7c0992 (id: 08da5957-64aa-4d9a-a549-036963163470, sid: 08da5957-64aa-4d9a-a549-036963163470) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = fafdd931-363e-4010-bbcd-36b921a1a3b9 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@2229b400 (id: fafdd931-363e-4010-bbcd-36b921a1a3b9, sid: fafdd931-363e-4010-bbcd-36b921a1a3b9) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = be1966a1-5626-468a-ab2f-4ef8fa1d493d org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@573b688c (id: be1966a1-5626-468a-ab2f-4ef8fa1d493d, sid: be1966a1-5626-468a-ab2f-4ef8fa1d493d) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = efdf7700-68b3-474a-9649-5e02face5d6b org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@4a1d4f53 (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 = 461435b7-5c4c-4080-92d6-89d8401252ab org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@1b6005e0 (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@3dcbadfc (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@7c9fc2ee (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@5cd86df9 (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@53f32c25 (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@4274f4c1 (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@687eb1b7 (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@5ed1906e (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@551bdd7a (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@302ce9e4 (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@2dc2155f (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@7fc2a269 (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@743950e6 (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@230df44c (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@1e58759f (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@74e34dd7 (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@4ae39dcd (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@600bf49 (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@6a0ec9d0 (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@73b4bda4 (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@5f0dfc36 (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@535d25b9 (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@4f01364b (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@198eeb92 (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@295248d9 (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@1318d0a7 (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@556d0fe1 (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@3bd1bca5 (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@7e3f86 (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@55364ac6 (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@68994586 (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@5e9be8a4 (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@2fe86efe (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@48ef61bf (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@6af8b851 (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@6ba7a362 (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@7d4bf76 (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@3485c4aa (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@1b10d85b (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@4d7ad4e8 (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@6ff7ed3e (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@75cdd4fe (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@6882181c (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@73445c70 (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@230ad13b (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@38fb8b80 (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@22009b8d (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@76496969 (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@40ce5468 (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@2427993d (id: 14a8911f-867d-45cb-984c-082f921a362b, sid: 14a8911f-867d-45cb-984c-082f921a362b) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 167dafc9-6cf9-492d-9846-2cbbf80b3d2b org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@7bb6506c (id: 167dafc9-6cf9-492d-9846-2cbbf80b3d2b, sid: 167dafc9-6cf9-492d-9846-2cbbf80b3d2b) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 51ad0313-5050-4e7a-ae47-eefa13776ebc org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@7e8d4bc2 (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@65d91ef6 (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@5f664e2d (id: 65071399-aea5-413f-a568-e24500d1d030, sid: 65071399-aea5-413f-a568-e24500d1d030) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test1] >> release >> unload Project_test_01 [Test1] >> release >> unload output [Test2] >> require >> load Project_test_01 [Test2] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@3da95f7b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@785f50c9 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@743c742d (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@65f2baed (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@36fd9da2 (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@29c82d20 (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@4f2850c (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@641ec9 (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@6c0d853b (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@5e946e0b (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@47bf3fc9 (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@41d014ba (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@2ee279 (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@54625d66 (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@31bac801 (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@216ed34c (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@5624d032 (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@106b2efd (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@77761631 (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@20554f20 (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@5000ae58 (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@19556e63 (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@5ed524e6 (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@54735c53 (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@1d44aeb (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@33c00ac4 (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@49405c70 (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@65cb8b1f (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@52800fdd (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@48166165 (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@3fe07cb (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@a1ab751 (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@29ba27eb (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@1a9f9e32 (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@71e390a5 (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@2e9c01f7 (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@56e1eeb0 (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@30e98450 (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@5de25c50 (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@133f7da2 (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@4af2851b (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@36454311 (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@790a9955 (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@113029bb (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@407dc456 (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@285131df (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@88d0078 (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@68a7d9bf (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@78ddb7bc (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@ef7b903 (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@65874101 (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@3da95f7b (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@785f50c9 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1da431da-55cd-44b9-8b31-1e979ed62985 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@65f2baed (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@36fd9da2 (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@29c82d20 (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@4f2850c (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@71454bbb (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@2b8fc8bc (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@43c641c0 (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@538c6651 (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@84fe708 (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@3b556d56 (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@7e07773a (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@5672e97b (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@74abbb8a (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@f9dc3c0 (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@78537fea (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@2ce986ae (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@1c67d38c (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@6be700af (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@6dedb7db (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@3d0184e9 (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@52a83a50 (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@7e6d13b4 (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@4ffae65c (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@456ea55c (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@40e134cc (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@58b1e28a (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@5473f33 (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@1bbb22a2 (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@3475b8e8 (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@26bad677 (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@643131f4 (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@2d4a8f1d (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@141ada7e (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 = 328a7271-0b86-44c1-b2d5-1dc1e01e3182 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@65c6fcfb (id: 328a7271-0b86-44c1-b2d5-1dc1e01e3182, 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@5e946e0b (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@47bf3fc9 (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@37465027 (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@5a1569aa (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@278cb0d5 (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@1973829a (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@1c313efb (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@2ab273a2 (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@3fe146e9 (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@10b112d7 (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@3dd08f82 (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@4c6c4f9 (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@31251c86 (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@299a97df (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@108fb1f1 (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@225c5e15 (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@3b84b7f4 (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@46ddfb34 (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@2bb0ca27 (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@6bdc95b2 (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@75f9a42a (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@5c54e5fa (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@7118fda5 (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@7e669731 (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@4686a423 (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@3d06f23c (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@bc5d5ec (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@41d014ba (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@3284171f (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@38199461 (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@1d564c3b (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@5c62feef (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@4e4c2693 (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@3a0209a7 (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@159abd48 (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@5e44ac92 (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@321d6bae (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@1092e059 (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@728cdbe (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@407dc456 (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@285131df (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@20ec8842 (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@3fd87d82 (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@5ff747fc (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@71066720 (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@53b644a1 (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@2838735f (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@6ceaf7eb (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@32c9c980 (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@22a70d39 (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@66e66291 (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@25e55516 (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@746f376a (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@1a088eb8 (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@6ef1fded (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@7080cdad (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@346ae567 (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@213f6171 (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@88d0078 (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@3dc4fd1d (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@6ae4ef78 (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@268372fe (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@3973a610 (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@13569c1c (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@6fafc23f (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@edd0027 (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@65142828 (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@4285eeea (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@53aa62bf (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@35909cd5 (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@7101a727 (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@1c9ef553 (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@1ca1c3e5 (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@2d668290 (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@51a23084 (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@3afd638e (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@4edfd7fa (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@540bd5dd (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@1acc727 (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@325db4f (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@33f5bcd6 (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@395a3248 (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@5ea84fbb (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@737a0882 (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@6d770937 (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@5d7aea3 (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@199efc35 (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@3a83d99c (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@6fe8514a (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@577248a2 (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@39e3692d (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@1d8808b4 (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@30c7784e (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@753501ac (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@573da426 (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@a2ddbdd (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@1a3d7de (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@5c469e27 (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@66601d1d (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@2f7d13f (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@1d75eb98 (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@75aae9b7 (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@13448aea (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@2f86cf94 (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@386423cd (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@38230df9 (id: 084a9acb-5874-4d66-910a-9f0724ca43f9, sid: 084a9acb-5874-4d66-910a-9f0724ca43f9) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 14a8911f-867d-45cb-984c-082f921a362b org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@2df4e21 (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@6f80a9d4 (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@475a1437 (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@27b45264 (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@6b25cab2 (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@52a93258 (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@6f02ae7 (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@2aac4837 (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@1360318b (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@13dd2c9f (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@49b0b361 (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@65ebffa0 (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@3c06bc84 (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@50fa215d (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@1b5037d9 (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@34ecc51f (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@5e58cc77 (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@ec03add (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@7010393 (id: 206980af-7ec1-4ebd-9edc-882519815740, sid: 206980af-7ec1-4ebd-9edc-882519815740) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) [Test2] >> release >> unload Project_test_01 [Test2] >> release >> unload output [Test3] >> require >> load Project_test_01 [Test3] >> require >> load fragmentedOutput ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@47b33f69 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2b7686e5 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 51ed4c07-158c-4f00-b389-532b4c9cc9c6 org.polarsys.capella.core.data.capellacore.impl.EnumerationPropertyTypeImpl@4e09c4db (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@41b8810b (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@29972498 (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@43699f93 (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@43c6a439 (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@4673d593 (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@56d09a21 (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@594a126f (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@5954a6da (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@4c149c5c (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@18f86bd4 (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@4a5e1368 (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@49da5ed8 (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@1bf75301 (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@3dd3848d (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@2b33f9f (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@1ff147f (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@20334c3b (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@5baff884 (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@59d79fc4 (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@20f2346d (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@1a1ae6dc (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@3ed556c3 (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@5b99d762 (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@6af9c120 (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@2718f6a5 (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@336fdfcb (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@26583c03 (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@28c0929 (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@62c17a03 (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@341db2d7 (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@123bb569 (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@5bc9a219 (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@5870519d (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@1a2db4e (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@4842f9d3 (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@2ae574b3 (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@431d028e (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@7c44f32 (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@5817b278 (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@59560525 (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@727465f3 (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@576c1950 (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@328de5b7 (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@5b9bb1ee (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@a911c93 (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@3d002208 (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@60fdd842 (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@704dc948 (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@34937c0d (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@720c0ad9 (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@472d16ee (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@20bb8da0 (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@5498f843 (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@6d841555 (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@47b33f69 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2b7686e5 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1da431da-55cd-44b9-8b31-1e979ed62985 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@5954a6da (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@4c149c5c (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@18f86bd4 (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@4a5e1368 (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@79996d81 (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@1107f892 (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@4a7a87ad (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@708518d9 (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@4242862d (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@3f7d74d (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@425a7b9a (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@2fec7d69 (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@6d2b88ee (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@330631f4 (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@4cff2787 (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@72f69058 (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@2aed0d0f (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@7cc89591 (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@2930d35f (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@4bc21df6 (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@718bcc85 (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@2f1186a (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@5987886f (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@75946aa9 (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@506c1e12 (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@354d3080 (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@1a0cd90c (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@76b52425 (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@39b3f624 (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@89aad5f (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@15a2fd95 (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@70fdbec1 (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@1dc01cad (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 = 35098ac4-6bae-4a11-9f00-545cde0aa704 org.polarsys.capella.core.data.requirement.impl.RequirementsPkgImpl@50ef6811 (id: 35098ac4-6bae-4a11-9f00-545cde0aa704, 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@1bf75301 (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@3dd3848d (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@60fe263d (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@62b221e2 (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@437c09ee (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@622a1ae0 (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@73f40756 (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@11e52ce4 (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@42784739 (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@16b987c0 (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@631dd3eb (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@5b274160 (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@5b6684b2 (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@1bb8f99 (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@c3486ce (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@6d79ea69 (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@255b060 (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@5f4f30f4 (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@77e5df25 (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@556d5912 (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@7a14256f (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@5c7a7249 (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@53f8214 (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@3a25fe68 (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@61c19b1e (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@6e265555 (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@177045a7 (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@2b33f9f (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@6f475dbc (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@331721fc (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@265f1744 (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@3d0b8bd7 (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@68f48b77 (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@62e64f54 (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@3c5d817b (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@5de9f014 (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@286bf676 (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@1ef071ad (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@7c62f8f1 (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@704dc948 (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@34937c0d (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@28ce2903 (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@3b3b67fe (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@714cebf8 (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@6fd57b10 (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@647db723 (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@43851624 (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@2bbb32b3 (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@138c76c5 (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@11ec02df (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@28a2b06e (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@57441aef (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@390a8212 (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@51bd364f (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@3128d5d2 (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@5123fac3 (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@87c47d5 (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@1d23df9a (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@720c0ad9 (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@1d908923 (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@464efe0a (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@6f5dffd5 (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@3271b33 (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@23308396 (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@52bb87d5 (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@6f276c2c (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@49ed9cfb (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@6e668a63 (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@606d3d55 (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@34ff7b78 (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@11d02358 (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@4b3f9693 (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@42b18d34 (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@dda1aa1 (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@1d0032a1 (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@2a3cb49c (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@642a54c2 (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@39f845f4 (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@2571fd50 (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@6aa62536 (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@5c1cf0e4 (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@27b0d976 (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@d012bad (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@565520ae (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@6df56150 (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@4caf7ef1 (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@4877688a (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@37d8717a (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@71e16930 (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@468ed90b (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@35ceca68 (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@31598a4d (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@4113e8fd (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@485e8b53 (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@2381904a (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@5e777d95 (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@fd32a6 (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@3cc525f9 (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@13e9e1eb (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@7617add6 (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@1f96c9b0 (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@a69dd56 (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@56d39349 (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@1d61ed58 (id: e0ae20be-20e7-48c5-a078-1a996a33dd4f, sid: e0ae20be-20e7-48c5-a078-1a996a33dd4f) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = d83843cf-a759-402d-9650-0a7de7620d6a org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@633a9f72 (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@4d587115 (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@4bf5d44c (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@36701db5 (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@55437353 (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@478bf1e0 (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@43259863 (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@4b5639b0 (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@779444b7 (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@49ac0e01 (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@35994c8a (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@3456e2ae (id: 08da5957-64aa-4d9a-a549-036963163470, sid: 08da5957-64aa-4d9a-a549-036963163470) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = fafdd931-363e-4010-bbcd-36b921a1a3b9 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@2a3b2e55 (id: fafdd931-363e-4010-bbcd-36b921a1a3b9, sid: fafdd931-363e-4010-bbcd-36b921a1a3b9) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = be1966a1-5626-468a-ab2f-4ef8fa1d493d org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@d8026f4 (id: be1966a1-5626-468a-ab2f-4ef8fa1d493d, sid: be1966a1-5626-468a-ab2f-4ef8fa1d493d) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = efdf7700-68b3-474a-9649-5e02face5d6b org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@15679ba5 (id: efdf7700-68b3-474a-9649-5e02face5d6b, sid: efdf7700-68b3-474a-9649-5e02face5d6b) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a08baa79-d048-4eda-9574-73c7500cb3aa org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6859d603 (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@79a0dde3 (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@4fb293fe (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@5b52b3db (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@4309bb7a (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@51db7941 (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) [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@f90450f (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6bb2eb1a (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@22eafffe (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@8182392 (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@5c0455 (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@5400dc3b (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@ff4f87e (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@125b2c4b (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@63fa8ef9 (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@471323d6 (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@7fb9778d (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@861124b (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@76e94310 (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@36426284 (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@47099f9c (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@17c7aabd (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@2b8a9a96 (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@ef99b21 (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@507001d (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@2fbfc042 (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@501ea109 (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@127c18b8 (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@2fc6f502 (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@7e2a8d68 (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@5b996d4d (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@29d2075e (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@20601cad (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@477a6ddc (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@4337cc4 (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@460282ac (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@66276bb5 (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@1bcf1302 (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@bacf633 (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@327de8ef (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@278087a2 (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@4434d753 (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@2845bc88 (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@75a203ff (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@563c277e (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@34d0eca5 (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@31f4b74b (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@542ce771 (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@639c2d5d (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@509a504f (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@388cdccc (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@66c70a69 (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@5b2991dc (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@10b3719e (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@2a09976b (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@2a72d80d (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@4fc52ad7 (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@f90450f (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6bb2eb1a (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 51a682ec-43a4-4b8e-8f22-c2784fd73868 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@8182392 (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@5c0455 (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@5400dc3b (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@ff4f87e (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@16b814aa (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@7626d484 (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@24953f7f (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@c8a049b (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@5ac15ce4 (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@51eb9d16 (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@73efe72a (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@5752aaf2 (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@69cb876d (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@59ac959f (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@14f87da2 (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@17e08b34 (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@4b12eb8f (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@1b64a875 (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@186af794 (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@567e9853 (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@57647506 (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@2b3cc796 (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@d6ec62 (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@746e653b (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@6e017ca5 (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@144e4b73 (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@130eb37c (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@760f01ec (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@3534d19f (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@35b4ddde (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@28113c34 (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@58799693 (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@40ac8c3c (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@33217677 (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@77a35390 (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@6de7743c (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@171c9c52 (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@63fa8ef9 (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@471323d6 (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@7fb9778d (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@6a49deed (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@97116c5 (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@13bfd7c0 (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@512aa95a (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@7530ab24 (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@1d7e8ee0 (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@6d676fe0 (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@2bb4f3b1 (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@66c4cfb3 (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@f244405 (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@596a226e (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@554f6b89 (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@15b69fc4 (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@381fe51b (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@30eec924 (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@1e53ef93 (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@3f3a1b22 (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@78ca16e3 (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@3eab4737 (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@3f051806 (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@5009e7cf (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@78dc9e23 (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@1c2aecf0 (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@b78125b (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@1450bb64 (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@861124b (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@43e732db (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@179c73b (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@826f33a (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@3b437d58 (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@e03c805 (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@418c96e1 (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@7e0c12c9 (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@5e0519ed (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@2d740ea5 (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@6c4ac34f (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@44c2515d (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@388cdccc (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@66c70a69 (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@7650005 (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@f6a010a (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@3bb9171 (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@7c02c5d (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@359042e7 (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@29de54fc (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@193f6fcc (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@21afaae4 (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@22441aa0 (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@242f72cf (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@4b92431c (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@70ec9ba9 (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@283d6f7a (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@4a49342d (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@768fa3cf (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@4ac9b7ae (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@6583f3da (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@42bda06e (id: 0ee49507-22d1-48e2-a877-503c0dd93477, sid: 0ee49507-22d1-48e2-a877-503c0dd93477) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 17d5c35f-25c6-4fab-8273-727f6d791e65 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5b2991dc (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@2721b655 (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@29b9fb03 (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@12df4c33 (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@69da280d (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@459b0e85 (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@47089d8c (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@1caa4825 (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@7e890573 (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@637bc301 (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@601cd61f (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@2eb94159 (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@182d6b60 (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@25f3d0af (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@23595620 (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@478e689b (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@340b7d61 (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@fc6b5e7 (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@7bec1b1c (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@240ab7a4 (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@7d598a9a (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@fdc0dfe (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@1473d3e2 (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@6535f15f (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@5489ba39 (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@3b55feab (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@3133d6e0 (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@7bc67690 (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@628743a3 (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@76b359fe (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@5918051e (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@11a28a5b (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@49e05997 (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@257085fc (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@3cd954b9 (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@39acf12b (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@72cb2b68 (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@53b50fa8 (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@253ff5fb (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@7bc47dde (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@50ff99a5 (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@2b4c145d (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@7106ace2 (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@29f41591 (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@56a93bb (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@4ecf91b7 (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@5f805d62 (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@c8afdab (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@13be579e (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@108097cb (id: 1ce2c378-e7c2-4507-89d4-d7e8903dc280, sid: 1ce2c378-e7c2-4507-89d4-d7e8903dc280) (name: CP83) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 14d13c25-674e-4dfe-a50d-8225eaf7a4e1 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@13851ff9 (id: 14d13c25-674e-4dfe-a50d-8225eaf7a4e1, sid: 14d13c25-674e-4dfe-a50d-8225eaf7a4e1) (name: PP113) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 3e5e3d33-44ed-448f-a742-188f4a79b121 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@9ac76db (id: 3e5e3d33-44ed-448f-a742-188f4a79b121, sid: 3e5e3d33-44ed-448f-a742-188f4a79b121) (name: PP111) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1151d51c-0647-4015-ba43-eee6496f2587 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@1e1ca143 (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@7be82f0e (id: c8f17cb9-9a0c-4b4b-9b0d-2a70042711c7, sid: c8f17cb9-9a0c-4b4b-9b0d-2a70042711c7) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 5ad4a7e0-7369-4099-b88d-4854265ec3dd org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5d93d927 (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 = 5d077961-e572-4968-a9f9-ca14fbd68679 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4f66c985 (id: 5d077961-e572-4968-a9f9-ca14fbd68679, sid: 5d077961-e572-4968-a9f9-ca14fbd68679) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0936f7ea-f9c5-4e54-a075-8087cf212e52 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@4feb51e2 (id: 0936f7ea-f9c5-4e54-a075-8087cf212e52, sid: 0936f7ea-f9c5-4e54-a075-8087cf212e52) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c70bee86-6bd4-449a-830d-412e76bf5054 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@3a0325b8 (id: c70bee86-6bd4-449a-830d-412e76bf5054, sid: c70bee86-6bd4-449a-830d-412e76bf5054) (name: CP61) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 4522ffeb-2d60-45ab-8cd3-445a413cefb6 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@2d236ce3 (id: 4522ffeb-2d60-45ab-8cd3-445a413cefb6, sid: 4522ffeb-2d60-45ab-8cd3-445a413cefb6) (name: CP71) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 43032582-d948-4133-9fc7-db44a6a54e6f org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@77cf7b49 (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 = f260bb57-7652-4541-9f15-65498acc003a org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@739e889c (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@1eae55db (id: e64e7e87-0431-448e-879e-4609471a28f6, sid: e64e7e87-0431-448e-879e-4609471a28f6) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 44dd39bf-9bcd-4c61-ba2f-58f41b12cdab org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@3456ce76 (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@6a758ae9 (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@7ce140c4 (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@1071827a (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@5bdd529d (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@3bb9d524 (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@2e22afe8 (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) [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@3205cd39 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@670f1b87 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@417820b6 (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@a04973b (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@28fad5d3 (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@5b5235a3 (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@4cd39488 (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@370f7744 (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@69dd7eb3 (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@783b1f20 (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@74f3d956 (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@2b0bd515 (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@1262c32a (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@39516223 (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@4edc6248 (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@1d4efaa (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@52b0729 (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@37592dd5 (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@1abad754 (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@3cb5d216 (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@617a88e6 (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@1f332699 (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@537f425c (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@41c81f47 (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@74c09220 (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@72c175cf (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@45a14d2a (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@7ac9dea7 (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@5c7ecda0 (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@297f4ce3 (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@66789cfb (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@5ab6aa79 (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@2a97629d (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@5381050d (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@25d1d5e8 (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@4adb5649 (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@5bc94605 (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@3b891c (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@2bee6266 (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@3b97004c (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@2a7f8055 (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@76d08f6f (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@2ef52e81 (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@2d63ce73 (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@58134936 (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@2f579e63 (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@7d99750e (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@65f69aa5 (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@59daae42 (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@5712cacc (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@32c5120c (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@3205cd39 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@670f1b87 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = a605020b-0ed8-40fa-9afd-0bd93fbba582 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@a04973b (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@28fad5d3 (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@5b5235a3 (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@4cd39488 (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@69dd7eb3 (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@783b1f20 (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@74f3d956 (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@2b0bd515 (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@58134936 (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@2f579e63 (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@354e77e3 (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@1dab5a97 (id: bc51f332-63f6-4fe9-95bc-635d9382df84, sid: bc51f332-63f6-4fe9-95bc-635d9382df84) (name: CE2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null, kind: FLOW, oriented: false) ID = f19a5f54-9303-4c37-9864-cc2f4092998a org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7d99750e (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@6f150a9b (id: d48fb388-c9ea-43a3-bb00-1af7f3bc4b34, sid: d48fb388-c9ea-43a3-bb00-1af7f3bc4b34) (name: CP22) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = cc8ada61-d647-450f-9767-5e6a6cd2282e org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@75f325dd (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@3dbce61b (id: d1d470c7-635f-449f-a36a-98fb52896976, sid: d1d470c7-635f-449f-a36a-98fb52896976) (name: CP71) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) [Test2] >> release >> unload Project_test_01 [Test2] >> release >> unload output [FunctionAllocations] >> require >> load Project_test_01 [FunctionAllocations] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@753e8a6d (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@391407ef (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3529660c (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@e88fa90 (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@65b172d3 (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@3ccae2ea (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@57fc6ef4 (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@11f3e890 (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@54e896b7 (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@738d657d (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@38a89df3 (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@6c7393d1 (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@31928520 (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@10e11094 (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@bfe8def (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@53adbe7 (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@2024e5e5 (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@38d924c5 (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@47b747c4 (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@14815936 (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@130d9d8e (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@62037c26 (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@1ff79ec5 (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@1a13ce4 (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@7ebf30b3 (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@724810e (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@ac64c9 (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@29d9b398 (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@7f64e466 (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@c0a329a (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@6f6385fe (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@2cc878f1 (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@2bf5ef73 (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@87a37f2 (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@1ddd7a8a (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@72bd9630 (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@76b77163 (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@2f2b1de0 (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@59543ba5 (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@47462aa9 (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@ab7774b (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@7d04bfe0 (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@5753af6 (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@73104b93 (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@61b03cd (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@60437ccb (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@b589239 (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@812527f (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@61b19165 (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@1aaa1aa9 (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@389de252 (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@753e8a6d (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@391407ef (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 63c5f496-b7eb-47d5-bb4a-9dd17f586ba3 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@e88fa90 (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@65b172d3 (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@3ccae2ea (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@57fc6ef4 (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@7ba1b154 (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@4f9eeb1a (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@6fe0f6ee (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@193dd157 (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@21432f51 (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@29d9d46f (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@4166103c (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@3626c62e (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@ea74e1c (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@69ba990b (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@18bb216d (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@2c584bc8 (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@1197ed89 (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@6c1475f5 (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@479dd5a0 (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@228f3917 (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@6999cb7c (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@54e896b7 (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@738d657d (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@38a89df3 (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@6c7393d1 (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@61b03cd (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@239ab7c3 (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@60437ccb (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@4e8fa7f6 (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@4e586989 (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@69e6ab43 (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@b589239 (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@875853b (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@60bf2cb0 (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@70710b2f (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@1ae0c2bd (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1c477a93 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@54d3bc54 (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@77c7c148 (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@5176402b (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@18a071e8 (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@3cd86f06 (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@73a4d164 (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@140f52c6 (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@1d085405 (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@2815b693 (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@1797cce3 (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@49a232d5 (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@7cd09ef6 (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@63e289e9 (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@fdf70b7 (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@5733df03 (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@2feccc3d (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@58b6a5e8 (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@2c182c81 (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@659a25c6 (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@2c5e806c (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@41aaf9ea (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@2c3ba97a (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@183b1d2e (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@40bea3a5 (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@7b4f8e4a (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@637d783a (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@446b300e (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@63d85d7d (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@6462a292 (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@27cc642b (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@67decf91 (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@5248eb44 (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@6f876c03 (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@2baea0e4 (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@3a9d4047 (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@2f9a8e9b (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@7ba9081f (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@255e2e0e (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@7591cd9a (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@e047be5 (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@3dde63ca (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@69241421 (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@743eeca2 (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@25126ca0 (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@50bd5af1 (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@2a1fe1b (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@60cff664 (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@c87fecf (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@550e044d (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@1ae0c2bd (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1c477a93 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = ec627100-3a92-422b-9d4d-296483b56914 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@77c7c148 (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@5176402b (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@18a071e8 (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@3cd86f06 (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@140f52c6 (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@1d085405 (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@2815b693 (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@3d17555f (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@1797cce3 (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@743eeca2 (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@11ca374f (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@7fecfeec (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@526b3bf0 (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@50bd5af1 (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@12189cc7 (id: 07608a8c-104a-4785-a3ad-ee2656d4d7aa, sid: 07608a8c-104a-4785-a3ad-ee2656d4d7aa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: Physical System, abstract: false, actor: false, human: false, kind: UNSET, nature: UNSET) ID = d6e7c542-e782-4353-810c-4aeabe8f37fb org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@6a2bd7a2 (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@72a85f95 (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@79974e8b (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@4f32c451 (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@7b908cd2 (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@4b7430c2 (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@854cc31 (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@511d8126 (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@2e9471cb (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@448cb6fb (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@6a97cf1f (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@57be67da (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@5aa95ecf (id: 2fa55819-b1db-45f8-b01a-1b685f6c2f7e, sid: 2fa55819-b1db-45f8-b01a-1b685f6c2f7e) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 6c9fad03-0292-45cf-9fa8-d9ec9f2afb7a org.polarsys.capella.core.data.capellacommon.impl.StateMachineImpl@39c3b13e (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@3a9b1158 (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@7a2b290b (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@2c836c2d (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@8ed72c2 (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@6a1ea356 (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@49debc6f (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@7e8b437d (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@1d13550c (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@28851eb (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@3e89a811 (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@1a3d9416 (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@1d811968 (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@5dc6143a (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@2e7cf6b3 (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@58174a4e (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@4d48427d (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@2042f82a (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@69424bff (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@b6539a3 (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@4b1c918 (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@3385f20c (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@48e35a30 (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@6a69daae (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@609a27f2 (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@7c93ac7f (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@2ef34b07 (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@a6b58dd (id: 8422563c-6beb-4e4f-a2e6-c787766510df, sid: 8422563c-6beb-4e4f-a2e6-c787766510df) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = 24b4f4e0-3cef-4c16-8d60-ab26dfcd0f17 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@7e221cfa (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@2b5eacf6 (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@3562cd0f (id: d882a401-4230-48b3-8ffc-96e7730c1c14, sid: d882a401-4230-48b3-8ffc-96e7730c1c14) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 58c7adf3-10c3-4bf1-9aba-757ac283a651 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@e7eaeca (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 = 326936fd-17eb-4a12-a627-a62cf23ffe34 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@7a8829cb (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@7d06aa3f (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 = 15d56e67-d78c-4d7a-ba21-8e42cbf13a2f org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@1d906654 (id: 15d56e67-d78c-4d7a-ba21-8e42cbf13a2f, sid: 15d56e67-d78c-4d7a-ba21-8e42cbf13a2f) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 984441d2-cc6d-4997-a21b-d6d7e408ae60 org.polarsys.capella.core.data.cs.impl.InterfaceImplementationImpl@4f65a572 (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@784fd2f7 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@39644777 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@840a855 (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@729391d3 (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@40ad72bc (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@71e5a7fd (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@1cee0218 (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@4aacb6f0 (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@2fb0c597 (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@171dbb54 (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@33766496 (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@73402db3 (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@e460844 (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@6d802a4f (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@51397a89 (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@1af9680a (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@24c35739 (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@487dc3bc (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@528a0508 (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@3629e6b (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@3da66ba1 (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@1be02f8a (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@19c0cbbb (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@ec68f2e (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@331634 (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@1ab5f5c7 (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@4d9b1b88 (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@3a8bb481 (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@4488baf2 (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@432afd9c (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@5678f92a (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@3f32285e (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@27280b3a (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@1286d9d5 (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@2cce0d0c (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@290b013 (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@65860aa0 (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@416a2fb4 (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@1d10ecf8 (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@1a07c761 (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@4f010d8b (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@5f069c50 (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@456bcc64 (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@61f33767 (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@efd0c89 (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@56f20dcd (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@59411af6 (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@35c9af0c (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@d652917 (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@1c31b8de (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@34ee4b57 (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@784fd2f7 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@39644777 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 34e31a14-6734-49fc-bd37-3e307b472c12 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@729391d3 (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@40ad72bc (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@71e5a7fd (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@1cee0218 (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@5968c6f4 (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@727b77f7 (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@2efdfc0a (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@42efd50f (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@5d2fe4c0 (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@74c2f45d (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@359e5b63 (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@9e5a772 (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@2b4e5b6a (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@48cd2242 (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@fcf3d7b (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@2bb5c5c7 (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@72795ed0 (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@5307bdef (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@25d56611 (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@20cb0491 (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@18fc4186 (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@76fa6fb3 (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@78917a93 (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@86169c (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@7a8c877b (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@5f2ef86e (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@2c9854fa (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@1c1a8503 (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@2b36ea4 (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@2a760b14 (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@4427b524 (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@cdd123e (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@15828b4f (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@f360c40 (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@76c10617 (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@12e9b613 (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@13308ff2 (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@2c5bc5d8 (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@52549ffa (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@dd2e28d (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@1a8aa3da (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@688dc056 (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@1ed039f2 (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@40c762f (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@4b579107 (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@4d5e774b (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@52dec8bb (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@350461c1 (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@42ac01cf (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@7cf6d2fe (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@584956cb (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@4ed53e6a (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@6cd5fc06 (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@267eb240 (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@3493574a (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@53d209dc (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@1024ea6c (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@439bb69a (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@6d9c90a4 (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@2e43e822 (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@1903100c (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@7b25ad0 (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@e22e332 (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@3f11182c (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@3e93ecb2 (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@2be2556a (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@32c01857 (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@5a7b65b (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@24f02c21 (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@1d8064d0 (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@2fb0c597 (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@171dbb54 (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@33766496 (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@73402db3 (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@efd0c89 (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@3afbcb98 (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@2260205 (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@6254c01 (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@6f742a4 (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@7428ca7c (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@1ed8bc93 (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@7a9b03db (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@56f20dcd (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@411447f7 (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@7c4e2518 (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@1f288970 (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@27f640e8 (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@2c7472ce (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@1c42e77a (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@420edaf9 (id: d7d1740b-684a-4d5f-95b8-890c9061f4be, sid: d7d1740b-684a-4d5f-95b8-890c9061f4be) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7e95456b-5761-4ee4-82f1-299e0e0a3db4 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@3ee19e4f (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@a8c4278 (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@497c8cf5 (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@22996f10 (id: ae87e1b8-5124-4084-93f0-cda1aa5690b8, sid: ae87e1b8-5124-4084-93f0-cda1aa5690b8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e2cba002-bca6-4f67-ad80-6707703f6a0a org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@59411af6 (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@27c0ea03 (id: 18693b1c-2882-49fd-8ddd-ac33b43e16c1, sid: 18693b1c-2882-49fd-8ddd-ac33b43e16c1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f7362b3f-2d31-4ee6-b3ab-e3ae77f1d972 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@172e2397 (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@4f823c11 (id: ef9b7d8e-0f63-406d-951b-07917ee6c1b4, sid: ef9b7d8e-0f63-406d-951b-07917ee6c1b4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 0eeb7b80-0cc5-4442-8bd8-a9c1926f82eb org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7b664fde (id: 0eeb7b80-0cc5-4442-8bd8-a9c1926f82eb, sid: 0eeb7b80-0cc5-4442-8bd8-a9c1926f82eb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) [Test1] >> release >> unload Project_test_01 [Test1] >> release >> unload output [Test2] >> require >> load Project_test_01 [Test2] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@2fcb654c (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1a9ef1ed (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@68969319 (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@4d507a22 (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@7a56df8d (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@4a380ef6 (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@54769274 (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@6a59ded8 (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@78a2e35e (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@561e66d3 (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@5cf61289 (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@395d3bd4 (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@34633d2c (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@30aaeb32 (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@577e36c4 (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@489ad355 (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@65bd0d37 (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@2a999c9 (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@2447474e (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@3ad938e8 (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@37004e31 (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@7929eec9 (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@674abb95 (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@1427c1ec (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@21e3649f (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@170a99cc (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@35963a9e (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@f782d9f (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@39e4d395 (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@3066f8f6 (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@34a076ae (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@fac8343 (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@3551c9b5 (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@7656e22a (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@2358e11d (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@4805c8ae (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@7322ac7a (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@32a44786 (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@561018c6 (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@30b6fa12 (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@5611c102 (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@46993431 (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@1019d20c (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@17f8cc77 (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@8c7bf74 (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@7d6c9987 (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@63cd787c (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@aea2a30 (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@3ccaeb03 (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@5f8f8bc1 (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@6d293811 (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@2fcb654c (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@1a9ef1ed (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 34e31a14-6734-49fc-bd37-3e307b472c12 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4d507a22 (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@7a56df8d (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@4a380ef6 (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@54769274 (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@6b011774 (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@27e7172e (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@2d22f29a (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@2efe240f (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@313f0899 (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@bb39a06 (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@1f593537 (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@2d1bac61 (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@434decad (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@1c7a15c9 (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@4a5c6bfc (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@3ad4ae72 (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@16d00501 (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@5ac88e4f (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@73e21d61 (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@6cda9a51 (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@7ab462c6 (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@64903129 (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@77a21cf (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@3fca2b63 (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@6631dc0e (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@3cdb098 (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@55ef8d77 (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@3b10359a (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@53295f5a (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@37efc8de (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@79c9f220 (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@7198a997 (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@38782642 (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@727548d7 (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@4695831f (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@556d9b1 (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@5dbd0a3c (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@37daf7ef (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@3fc9c592 (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@c61188b (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@39380fd1 (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@593de296 (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@28295976 (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@2c08a9b8 (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@55b76d6f (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@63280c1d (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@1280be7 (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@68043713 (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@25dd5f46 (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@646b0f29 (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@2d1e1018 (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@1c820379 (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@53ea58c0 (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@6fc417d3 (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@78a2e35e (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@561e66d3 (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@5cf61289 (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@395d3bd4 (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@8c7bf74 (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@7d6c9987 (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@1f14651a (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@6790a159 (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@37c3b5e4 (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 = 2762f3b2-82a9-408d-8063-1f7524202f09 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@6761b65d (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@59fbe664 (id: ae87e1b8-5124-4084-93f0-cda1aa5690b8, sid: ae87e1b8-5124-4084-93f0-cda1aa5690b8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a09d7ea8-904c-49b5-aabc-c7702c4dbf9c org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@5e3e9e19 (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@598b67aa (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@78ccda23 (id: 73a7740b-620d-48ef-a1b6-da3652b1333b, sid: 73a7740b-620d-48ef-a1b6-da3652b1333b) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 34e34d4d-8752-481c-b6a2-7743dbb84716 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@63cd787c (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@7a746523 (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@163d0684 (id: 18693b1c-2882-49fd-8ddd-ac33b43e16c1, sid: 18693b1c-2882-49fd-8ddd-ac33b43e16c1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = c870c73d-f347-4220-8986-97d56f92eb56 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@5d8c5fb5 (id: c870c73d-f347-4220-8986-97d56f92eb56, sid: c870c73d-f347-4220-8986-97d56f92eb56) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = f7362b3f-2d31-4ee6-b3ab-e3ae77f1d972 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@1431075b (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@52d52d41 (id: ef9b7d8e-0f63-406d-951b-07917ee6c1b4, sid: ef9b7d8e-0f63-406d-951b-07917ee6c1b4) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = e76c6f35-7f0b-4bd7-8c49-2825a18f5c93 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@71ee5bf6 (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@36f925e8 (id: 0eeb7b80-0cc5-4442-8bd8-a9c1926f82eb, sid: 0eeb7b80-0cc5-4442-8bd8-a9c1926f82eb) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7e95456b-5761-4ee4-82f1-299e0e0a3db4 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@48a2a12d (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@4a9639a4 (id: 2819605c-50b5-41d3-91f9-bef26b255416, sid: 2819605c-50b5-41d3-91f9-bef26b255416) (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@252e3ff9 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@51892689 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@28cce9d1 (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@542d8d30 (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@3947ce26 (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@189db816 (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@21ea4dd (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@6539e296 (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@69e62d30 (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@4647c33b (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@66fdd1d6 (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@7362b304 (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@12277232 (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@6b8c168f (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@3e54f79a (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@41f078dd (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@686f3433 (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@635c7fdf (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@7aadac09 (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@38d91511 (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@29866095 (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@292440fd (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@3e7e6c34 (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@4e7f9777 (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@54e7c4e5 (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@5fcf552c (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@13a80d5 (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@47c49906 (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@2647afb3 (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@5721f618 (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@248e801 (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@206b6426 (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@4a415c22 (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@6f820673 (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@11889a5b (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@6a399618 (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@2ad97731 (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@55975d87 (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@185f2c (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@26378061 (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@47b60b69 (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@28a21d7d (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@6a81c67a (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@70af67c3 (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@72bce9b1 (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@13fdc1f6 (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@21bf0737 (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@723d5f9d (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@2a7fc164 (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@4fed3cfd (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@7b0f292b (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@252e3ff9 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@51892689 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 34e31a14-6734-49fc-bd37-3e307b472c12 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@542d8d30 (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@3947ce26 (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@189db816 (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@21ea4dd (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@2804ecf3 (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@2fb5312b (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@5a1d61c3 (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@2d520e11 (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@22be0c3c (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@24045d29 (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@15262313 (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@28399520 (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@7a34b3f7 (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@7c5f448d (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@58c5deae (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@3c31d003 (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@63457779 (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@65383cb0 (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@137ebe17 (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@217dd5b3 (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@694b905a (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@4db2ec7f (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@3caf1698 (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@5406436b (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@9ff9efb (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@2c0b25b0 (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@4af03641 (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@3f8d71a2 (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@70f650cb (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@4eacb11b (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@1af8d90d (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@732aaf85 (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@5825ec92 (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@91a0208 (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@2f6ad229 (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@176b2f3d (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@4eb8759a (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@888ac89 (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@46546862 (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@4bcdd197 (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@42c8e2e (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@73bd7a1b (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@64436f4f (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@1316203 (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@601688ca (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@3695e4b1 (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@2ee03dda (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@244b737f (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@704fffe4 (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@69e62d30 (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@4647c33b (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@66fdd1d6 (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@7362b304 (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@72bce9b1 (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@39e6cbe (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@47ee3cbb (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@4b03e88a (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@2e9f104 (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@46dfeb68 (id: 7da7bbb0-da1f-4938-bec6-d6e118aba784, sid: 7da7bbb0-da1f-4938-bec6-d6e118aba784) (name: LC2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = fd678131-abb7-4382-89b7-a20ed67ce76c org.polarsys.capella.core.data.cs.impl.PartImpl@3e845f0 (id: fd678131-abb7-4382-89b7-a20ed67ce76c, sid: fd678131-abb7-4382-89b7-a20ed67ce76c) (name: LA 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = bfe323f8-7d09-4ee0-913b-768ec2ab4118 org.polarsys.capella.core.data.cs.impl.PartImpl@65f420d9 (id: bfe323f8-7d09-4ee0-913b-768ec2ab4118, sid: bfe323f8-7d09-4ee0-913b-768ec2ab4118) (name: LA 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = e2cba002-bca6-4f67-ad80-6707703f6a0a org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@4354ac75 (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@6376aaba (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@13fdc1f6 (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@3c7829b9 (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@652717be (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@401ecd80 (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@72090bf6 (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@64420a9a (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@770ffa0d (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@3a235439 (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@66bd9f7 (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@49bc53f2 (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@229e5cd (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@749ac70a (id: d7d1740b-684a-4d5f-95b8-890c9061f4be, sid: d7d1740b-684a-4d5f-95b8-890c9061f4be) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 7e95456b-5761-4ee4-82f1-299e0e0a3db4 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@38736115 (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@1a734386 (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@39d043d9 (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@18fd0597 (id: ae87e1b8-5124-4084-93f0-cda1aa5690b8, sid: ae87e1b8-5124-4084-93f0-cda1aa5690b8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 03c4e4ab-b35f-4002-a322-0b220b3783f9 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@21bf0737 (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@774a5ac0 (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@a45c7ae (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@dc82a15 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5d600e3f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7aeb111e (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@13f70143 (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@60427dd0 (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@62d5ea8a (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@4f7cc5a0 (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@53d00cd5 (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@72834173 (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@207f8671 (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@1dbb170c (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@19696073 (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@6c0780a9 (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@427ba69f (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@32c1772b (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@4f7f05ab (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@1fadc625 (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@fdc411 (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@393c830a (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@ed98bdb (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@7fb4e8cb (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@11077660 (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@4cfe8399 (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@e3b4e8e (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@56111d32 (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@7c8fd5e6 (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@4ed560f8 (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@450723e1 (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@1e3a0be2 (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@6b210481 (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@e967bbd (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@104e0a9f (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@4e687d29 (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@4c4aa1e7 (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@236d2b90 (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@4317c790 (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@4e1b7bee (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@57c7be53 (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@1dbc2e90 (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@606a41f0 (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@75bb9218 (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@1fe49fda (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@63d0ea18 (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@51074253 (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@46f5fdac (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@3fa39673 (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@1b6bdcab (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@7c2d73f4 (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@a7f12b6 (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@2f1d1745 (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@35e3358 (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@dc82a15 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@5d600e3f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 0891d464-bb59-4272-83f7-9a3b7819a06a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@13f70143 (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@60427dd0 (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@62d5ea8a (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@4f7cc5a0 (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@3364660a (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@403b214b (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@d77127c (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@248f97b7 (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@344bf11a (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@2de3afa1 (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@1832bc93 (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@4058a20d (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@2b70483d (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@1bde6455 (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@16858599 (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@1348058e (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@3a50867a (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@52c4a1a9 (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@68575f25 (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@3be053d4 (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@5bd6184 (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@72834173 (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@207f8671 (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@1dbb170c (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@19696073 (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@46f5fdac (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@3fa39673 (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@30074be1 (id: 398b9eec-ed9e-4d41-b2a0-ee9adabbadac, sid: 398b9eec-ed9e-4d41-b2a0-ee9adabbadac) (name: LC112) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 7ed417fd-1031-4e0e-9521-a1a57dfd9ffd org.polarsys.capella.core.data.cs.impl.PartImpl@4ad14a7b (id: 7ed417fd-1031-4e0e-9521-a1a57dfd9ffd, sid: 7ed417fd-1031-4e0e-9521-a1a57dfd9ffd) (name: LA 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 013bd3a5-e477-4e88-8c6e-2099b8ed97b1 org.polarsys.capella.core.data.cs.impl.PartImpl@32f3369c (id: 013bd3a5-e477-4e88-8c6e-2099b8ed97b1, sid: 013bd3a5-e477-4e88-8c6e-2099b8ed97b1) (name: LC12) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 67439830-6fc0-486d-b5a7-b5add0064c7f org.polarsys.capella.core.data.cs.impl.PartImpl@78486f9 (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 = f5a8f6cf-0f2d-46f3-a955-ef0b8bff12f6 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@52cdfa2b (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@3638fecf (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@3b817c5a (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@31d37088 (id: e3364238-72c3-4ba4-b946-eae958ac21b5, sid: e3364238-72c3-4ba4-b946-eae958ac21b5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 876ba191-f6a5-4ba6-a6c9-7beaaf34f538 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@4dc29f5c (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@5ceded09 (id: 15f09f23-3627-4719-b8f4-be41d74085ef, sid: 15f09f23-3627-4719-b8f4-be41d74085ef) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = a889fecc-0ea8-409f-a80e-bad52fa411f5 org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@74186c9d (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@65860e82 (id: ddc8b9ca-39ef-4505-b421-fc8e43db5101, sid: ddc8b9ca-39ef-4505-b421-fc8e43db5101) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 340c720d-44dd-4277-a433-6347fe6473ea org.polarsys.capella.core.data.la.impl.LogicalComponentImpl@1b6bdcab (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@18b27131 (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@68af3c3a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4d1cd291 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@55e5b42e (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@400de661 (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@c63ef06 (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@45118ad4 (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@5d2e2e14 (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@23aa4bef (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@73e44b97 (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@292e1f6c (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@7d03afc1 (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@78123ad (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@38fcc055 (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@387dc363 (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@1859e908 (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@7008b4b4 (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@2e282c88 (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@789884f5 (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@2f5e3347 (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@1ac69f0c (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@7565acb0 (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@496631c5 (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@17fce7a5 (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@396c34a9 (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@61341f18 (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@1924e2e2 (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@50c49eb7 (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@ce40408 (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@20f2bc0e (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@59c8cfba (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@2d8dc312 (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@3104574b (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@700952ac (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@4e849dbd (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@8aa735e (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@1b87d30f (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@21217ee1 (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@4ba2660d (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@1049cca4 (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@35737a09 (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@1f8fdc30 (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@47c543c2 (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@19b79b72 (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@37ba197f (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@7f9693b1 (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@19530a78 (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@5ac50459 (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@660c2419 (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@2c65af39 (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@6bf07797 (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@6f8f27b9 (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@68af3c3a (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@4d1cd291 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 34e31a14-6734-49fc-bd37-3e307b472c12 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@400de661 (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@c63ef06 (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@45118ad4 (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@5d2e2e14 (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@2ad5d4ee (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@39dd056d (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@70d37fa8 (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@5ca1b128 (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@58d77cf6 (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@970fcec (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@6235fc55 (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@33cc39ca (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@509fc389 (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@5e06c2ea (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@139c4a2b (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@41cc23fb (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@6fe123c0 (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@798bd44 (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@76a4728e (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@5657545a (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@727e7ba3 (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@271b5760 (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@4b02325d (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@f9b7c54 (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@e39ad67 (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@73e44b97 (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@292e1f6c (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@7d03afc1 (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@78123ad (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@7f9693b1 (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@19530a78 (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@20c637bc (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@3cab5910 (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@70ffccb1 (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@75081fef (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@4324193a (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@794dc0b7 (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@6462bf08 (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@527c8f8e (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@69c861e2 (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@7ca5ffdf (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@5ac50459 (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@745b7bef (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@56527b00 (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@69c992c5 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@14c8d06b (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@59a21086 (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@596e72cb (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@76cbb05d (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@638f418d (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@7b7a3da5 (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@7ffabb5c (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@6aac0398 (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@c2c1e31 (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@526a3cb8 (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@6594ea3d (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@2bd474f5 (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@d3c0c6c (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@1d9967ca (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@6cc7ae17 (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@643c1ca6 (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@98e2321 (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@5f7fa2ed (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@e191803 (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@a44ec4a (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@722b4108 (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@5061ed6a (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@167e3e65 (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@3bf5b65c (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@13fe932b (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@730664f0 (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@49e56280 (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@500ed1d0 (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@31d34634 (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@71b2951a (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@2b41b465 (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@3d90a007 (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@5a101b55 (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@4f9ab1aa (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@695ec6a0 (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@51f6c314 (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@be6b0cc (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@116b57fb (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@e9ff8b0 (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@69966414 (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@5748d93a (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@1cd798a7 (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@6dfca9f5 (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@4a645a8b (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@21d2c745 (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@66e0dfda (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@411ad59e (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@3ab1036d (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@1e7580a8 (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@16582e6b (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@69c992c5 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@14c8d06b (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 0891d464-bb59-4272-83f7-9a3b7819a06a org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@596e72cb (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@76cbb05d (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@638f418d (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@7b7a3da5 (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@68ee0b4a (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@438c1752 (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@5a96b587 (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@6887dd71 (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@4b9271b4 (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@24c7dfcc (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@d268735 (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@5b9cbfb5 (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@3db6aa3 (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@1e01bd37 (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@46d74226 (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@189473f3 (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@4e607d40 (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@21a12659 (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@1a91d275 (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@56811327 (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@7eba6440 (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@6aac0398 (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@c2c1e31 (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@526a3cb8 (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@6594ea3d (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@4a645a8b (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@572d7262 (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@3bc7e19d (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@2af37951 (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@eb7d61b (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@21d2c745 (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@4312b6de (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@5e460ae7 (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@49ca456d (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@2238c86b (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@66e0dfda (id: 6b8c30cb-b25d-4147-ae73-dce37b380ead, sid: 6b8c30cb-b25d-4147-ae73-dce37b380ead) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (name: PC11, abstract: false, actor: false, human: false, kind: UNSET, nature: NODE) ID = 6c73a6ba-c574-4f95-a420-e6ab4b2c1857 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@6f709d32 (id: 6c73a6ba-c574-4f95-a420-e6ab4b2c1857, sid: 6c73a6ba-c574-4f95-a420-e6ab4b2c1857) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 8a11cb8b-52c6-482b-890e-4cdb65562316 org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@7def78e4 (id: 8a11cb8b-52c6-482b-890e-4cdb65562316, sid: 8a11cb8b-52c6-482b-890e-4cdb65562316) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = ffbfdc87-04f9-4c55-a7dc-4276cab29b7b org.polarsys.capella.core.data.fa.impl.ComponentFunctionalAllocationImpl@56d7da13 (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@7f8428be (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@36b62a32 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7f987c64 (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@2a158185 (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@49d45e58 (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@20821910 (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@310d05fd (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@62cb69d1 (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@1b7fd484 (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@18be266f (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@428c3515 (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@590796b (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@79ab661b (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@914fe5e (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@27b52365 (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@600a2203 (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@42b31ba7 (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@6c7beba1 (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@62db5340 (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@53706f22 (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@94428c8 (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@3a51eca2 (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@228f9fb (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@52f18fe3 (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@7adbff1d (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@4f5a2818 (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@af8e729 (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@5428ff02 (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@712ec18d (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@6faa3d58 (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@22a64e2b (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@31657592 (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@3640f89a (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@8be43f7 (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@187993dd (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@2aaaca5 (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@331f1042 (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@49c45c2d (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@1d77d9b3 (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@4a6f813c (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@1b91533 (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@6a77041d (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@49eee2a1 (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@7fbefcc1 (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@e92f5a0 (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@14f45e84 (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@62876e15 (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@3fa840cc (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@74a4fe89 (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@12a87262 (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@3d353b02 (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@7f8428be (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@36b62a32 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6103bc21-0968-4b1a-b0fd-70e720ff3aac org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@2a158185 (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@49d45e58 (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@20821910 (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@310d05fd (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@3aec6815 (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@5121d78e (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@615b1e23 (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@38a0cd18 (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@6155a6d9 (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@7842b3d (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@3972fed8 (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@7f9f8bb7 (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@65fa87e9 (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@1b7fd484 (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@18be266f (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@29ca2f5e (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@3a13627 (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@669f0923 (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@ffbd6c1 (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@77b3a8bf (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@636160f7 (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@327dff84 (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@58615f24 (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@5d69fb85 (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@f230773 (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@3f1f1cf1 (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@12a975af (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@8e11ac (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@17818651 (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@503ef8c4 (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@53c9c598 (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@2ee01379 (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@dacbb8a (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@70034e3f (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@432e0dbf (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@2bb68ebb (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@41ae4f44 (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@71e00963 (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@4210a115 (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@5d4c3cba (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@6eab9c38 (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@1ff13b9f (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@69b435fa (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@5689ade5 (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@1be90ffc (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@1fdf7f19 (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@4c71eb6c (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@1f349bf1 (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@7bf718b9 (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@3066a728 (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@7397534d (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@444d5609 (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@7db72392 (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@786d84eb (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@31a9bd90 (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@1ffa48b2 (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@fff7ce6 (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@1ed45126 (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@40707e26 (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@341c3282 (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@87d1846 (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@6800b833 (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@2bc26a5b (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@7e1fd583 (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@1ec05d2e (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@1a1d1e7e (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@73a68fa0 (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@1ca2e57c (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@428c3515 (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@590796b (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@e92f5a0 (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@14f45e84 (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@2b7a5490 (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@e20017c (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@62876e15 (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@35ad56f5 (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@2350b48c (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@138d10e1 (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@355f22c8 (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@166a1c41 (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@2505f07d (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@790b3a98 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@8ade5b (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@54bd5ce2 (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@15dcb1b6 (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@6588ffa8 (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@14671e1d (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@1eebc74d (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@29d78c2c (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@31830b1d (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@5eb00944 (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@70a815a5 (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@6b3c18e0 (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@2e21c86e (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@5b38e07 (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@77f29ca0 (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@7c0271a6 (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@5cc0a4f0 (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@451acad9 (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@26ee5946 (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@490e937c (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@10305989 (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@36f0554 (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@571f5816 (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@6ab7a4fa (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@78595434 (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@3e7abce (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@2e159c4c (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@79d27d00 (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@4b187efa (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@759f158c (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@77ea108f (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@1d3a490f (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@155d0bfc (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@18e35fae (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@3f2a5a55 (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@70970e8e (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@de8e98b (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@ff4d9b7 (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@62e1d2ee (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@2aca5342 (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@60244321 (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@49b417f3 (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@252eda89 (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@7ab3c806 (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@5a20150b (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@60e3f37e (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@69a12c88 (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@12311aab (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@516c8164 (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@e64d08f (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@2505f07d (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@790b3a98 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 6103bc21-0968-4b1a-b0fd-70e720ff3aac org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@54bd5ce2 (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@15dcb1b6 (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@6588ffa8 (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@14671e1d (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@2754edad (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@57f5a9f0 (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@75226919 (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@59191656 (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@5920a15d (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@45ece674 (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@54d6e339 (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@6bfe6645 (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@67073caf (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@29d78c2c (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@31830b1d (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@6fbfbbc6 (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@47d911e2 (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@7b886178 (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@697b9444 (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@6622ce88 (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@66c63d0e (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@5efd030f (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@6b916520 (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@1bb7a054 (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@1ac5859a (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@3c562396 (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@6a121a5 (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@1690b74a (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@20cf1957 (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@2d88c44b (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@22ab6456 (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@3192bdae (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@4e00349a (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@3dd903da (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@44937c1c (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@bf824f0 (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@7eca3186 (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@603a99f1 (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@3f167a76 (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@750306c0 (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@5aea5fe7 (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@6eabb05a (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@4339688e (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@18b56295 (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@20dc3ec3 (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@798088ef (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@42679738 (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@30c9391 (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@7eb6a4ef (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@208f66da (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@728221e3 (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@296030df (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@8339c9c (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@724e3942 (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@112083d1 (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@396ebfe2 (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@2dad132f (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@2e2abbf1 (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@7eca0fda (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@6c9270ea (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@61958938 (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@4f0fee0f (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@30e5d224 (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@4ba78d4f (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@6b6014a (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@36f9e805 (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@2813680c (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@5f2945b4 (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@4c8f6e86 (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@5eb00944 (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@70a815a5 (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@7ab3c806 (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@5a20150b (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@22376792 (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@121e72e3 (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 = 83c9b246-a96c-45fa-aa88-7cf2e98bdc7d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@6ed9a1a7 (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@7f3ab260 (id: 2b393cea-4729-40fd-b089-65874df41b96, sid: 2b393cea-4729-40fd-b089-65874df41b96) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = bfa44f03-4f9f-41de-bdcf-ec8729bc3df8 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@61a90a7d (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@4e8d120e (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@60e3f37e (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@388dcda5 (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@4d38bbc0 (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) [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@11678ecf (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@33d7dd16 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@66aac583 (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@1601c4f2 (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@366d50da (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@65254940 (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@3c67a36d (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@7f5530e (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@44cc68dd (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@b6c464d (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@4a2ede1c (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@6d83cd04 (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@33d07947 (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@2b2c61d1 (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@740eb2a4 (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@5c59c7a2 (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@6c73872f (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@24995199 (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@25835c3c (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@37f5fbf9 (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@47cf58d7 (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@2934cc2e (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@16e91788 (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@edb1c9f (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@336fe473 (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@3cb50b8c (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@623e1ec5 (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@3457c9f9 (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@7857ff7c (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@6caa7291 (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@7ef081f7 (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@746287d1 (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@33093a3e (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@c08e834 (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@768d3f7b (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@16b17274 (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@6c937256 (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@27117eb8 (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@38f8fbc6 (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@25c70c7f (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@5231cb53 (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@7ef98b13 (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@12079c1 (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@1c99296e (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@434a0d7 (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@56c5f447 (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@36bc1969 (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@46c8fbdd (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@1ab4e73c (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@df4f211 (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@7112ca5 (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@11678ecf (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@33d7dd16 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4bfa3790-1ab5-436f-8959-98ba27c81386 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@1601c4f2 (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@366d50da (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@65254940 (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@3c67a36d (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@44cc68dd (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@b6c464d (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@4a2ede1c (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@6d83cd04 (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@434a0d7 (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@56c5f447 (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@128ef724 (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@4e5e1440 (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@3d461501 (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@7ec176f6 (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@174f207e (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@63f2d85d (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@6fcd2744 (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@afd6eaa (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@6e17c80b (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@4967fb67 (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@67e5571 (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@44841157 (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@62277fd3 (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@3f43cad1 (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@68f36d12 (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@71820a15 (id: b8d1cd15-f5d7-4a4b-a6c8-b55d022a8f12, sid: b8d1cd15-f5d7-4a4b-a6c8-b55d022a8f12) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 67440afe-ada0-4c77-afdc-c53e1647444d org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@36bc1969 (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@42d8eb85 (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@6eb7278f (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@36384295 (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@1212f43b (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@1793b13f (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@404f671d (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@3497a96b (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@31a120ee (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@3b3175ac (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@7d9a58 (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@9a8a7cd (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@31364046 (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = aee2155c-c02b-4212-bf01-ba0abaf72979 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@7b9193e0 (id: aee2155c-c02b-4212-bf01-ba0abaf72979, sid: aee2155c-c02b-4212-bf01-ba0abaf72979) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 343a2631-6a31-47e6-a416-d7ee828526a6 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@11655670 (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@5e776986 (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@2a7285b (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@e188e0e (id: 920fc2d8-5f2c-44d1-80ef-c79cd53a89ac, sid: 920fc2d8-5f2c-44d1-80ef-c79cd53a89ac) (name: CP 5) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = b5740ce3-150f-4987-b185-0b5eff2df143 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@30930d9 (id: b5740ce3-150f-4987-b185-0b5eff2df143, sid: b5740ce3-150f-4987-b185-0b5eff2df143) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 528b0e57-c7b3-42ec-b0c1-9f7bbf022172 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@489d9fb8 (id: 528b0e57-c7b3-42ec-b0c1-9f7bbf022172, sid: 528b0e57-c7b3-42ec-b0c1-9f7bbf022172) (name: CP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 4d2c3438-8883-4518-9281-5e8999ded99c org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@23ab616 (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 = 17cb9456-15a4-41d2-a5e9-b55aad1ddbeb org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@5653a18b (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 = c45b61a1-7986-4ad7-8c30-f81b0eeb06c9 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@5a25cb01 (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 = 471c7d44-22a4-414b-b317-29461bd94d56 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@c84f67d (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 = face7f50-2547-4202-8736-c3295a3b7ea5 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@65592faf (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@4ea43b3 (id: 7f13aa8e-b6c3-4197-a196-b8bd76008ec6, sid: 7f13aa8e-b6c3-4197-a196-b8bd76008ec6) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = cb597888-cd6b-47e4-8e08-bdfedb93df75 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@57ce87ff (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@40edbbb9 (id: ae85d88e-b370-4cac-91d3-a8f529fde87a, sid: ae85d88e-b370-4cac-91d3-a8f529fde87a) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 54c98b1e-237c-4a34-a08d-cfa9d87aaebc org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@70523b4a (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@152f3633 (id: 0f397554-0e65-4c3b-a0a8-28ede6ecea23, sid: 0f397554-0e65-4c3b-a0a8-28ede6ecea23) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 10757ab9-072c-4f7d-9c86-07407e981689 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@2af5b975 (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@46878cb6 (id: b4ec368b-92a0-4bcf-88d8-4895c1052274, sid: b4ec368b-92a0-4bcf-88d8-4895c1052274) (name: CP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) [Exchanges] >> release >> unload Project_test_01 [Exchanges] >> release >> unload output [Ports] >> require >> load Project_test_01 [Ports] >> require >> load output ID = b21e1980-3f4a-4f66-8932-54b2d7b7af02 org.polarsys.capella.core.data.capellamodeller.impl.ProjectImpl@7c710d24 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@34cc46b7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@62ede194 (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@4fdc2b20 (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@13a64f5f (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@66e9fc9b (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@67976ffa (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@5b900678 (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@70644a7 (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@2e227df8 (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@d4e2d80 (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@38d873f2 (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@4e744f62 (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@72cbaed (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@7312f6e8 (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@404d45dd (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@2c2e0de9 (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@4e373153 (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@2a762bcb (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@bff0f5 (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@5c22f44e (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@2b68fb30 (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@305ba5e5 (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@4f9cc343 (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@4d7de7a (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@680a14ab (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@593e0c2 (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@2c3cade8 (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@16a2921b (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@2e357328 (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@34ba13dc (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@7da0ab4e (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@7f90dcab (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@7ab94c42 (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@1e79843a (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@66fba660 (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@1f775b90 (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@2f9ccf60 (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@7d16d6fd (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@4665b799 (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@63ebdf1e (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@2a45ebcc (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@612f6147 (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@a1dcb84 (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@5a814ac (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@d00969b (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@53828f88 (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@5c2908cf (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@7684b8c5 (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@417c53ae (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@245b9ee (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@7c710d24 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@34cc46b7 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 4bfa3790-1ab5-436f-8959-98ba27c81386 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4fdc2b20 (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@13a64f5f (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@66e9fc9b (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@67976ffa (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@70644a7 (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@2e227df8 (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@d4e2d80 (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@38d873f2 (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@5a814ac (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@d00969b (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@6c9179d1 (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@41e42aa0 (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@3ad889ea (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@61bbacae (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@60e2c621 (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@20186b79 (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@4ac5b44 (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@1c419c96 (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@3a5ed977 (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@762c9f70 (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@4c1cab53 (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@845df86 (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@3b93b07c (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@5f251242 (id: e80fbfbd-19be-4245-8bb1-6de3f4ca3f9d, sid: e80fbfbd-19be-4245-8bb1-6de3f4ca3f9d) (name: aaaaaaaaaa) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 10757ab9-072c-4f7d-9c86-07407e981689 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7007697e (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@5980e9a (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 = 0dd5a220-4aed-4599-aa0f-41273d275268 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@7c6883fa (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@4d40a440 (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@6e951236 (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@26bfc900 (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@53828f88 (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@1ff6f2c7 (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@597c462f (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@48508b8e (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@49c1f96f (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@61894a5a (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@5aff257a (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@16bfc950 (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@50735069 (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@7b031ba7 (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@58f42548 (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@3069824f (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@7a537c33 (id: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2, sid: fcdecbe7-a1c3-4e9d-82b7-7206ba2d02b2) (name: null) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (kind: internal, triggerDescription: ) ID = aee2155c-c02b-4212-bf01-ba0abaf72979 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@112ee0d2 (id: aee2155c-c02b-4212-bf01-ba0abaf72979, sid: aee2155c-c02b-4212-bf01-ba0abaf72979) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 343a2631-6a31-47e6-a416-d7ee828526a6 org.polarsys.capella.core.data.fa.impl.ComponentPortImpl@33c723d4 (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@59cf7a7f (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@fd00bb7 (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@2f0b669b (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@3afbc6f4 (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@a3123ea (id: b5740ce3-150f-4987-b185-0b5eff2df143, sid: b5740ce3-150f-4987-b185-0b5eff2df143) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: IN, kind: FLOW) ID = 17cb9456-15a4-41d2-a5e9-b55aad1ddbeb org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@790f9d6a (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 = c45b61a1-7986-4ad7-8c30-f81b0eeb06c9 org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@666e47b7 (id: c45b61a1-7986-4ad7-8c30-f81b0eeb06c9, sid: c45b61a1-7986-4ad7-8c30-f81b0eeb06c9) (name: PP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 4d2c3438-8883-4518-9281-5e8999ded99c org.polarsys.capella.core.data.cs.impl.PhysicalPortImpl@721e01b6 (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@21577a3d (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 = 54c98b1e-237c-4a34-a08d-cfa9d87aaebc org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@5acf5684 (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@7831bb67 (id: 0f397554-0e65-4c3b-a0a8-28ede6ecea23, sid: 0f397554-0e65-4c3b-a0a8-28ede6ecea23) (name: PP 1) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = cb597888-cd6b-47e4-8e08-bdfedb93df75 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@18f26e14 (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@3e3798b1 (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) [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@21eb71d8 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6aae4a7a (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@7839f2ee (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@6313ae (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@11f0b7e3 (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@29819639 (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@34760d79 (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@34dd0b56 (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@381e8905 (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@4b577a75 (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@43d223d2 (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@609b9d6a (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@7ed14f23 (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@5c17132 (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@1666f711 (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@7f75b722 (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@b2947b8 (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@56fff0e (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@24104ecd (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@760e21ca (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@37dbac34 (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@4db6b24e (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@6b76eb13 (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@6cf197c6 (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@6a13c60 (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@7efdda38 (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@220f8887 (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@422074a7 (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@4d6d12bf (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@5dd13d30 (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@344cdbd (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@4200143e (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@675d0e2b (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@33b1974d (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@163d9da3 (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@54decabe (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@5bfdaa58 (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@64494595 (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@1ee31c3a (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@3c4aae62 (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@ad36cd9 (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@2498e5fb (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@229c2f9e (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@4bccac11 (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@63a2fdff (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@5444110e (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@4ad785b3 (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@5e6e4198 (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@6bf91666 (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@21d24cd (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@474c101e (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@21eb71d8 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@6aae4a7a (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 9b07dc9d-373a-41b4-baf0-5ed5165ed310 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@6313ae (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@11f0b7e3 (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@29819639 (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@34760d79 (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@373264f9 (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@23698253 (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@6fce859 (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@2e5203a (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@26548933 (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@4940ecb0 (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@289f7be1 (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@3d06a38 (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@14f7660 (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@4f243f95 (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@1cb705e3 (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@1c363de7 (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@66b0a477 (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@806f7a3 (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@14eaa28 (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@62be356a (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@5dba7d71 (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@22655d10 (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@568eac9e (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@4588c640 (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@4b577a75 (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@43d223d2 (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@609b9d6a (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@63a2fdff (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@5444110e (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@626760f9 (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@7d847fa9 (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@9bd38e3 (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@2f74113f (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@28eaff94 (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@76cdb417 (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@1657e00d (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@1925e611 (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@664cacfe (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@7d3ac12c (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@4ad785b3 (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@3e6f3186 (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@6756ee1a (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@7ed8c644 (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@8543e31 (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@4f70cdbc (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@1f06dc76 (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@27d4d334 (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@e58c449 (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@478cf513 (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@6e4064f8 (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@6f8c4777 (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@273ebc43 (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@7bae1da (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@6a302271 (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@678a77bf (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@350413a9 (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@656080e2 (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@e280595 (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@3aabbc60 (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@2fa769c7 (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@4ea19b41 (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@3b9cafe7 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@790992ae (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@354ddfa5 (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@ea848a4 (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@1a02f385 (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@372f9076 (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@184160ef (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@2fe31aa0 (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@22f05a02 (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@6917c20a (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@7ac281df (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@c5a5019 (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@500607f3 (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@45271f26 (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@163c4bd5 (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@a5083fe (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@45532a5d (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@3b9cafe7 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@790992ae (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 1d90581b-350b-4b26-ad5d-a1e261411f2c org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@ea848a4 (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@1a02f385 (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@372f9076 (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@184160ef (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@22f05a02 (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@6917c20a (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@7ac281df (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@c5a5019 (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@500607f3 (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@45271f26 (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@55424882 (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@bc600ab (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@6b1fa7bf (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@517d17c8 (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@6a858614 (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@7cb1f6a4 (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@4cd89a21 (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@3687dc69 (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@2fe0ef51 (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@21a1c620 (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@29a049a7 (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@214cac6e (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@97e5571 (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@163c4bd5 (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@8277804 (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@315dfd9f (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@77ae6886 (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@459b401 (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@370d1bd6 (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@6962a9ad (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@6d8c065f (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@243c5e53 (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@7bb032a9 (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@763c3b3 (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@264112b8 (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@d078aa6 (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@496c68b4 (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@32c27935 (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@1c386907 (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@2ddb929c (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@758765b (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@26f2bc54 (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@79dd99dc (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@863ab09 (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@4ccdfef0 (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@7f6eeb21 (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@6ae88e69 (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@7f464bde (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@5cdf00b8 (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@54e0cfe1 (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@7ad588d2 (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@378024ed (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@137e3865 (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@4133622c (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@1776f1c0 (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@21e7188f (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@43b8b1c6 (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@19c0899f (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@39989396 (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@20a2d74a (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@26926419 (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@3b839d25 (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@467aade0 (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@70543ae2 (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@73e66ffd (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2b4a5689 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@3b897b2b (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@52046d64 (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@48942b3d (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@4bdc6d00 (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@ad37570 (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@2ec37bdf (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@4bfa783a (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@5ce6712d (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@b922c9c (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@57818d2a (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@4fa20448 (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@20226b88 (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@3a4e55dc (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@5e6eda80 (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@16a0e88 (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@73e66ffd (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@2b4a5689 (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 2dec588d-9cab-43f8-b223-b10df7d32007 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@52046d64 (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@48942b3d (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@4bdc6d00 (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@ad37570 (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@4bfa783a (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@5ce6712d (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@b922c9c (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@57818d2a (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@4fa20448 (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@20226b88 (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@3e22bf41 (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@d6ffd26 (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@4f0b104f (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@44127e56 (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@3e9ca7b9 (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@73a84c69 (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@1cefd66f (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@4bd8fb6a (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@10222cc7 (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@21d8f1ae (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@3a4e55dc (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@6efc12b6 (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@5e0f0d8c (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@29fdd2b0 (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@279a1c9b (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@496416b8 (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@6fa11175 (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@280e3663 (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@5f87893d (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@51f210a8 (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@81689db (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@6b3b2785 (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@21e325cc (id: 0bacfb1a-220b-4e0a-9277-56675a86ea5b, sid: 0bacfb1a-220b-4e0a-9277-56675a86ea5b) (name: Connexion 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 85a19ad9-92ba-4bb4-bd74-1d5979d9addd org.polarsys.capella.core.data.cs.impl.PartImpl@4aa5414d (id: 85a19ad9-92ba-4bb4-bd74-1d5979d9addd, sid: 85a19ad9-92ba-4bb4-bd74-1d5979d9addd) (name: PC 8) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = a57f89c9-a068-471e-b963-edaa34ac01d3 org.polarsys.capella.core.data.cs.impl.PartImpl@5cb11388 (id: a57f89c9-a068-471e-b963-edaa34ac01d3, sid: a57f89c9-a068-471e-b963-edaa34ac01d3) (name: PC 9) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET) (ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 5ddc19d5-7684-4c51-98d3-b6e245d299df org.polarsys.capella.core.data.cs.impl.PartImpl@4eb782d (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@6e840094 (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@56f195cd (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@21af3b44 (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@41e0a915 (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@1e959b14 (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@2ac624c2 (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@183957b5 (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@11f31f36 (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@2be32f03 (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@3018fe89 (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@62ce83c0 (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@6b4d2a00 (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@59e49b5d (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@2effda5e (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@38398cc2 (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@3aa6bcef (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@4765e695 (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@1798e90d (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@633338a0 (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@4c4b3a9 (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@5444f2bd (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@2e4826ad (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@2f3b8850 (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@ec32fe5 (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@7de1f59a (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@12f3c9c5 (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@6179bac3 (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@76521d0e (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@46d7b7b (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@85c27d2 (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@24df3bb8 (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@4283f840 (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@2d5ae5c8 (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@44513506 (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@190ec4cf (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@43e61754 (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@4fe9a7e9 (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@4e2ceec7 (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@281f332d (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@5bb0ddcd (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@59e4ffbd (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@70977890 (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@21c0abf4 (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@7cc354b4 (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@2a44586 (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@493cfeba (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@6d076362 (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@b87ec82 (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@2baf1001 (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@5c8e2e0 (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@53028d48 (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@67d58856 (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@3429a3b5 (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@76b49832 (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@311b3361 (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@7ac78a2c (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@38aaaca (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@512dc781 (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@39c576fe (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@537be986 (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@1ac735d5 (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@45c122f9 (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@7d440cc3 (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 = 05261e77-050b-4a55-acdf-7aeb5a0d7ba8 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@e9fa54c (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@2dd550d7 (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@2e7421b6 (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@7ed95b62 (id: 88e1bb42-2976-4c43-8aa0-4daebeeb51b3, sid: 88e1bb42-2976-4c43-8aa0-4daebeeb51b3) (name: CP 3) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false, orientation: OUT, kind: FLOW) ID = 95eb73ae-8eb1-4c52-9068-5c58958f8a9b org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@15d5a479 (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@594f9ad0 (id: 123f8e5f-bcc3-4a2e-b68b-5ff0dc7e986e, sid: 123f8e5f-bcc3-4a2e-b68b-5ff0dc7e986e) (name: PP 2) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) (isAbstract: false, isStatic: false, visibility: UNSET, ordered: false, unique: false, minInclusive: false, maxInclusive: false, final: false, aggregationKind: UNSET, isDerived: false, isReadOnly: false, isPartOfKey: false) ID = 1afbc71a-9a09-4f4b-afe5-ee7ba9bf3e04 org.polarsys.capella.core.data.pa.impl.PhysicalComponentImpl@d9f2430 (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@a4b8ebc (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@6d9fe825 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@87fcf4f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 23e8bc9f-a87b-43d9-aa27-98c272642bf7 org.polarsys.capella.core.data.capellacore.impl.KeyValueImpl@230ad3cc (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@4ef5792e (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@413bd997 (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@5aa3e1be (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@9e73b65 (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@297d097b (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@7ee499da (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@6969a298 (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@34cc6aaf (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@413156c9 (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@6984fc2f (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@428006aa (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@4f98d69 (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@16c23f6e (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@6ccb3ab (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@6d9fe825 (id: b21e1980-3f4a-4f66-8932-54b2d7b7af02, sid: null) (name: Project_test_01) (visibleInDoc: true, visibleInLM: true, summary: null, review: null) ID = 77a421d1-7ada-471a-8358-94375019954e org.polarsys.capella.common.libraries.impl.ModelInformationImpl@87fcf4f (id: 77a421d1-7ada-471a-8358-94375019954e) ID = 51a682ec-43a4-4b8e-8f22-c2784fd73868 org.polarsys.capella.core.data.capellamodeller.impl.SystemEngineeringImpl@4ef5792e (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@413bd997 (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@5aa3e1be (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@9e73b65 (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@54778755 (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@4b1f0b2d (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@e74bde1 (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@3ef88359 (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@56dde6fc (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@4f6084ca (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@7392c04c (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@11b27531 (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@178940d (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@2400bcf6 (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@3e6acc49 (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@4e98fb98 (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@34804b59 (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@dd3a133 (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@2e135261 (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@615f2ab2 (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@6da65270 (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@4a36c5f3 (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@596a4060 (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@680acef (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@77a8e297 (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@af8095 (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@3cba3bb (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@33c7450f (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@552a8063 (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@77f5b194 (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@7fbbc371 (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@38eb435a (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@6a6faeb0 (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@75d515b7 (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@1c77f89d (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@4f1d2bd8 (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@417bcbc9 (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@7ee499da (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@6969a298 (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@34cc6aaf (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@11bdd2b0 (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@2eb16fef (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@1639fc3e (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@19f6ee37 (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@66a197eb (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@34624ca4 (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@5e169b0c (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@4f5b3673 (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@9a2fefa (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@2f839406 (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@45a7a401 (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@5359fa68 (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@4d129bd7 (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@7e0205d7 (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@67d31ba (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@1aeb01a7 (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@437eed0e (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@2dbc740b (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@42a370e7 (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@7a72d (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@34a52cbe (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@7af70a0d (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@238a79fc (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@1e899c6f (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@3d493dc (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@413156c9 (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@3184828a (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@518367a0 (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@523d7056 (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@67854136 (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@27f6cfe1 (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@6d0212d8 (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@540460ee (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@194507a9 (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@4a2c207d (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@18c6936a (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@78f24216 (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@6984fc2f (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@428006aa (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@6ef18053 (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@30072626 (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@28c35fa3 (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@d4591c7 (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@799a743c (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@796c95e3 (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@15d28430 (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@4a526c5d (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@82596eb (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@16a9d391 (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@45a6dbcc (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@4f98d69 (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@539c849c (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@bf1e025 (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@787a222c (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@7b0e4e53 (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@4c019dca (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@4875bca7 (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@61379cc7 (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@68423a64 (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@286d156b (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@4d181445 (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@10146885 (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@69fcf1f9 (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@29fa67e0 (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@24cde4a6 (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@17aee0fa (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@19d3b8cf (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@63ec0972 (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@28cf397d (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@4886b5ae (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@4c9769b1 (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@4f335ec8 (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@1ee68282 (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@63b07f35 (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@149d5813 (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@418d8156 (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@6bd5f977 (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@bfc6aef (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@755ff643 (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@64442561 (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@65b6cedd (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@44dcb005 (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@6ecd1736 (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@2b6758a3 (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@78f4ab34 (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@590970b7 (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@5f7ba807 (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@4e48410b (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@13b8fefd (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@126a8f5 (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@39f1346 (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@f534a27 (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@74eca0df (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@7e0badef (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@c780587 (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@68665c0d (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@799de386 (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@5ada5d8f (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@6dda4bf8 (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@5bde02c1 (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@1af75285 (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@39cf699c (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@67560d6 (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@2d16a2d3 (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@d55ae8e (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@4f94b531 (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@7a523965 (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@5a53c97f (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@202d7db (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@3baf7109 (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@2f07c5a8 (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@4a3a9cfb (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@4f9fe19 (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@625e3c85 (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@7c1db971 (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@76f15917 (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@67b6a089 (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@1f5ae1f7 (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@135cfdad (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@5b41f368 (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@2dcbe452 (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@92cc5e7 (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@7d69e0fa (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@5b7c1e96 (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@3410fbe3 (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:814088 ERROR => PROHIBITED SITUATION : There are many specifics mappings for the purpose (Capella:1675): Gdk-CRITICAL **: 16:44:04.923: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [Pipeline] } Terminating xvnc. [Pipeline] // xvnc [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] sh + mvn -Djacoco.dataFile=/home/jenkins/agent/workspace/apella-sss-transition_master-107/jacoco.exec org.jacoco:jacoco-maven-plugin:0.8.6:report Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8) 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/apella-sss-transition_master-107/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving target definition file:/home/jenkins/agent/workspace/apella-sss-transition_master-107/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@6166aac5... 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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties [INFO] Resolving target definition file:/home/jenkins/agent/workspace/apella-sss-transition_master-107/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@6166aac5... [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/releng/org.polarsys.capella.transition.system2subsystem.site/pom.xml [WARNING] The project org.polarsys:org.polarsys.capella.addon.transition.system2subsystem:pom:1.6.3-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.3-SNAPSHOT [1/16] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.addon.transition.system2subsystem --- [WARNING] The POM for org.hamcrest:hamcrest-core:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-collections:commons-collections:jar:3.2.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [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.3-SNAPSHOT [2/16] [INFO] from features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco: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.3-SNAPSHOT [3/16] [INFO] from plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco: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.3-SNAPSHOT [4/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem --- [INFO] Loading execution data file /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT [5/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.crossphases --- [INFO] Loading execution data file /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT [6/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.ui --- [INFO] Loading execution data file /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT [7/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.crossphases.ui --- [INFO] Loading execution data file /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT [8/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.doc --- [INFO] Loading execution data file /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT [9/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.interphases --- [INFO] Loading execution data file /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT [10/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.interphases.ui --- [INFO] Loading execution data file /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT [11/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.multiphases --- [INFO] Loading execution data file /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT [12/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.multiphases.ui --- [INFO] Loading execution data file /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT [13/16] [INFO] from features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco: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.3-SNAPSHOT [14/16] [INFO] from plugins/org.polarsys.capella.transition.system2subsystem.tests.ju/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.transition.system2subsystem.tests.ju --- [INFO] Loading execution data file /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT [15/16] [INFO] from features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco: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.3-SNAPSHOT [16/16] [INFO] from releng/org.polarsys.capella.transition.system2subsystem.site/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- jacoco: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.3-SNAPSHOT: [INFO] [INFO] Capella Subsystem Transition ....................... SUCCESS [ 2.170 s] [INFO] org.polarsys.capella.transition.system2subsystem.features SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.transition.system2subsystem.bundles SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.transition.system2subsystem ... SUCCESS [ 0.755 s] [INFO] org.polarsys.capella.transition.system2subsystem.crossphases SUCCESS [ 0.449 s] [INFO] org.polarsys.capella.transition.system2subsystem.ui SUCCESS [ 0.217 s] [INFO] org.polarsys.capella.transition.system2subsystem.crossphases.ui SUCCESS [ 0.242 s] [INFO] org.polarsys.capella.transition.system2subsystem.doc SUCCESS [ 0.331 s] [INFO] org.polarsys.capella.transition.system2subsystem.interphases SUCCESS [ 0.285 s] [INFO] org.polarsys.capella.transition.system2subsystem.interphases.ui SUCCESS [ 0.272 s] [INFO] org.polarsys.capella.transition.system2subsystem.multiphases SUCCESS [ 0.415 s] [INFO] org.polarsys.capella.transition.system2subsystem.multiphases.ui SUCCESS [ 0.141 s] [INFO] org.polarsys.capella.transition.system2subsystem.feature SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.transition.system2subsystem.tests.ju SUCCESS [ 0.329 s] [INFO] org.polarsys.capella.transition.system2subsystem.tests.feature SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.transition.system2subsystem.site SUCCESS [ 0.002 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 24.626 s [INFO] Finished at: 2023-07-06T16:45:14Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Sonar) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $SONARCLOUD_TOKEN [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure. Affected argument(s) used the following variable(s): [SONARCLOUD_TOKEN] See https://jenkins.io/redirect/groovy-string-interpolation for details. + mvn sonar:sonar -Dsonar.projectKey=eclipse_capella-sss-transition -Dsonar.organization=eclipse -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=**** -Dsonar.skipDesign=true -Dsonar.dynamic=reuseReports -Dsonar.java.source=8 -Dsonar.scanner.force-deprecated-java-version=true -Dsonar.java.coveragePlugin=jacoco -Dsonar.core.codeCoveragePlugin=jacoco -Dsonar.branch.name=master-107 Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8) 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/apella-sss-transition_master-107/features/org.polarsys.capella.transition.system2subsystem.feature/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/features/org.polarsys.capella.transition.system2subsystem.tests.feature/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.doc/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.interphases/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.ui/.polyglot.build.properties [WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Resolving target definition file:/home/jenkins/agent/workspace/apella-sss-transition_master-107/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@1f2497d9... 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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/.polyglot.build.properties [INFO] Resolving target definition file:/home/jenkins/agent/workspace/apella-sss-transition_master-107/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@1f2497d9... [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/releng/org.polarsys.capella.transition.system2subsystem.site/pom.xml [WARNING] The project org.polarsys:org.polarsys.capella.addon.transition.system2subsystem:pom:1.6.3-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.3-SNAPSHOT [1/16] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem:jar:1.6.3-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.3-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.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.3-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.3-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.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.3-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.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.3-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.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.3-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.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:jar:1.6.3-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.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.feature:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:jar:1.6.3-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.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.feature:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:jar:1.6.3-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.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.crossphases.ui:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.ui:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.doc:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.feature:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.interphases.ui:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.multiphases.ui:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.feature:jar:1.6.3-SNAPSHOT (compile) [WARNING] o org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:jar:1.6.3-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [INFO] [INFO] --- sonar:3.9.1.2184:sonar (default-cli) @ org.polarsys.capella.addon.transition.system2subsystem --- [WARNING] The POM for commons-lang:commons-lang:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] User cache: /home/jenkins/.sonar/cache [INFO] SonarQube version: 8.0.0.43481 [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.transition.system2subsystem.tests.ju:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/apella-sss-transition_master-107/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=277ms [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=279ms [INFO] Load/download plugins (done) | time=25420ms [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=205ms [INFO] Process project properties [INFO] Execute project builders [INFO] Execute project builders (done) | time=1ms [INFO] Project key: eclipse_capella-sss-transition [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-107 [INFO] Working dir: /home/jenkins/agent/workspace/apella-sss-transition_master-107/target/sonar [INFO] Load project branches [INFO] Load project branches (done) | time=190ms [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=218ms [INFO] Load project pull requests [INFO] Load project pull requests (done) | time=216ms [INFO] Load branch configuration [INFO] Load branch configuration (done) | time=1ms [INFO] Load quality profiles [INFO] Load quality profiles (done) | time=260ms [INFO] Load active rules [INFO] Load active rules (done) | time=8040ms [INFO] Organization key: eclipse [INFO] Branch name: master-107, type: short-lived [INFO] Load project repositories [INFO] Load project repositories (done) | time=380ms [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=96ms [INFO] Indexing files... [INFO] Project configuration: [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem [INFO] Source paths: .polyglot.build.properties, src [INFO] Test paths: src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.crossphases' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.crossphases [INFO] Source paths: .polyglot.build.properties, src [INFO] Test paths: src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.crossphases.ui' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Test paths: src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.doc' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.doc [INFO] Source paths: .polyglot.build.properties, src [INFO] Test paths: src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.interphases' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.interphases [INFO] Source paths: .polyglot.build.properties, src [INFO] Test paths: src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.interphases.ui' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Test paths: src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.multiphases' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases [INFO] Source paths: .polyglot.build.properties, src [INFO] Test paths: src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.multiphases.ui' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Test paths: src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.ui' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Test paths: src [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.bundles' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.feature' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-107/features/org.polarsys.capella.transition.system2subsystem.feature [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.tests.feature' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-107/features/org.polarsys.capella.transition.system2subsystem.tests.feature [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.features' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-107/features [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'org.polarsys.capella.transition.system2subsystem.site' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-107/releng/org.polarsys.capella.transition.system2subsystem.site [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] Indexing files of module 'Capella Subsystem Transition' [INFO] Base dir: /home/jenkins/agent/workspace/apella-sss-transition_master-107 [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/src-gen/**, **/gen/**, **/generated/**, target/*, **/pom.xml, **tests** [INFO] Included tests: **tests** [INFO] Excluded sources for coverage: **/src-gen/**, **/gen/**, **/generated/**, **/releng/**, **/pom.xml [INFO] 227 files indexed [INFO] 222 files ignored because of inclusion/exclusion patterns [INFO] 0 files ignored because of scm ignore settings [INFO] Quality profile for java: Capella-java-quality-profile [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.tests.feature [INFO] Load metrics repository [INFO] Load metrics repository (done) | time=200ms [INFO] Sensor cache enabled [INFO] Load sensor cache [INFO] Load sensor cache (9 KB) | time=1151ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=16ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=7ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=14ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='**/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=4ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=175ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=4ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.feature [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=1ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='**/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=8ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.features [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=1ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='**/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=8ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.site [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=1ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='**/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.doc [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=4ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 1 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1313ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.doc/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=7ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=62ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.interphases [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=7ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=7ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 13 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 13 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=645ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.interphases/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 13 source files to be analyzed [INFO] 13/13 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=17ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=13ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.multiphases.ui [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=7ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=7ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=487ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=4ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=5ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.ui [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=7ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=6ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=234ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=23ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.crossphases.ui [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=7ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=5ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=479ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=4ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=6ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=7ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 93 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 93 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=8104ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 93 source files to be analyzed [INFO] 93/93 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=115ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=56ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=14ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.multiphases [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=5ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=4ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 53 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 53 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=4153ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.multiphases/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 53 source files to be analyzed [INFO] 53/53 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=64ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=23ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=8ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.crossphases [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=5ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=5ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 43 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 43 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1302ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.crossphases/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 43 source files to be analyzed [INFO] 43/43 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=36ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=13ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.interphases.ui [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=5ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=4ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=269ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/apella-sss-transition_master-107/plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.transition.system2subsystem.bundles [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=0ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 10 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=71ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Capella Subsystem Transition [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=0ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 11 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=194ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=9ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] Sensor javabugs [dbd] [INFO] Reading IR files from: /home/jenkins/agent/workspace/apella-sss-transition_master-107/target/sonar/ir/java [INFO] No IR files have been included for analysis. [INFO] Sensor javabugs [dbd] (done) | time=2ms [INFO] Sensor pythonbugs [dbd] [INFO] Reading IR files from: /home/jenkins/agent/workspace/apella-sss-transition_master-107/target/sonar/ir/python [INFO] No IR files have been included for analysis. [INFO] Sensor pythonbugs [dbd] (done) | time=0ms [INFO] Sensor JavaSecuritySensor [security] [INFO] No taint analysis rules have been enabled, will not execute taint analysis. [INFO] Sensor JavaSecuritySensor [security] (done) | time=2ms [INFO] Sensor CSharpSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/apella-sss-transition_master-107/target/ucfg_cs2 [INFO] Read 0 type definitions [INFO] No UCFGs have been included for analysis. [INFO] Sensor CSharpSecuritySensor [security] (done) | time=3ms [INFO] Sensor PhpSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/apella-sss-transition_master-107/target/sonar/ucfg2/php [INFO] Read 0 type definitions [INFO] No UCFGs have been included for analysis. [INFO] Sensor PhpSecuritySensor [security] (done) | time=0ms [INFO] Sensor PythonSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/apella-sss-transition_master-107/target/sonar/ucfg2/python [INFO] Read 0 type definitions [INFO] No UCFGs have been included for analysis. [INFO] Sensor PythonSecuritySensor [security] (done) | time=0ms [INFO] Sensor JsSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/apella-sss-transition_master-107/target/sonar/ucfg2/js [INFO] Read 0 type definitions [INFO] No UCFGs have been included for analysis. [INFO] Sensor JsSecuritySensor [security] (done) | time=0ms [INFO] ------------- Run sensors on project [INFO] Sensor Analysis Warnings import [csharp] [INFO] Sensor Analysis Warnings import [csharp] (done) | time=1ms [INFO] Sensor Zero Coverage Sensor [INFO] Sensor Zero Coverage Sensor (done) | time=1ms [INFO] Sensor Java CPD Block Indexer [INFO] Sensor Java CPD Block Indexer (done) | time=257ms [INFO] CPD Executor 72 files had no CPD blocks [INFO] CPD Executor Calculating CPD for 143 files [INFO] CPD Executor CPD calculation finished (done) | time=35ms [INFO] SCM writing changed lines [WARNING] Could not find ref: master in refs/heads, refs/remotes/upstream or refs/remotes/origin [INFO] SCM writing changed lines (done) | time=3ms [INFO] Analysis report generated in 194ms, dir size=489 KB [INFO] Analysis report compressed in 150ms, zip size=239 KB [INFO] Analysis report uploaded in 690ms [INFO] ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=eclipse_capella-sss-transition&branch=master-107&resolved=false [INFO] Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report [INFO] More about the report processing at https://sonarcloud.io/api/ce/task?id=AYksGVuZvV8b8xgY5qRv [INFO] Sensor cache published successfully [INFO] Analysis total time: 38.745 s [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Subsystem Transition 1.6.3-SNAPSHOT: [INFO] [INFO] Capella Subsystem Transition ....................... SUCCESS [01:10 min] [INFO] org.polarsys.capella.transition.system2subsystem.features SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.bundles SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem ... SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.crossphases SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.ui SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.crossphases.ui SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.doc SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.interphases SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.interphases.ui SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.multiphases SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.multiphases.ui SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.feature SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.tests.ju SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.tests.feature SKIPPED [INFO] org.polarsys.capella.transition.system2subsystem.site SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:28 min [INFO] Finished at: 2023-07-06T16:46:48Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS